namespace Gabriel Cabral;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Bosch',
'position' => 'Backend Developer'
]
];
}
public function getDailyKnowledge(): array
{
return [
Python::class,
PHP::class,
Javascript::class,
Java::class,
Vuejs::class,
ReactNative::class,
SASS::class,
Azure::class,
Aws::class,
Node::class,
RestAPI::class,
ORM::class,
SQL::class,
NoSQL::class,
Postgre::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
☕
-
Robert Bosch GmbH
- São Paulo, Brasil
Pinned Loading
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.



