Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 </>
- Host: GitHub
- URL: https://github.com/iamthiagoo/iamthiagoo
- Owner: iamThiagoo
- License: mit
- Created: 2021-04-04T17:00:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T00:50:42.000Z (about 2 months ago)
- Last Synced: 2024-12-02T01:29:11.459Z (about 2 months ago)
- Topics: config, github-config, readme
- Homepage: https://github.com/iamThiagoo
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
];
}
}
```