// PHP 8 is <3
$developer = new Dev(
name: 'Douglas Medeiros',
email: '[email protected]',
age: 30
);
$developer->setStatus(new Life\Status(
learning: ['Java', 'Software Architecture'],
exploring: ['vue.js', 'Flask'],
aiming: ['Empower the Community']
));
$mySkills = new Life\Skills(
languages: ['PHP', 'Python', 'Bash', 'HTML/CSS', 'JavaScript', 'PowerShell'],
editors: ['PHPStorm', 'VS Code', 'Notepad++', 'Vim'],
frameworks: ['HyperF', 'Bootstrap', 'Laravel', 'Yii2', 'jQuery'],
databases: ['PostgreSQL', 'MySQL', 'Redis', 'MongoDB'],
techStack: [
'Git', 'Gitlab CI/CD', 'Markdown', 'Postman',
'Docker', 'Docker Compose', 'RabbitMQ', 'WebSocket',
'Vagrant', 'WSL2', 'Zsh', 'Nginx', 'PHP-FPM', 'Jekyll',
'Memcached', 'MailHog', 'CentOS', 'Ubuntu'
]
);
$developerRole = new Career\Developer(person: $developer, skills: $mySkills);
while ($developerRole->hasCoffee())
{
$developerRole->code();
}
🤙
Stackoverflow Oriented Programming
Desenvolvedor e Pesquisador de Soluções Sênior IV 🐘
- Porto Alegre / RS - Brazil
- douglasmedeiros.dev
- @aqueleMetal
Pinned Loading
-
basic-php-project-structure
basic-php-project-structure Public templateForked from php-pds/skeleton
Basic PHP Project Structure
-
docker-compose-nginx-loadbalance-multiple-domains
docker-compose-nginx-loadbalance-multiple-domains PublicThe ultimate easy example with one docker-compose template to nginx web server multiple domains and load balance
-
php-exec-multithread
php-exec-multithread PublicA thread implementation in PHP using the exec function.
PHP 1
-
jekyll-bootstrap-github-pages
jekyll-bootstrap-github-pages Public templateA complete Jekyll template with bootstrap for Github Pages!
-
php-docker-run
php-docker-run PublicProof of concept for running the "docker run" command with PHP + Docker API
PHP
-
php-mongo-ttl-index-change-stream
php-mongo-ttl-index-change-stream PublicThis repository contains an example PHP application demonstrating the use of MongoDB TTL indexes and change streams.
PHP
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.