Skip to content
View vakaman's full-sized avatar
πŸ‘½
πŸ‘½

Organizations

@dumptecnologia

Block or report vakaman

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
vakaman/README.md

πŸ“« How to reach me

Website LinkedIn Stack Overflow Email Instagram Twitter

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

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. Zabbix-Pgsql-Nginx-Grafana-PhpIpam Zabbix-Pgsql-Nginx-Grafana-PhpIpam Public

    Monitoring system with Zabbix and Grafana

    Shell 1

  2. Documentacao-de-Redes Documentacao-de-Redes Public

    1

  3. pocketpay pocketpay Public

    PocketPay is a funds transfer system between users

    PHP 1

  4. dump_manager dump_manager Public

    PHP 1

  5. Recursive-DNS---Unbound Recursive-DNS---Unbound Public

    Recursive DNS - Unbound

    Dockerfile

  6. docker-pure-ftpd docker-pure-ftpd Public

    Forked from stilliard/docker-pure-ftpd

    Docker Pure-ftpd Server

    Shell