Skip to content
View Emersonovidio's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Emersonovidio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Emersonovidio/README.md
<?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,
        ];
    }
}

🛠️ Techs & Tools:

HTML5 CSS3 JavaScript React Visual Studio Code NPM TypeScript NodeJS Git Express.js MongoDB GitHub Insomnia docker heroku linux mysql

Pinned Loading

  1. desafio-ubistart desafio-ubistart Public

    api-node-mysql-desafio-ubistart

    JavaScript

  2. apiNodeMysql apiNodeMysql Public

    criacao de api utilizando Node+express+mysql Database

    JavaScript

  3. primeiro-deploy-heroku primeiro-deploy-heroku Public

  4. api-node-typescript- api-node-typescript- Public

    api with node & typescript

    TypeScript 1