Skip to content
View maicolkaiser's full-sized avatar
😁
Nunca duvide!
😁
Nunca duvide!

Block or report maicolkaiser

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maicolkaiser/README.md
$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 πŸ™.

Popular repositories Loading

  1. maicolkaiser maicolkaiser Public