jquevedo82 / jquevedo82

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<?php

namespace JQuevedo82;

class About extends Me
{
    /* Personal information */ 
    public function getCurrentPersonalInformation(): array
    {
        return [
            'personal_information' => [
                'name' => 'Jose G. Quevedo C.',
                'title' => 'Ingeniero en Informática',
                'nationality' => 'VEN',
                'current_residence' => 'Buenos Aires. ARG',
            ],
	    'contac_information' => [
		'twitter' => '@jquevedo82',
		'linkedin' => 'https://www.linkedin.com/in/jquevedo82',
		'github' => 'https://github.com/jquevedo82',		
            ]
        ];
    }

    /* Workplace */ 
    public function getCurrentWorkplace(): array
    {
        return [
	    'company' => 'NEUMEN',
            'website' => 'https://autoneumen.com/neumen/',
            'position' => 'Full Stack Developer',    
        ];
    }

    /* Primary skills/knowledge */
    public function getDailyKnowledge(): array
    {
        return ['PHP', 'Javascript', 'Laravel', 'Angular', 'NodeJs', 'NestJs', 'Mysql'];
    }

    /* Relevant goal */
    public function getGoal(): string
    {
        return 'Contribute to the open source movement.';
    }
}

MySQL Laravel PHP

Javascript HTML CSS Bootstrap

Visual Studio Code GIT Chrome browser

GitHub stats

Profile views

About