- Passionate about solving problems and learning
- With knowledge of automated tests and Domain Driven Design
- More than 15 years developing in PHP and JS
<?php
namespace Dev\Brazil;
class FelipeTorretto extends Dev implements Father, SelfLearner
{
public $experiences = [
'PHP' => [
'Frameworks' => ['Laravel', 'Yii', 'Slim'],
'Test tools' => ['PHPUnit', 'Behat', 'Codeception'],
],
'JS' => ['AngularJS', 'Vue.js', 'Node.js', 'TypeScript'],
'Others' => ['Docker', 'RabbitMQ', 'Solidity'],
];
}