<?php
namespace EmersonOvidio;
class About extends Me
{
public function getCurrentWorkplaceInfo()
{
return [
'workplace' => [
'company' => 'Cubo Tecnologia',
'position' => 'Backend Developer',
'type' => WorkType.FULL_TIME,
'location' => 'João Pessoa'
]
];
}
public function getPreviousWorkplaceInfo()
{
return [
'workplace' => [
'company' => '200Systems',
'position' => 'Backend Developer',
'type' => WorkType.FULL_TIME,
'location' => 'FULL-REMOTE'
]
];
}
public function getCollegeInfo(){
return [
'college' => [
'name' => 'Trybe - Escola de Tecnologia'
'course' => 'Web Development',
]
]
}
public function getTechnicalsProficiencies()
{
return [
Node::class,
Javascript::class,
Typescript::class,
Laravel::class,
ApiRest::class,
ArquiteturaMVC::class,
Docker::class,
MySQL::class,
Git::class,
];
}
}
🏠
Working from home
Desenvolvedor Backend
-
Cubo Tecnologia
- João Pessoa, PB.
- https://www.linkedin.com/in/emersonovidiosantos/
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.