$me = new Person(
name: 'Maicol Kaiser Oliveira',
email: 'maicol.oliveira@paygo-consult.com.br',
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 am currently working at Sympla, but I also work for One Brain, and I have my own company DumpTech, which I am very proud of
- π± Iβm currently learning:
- 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 π.