Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamthiagoo/iamthiagoo

</> Hello world, this is my README </>
https://github.com/iamthiagoo/iamthiagoo

config github-config readme

Last synced: about 1 month ago
JSON representation

</> Hello world, this is my README </>

Awesome Lists containing this project

README

        

```php
'Thiago Ferreira'
], [
'age' => 21,
'country' => 'Brazil',
'email' => '[email protected]',
'linkedin' => 'https://www.linkedin.com/in/imthiagoferreira/'
]);

return $user;
}

public function getExperiences(): array
{
return [
[
'company' => 'LOHR - Sistemas Eletrônicos',
'position' => '👨‍💻 Full-Stack Developer',
'since_at' => '2024-07',
],
[
'company' => 'Plenatech - Excelência em TI',
'position' => '🌐 Web Developer',
'since_at' => '2022-01',
'exit_at' => '2024-07',
],
];
}

public function getFavoriteTechnologies(): array
{
return [
Php::class,
JavaScript::class,
VueJS::class,
TailwindCSS::class,
Docker::class,
Linux::class,
];
}
}
```