Skip to content

maicolkaiser/maicolkaiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 

Repository files navigation

$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();
}

Hi there πŸ‘‹


I'm Maicol πŸ‘¨πŸ»β€πŸ’», a 32 years old Web Developer / Network Admin from Brazil.

Skills πŸ’ͺ🧠


  • 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 πŸ™.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published