$me = new Person(
name: 'Maicol Kaiser Oliveira',
email: '[email protected]',
age: 32
);
$me->setStatus(new Life\Status(
learning: ['Clean Architecture', 'Object Calisthenics', 'Clean Code', 'Tests', 'Domain Driven Design'],
objectives: ['Improve my english', 'Cloud', 'Functional Programming']
));
$myAbilities = new Life\Abilities(
languages: ['HTML/CSS', 'PHP', 'Python', 'Shell', 'Javascript'],
ide: ['VSCode', 'PHPStorm'],
frameworks: ['Jquery', 'Bootstrap', 'Laravel', 'CodeIgniter'],
database: ['SQLite', 'Redis', 'Memcached', 'PostgreSQL', 'MySql', 'Mssql'],
knowledge: [
'DNS', 'Debian', 'WSL2', 'Git', 'Gitlab CI/CD', 'Markdown',
'CentOS', 'Rest', 'OSPF', 'BGP', 'MPLS', 'VLAN', 'Firewall',
'Docker/Docker Compose', 'Websocket', 'Ansible', 'Vagrant',
'Zsh', 'Nginx', 'PHP-FPM', 'Jekyll', 'Memcached', 'Maillhog',
'Ubuntu', 'Github Actions', 'Refactoring'
]
);
$dev = new Occupation\Developer(person: $me, abilities: $myAbilities);
while($dev->hasCoffee())
{
$dev->code();
}
I'm Maicol π¨π»βπ», a 32 years old Web Developer / Network Admin from Brazil.
- π Iβm currently working on C6 Bank as Outsourcing, but i also work for Deliver IT.
- π± Iβm currently learning:
- π« How to reach me:
- PHP
- For a long time i've been working with PHP and is awesome how much tools that this incredible language have, i really love PHP.
- π³ Docker
- In my point of view, containers are one of the most powerful tool that we have to maintains complex systems, and we need to learn how to work with.
- π½ SQL
- I've worked with some relational database like Postgres, Mysql, SQL Server, and again... in my point of view, to know SQL it is really important to any programmer nowadays.
I'm sorry about my english, is not my native language and i've been work to improve it π ... then could you please correct me if I make any grammatical mistakes? thanks π.