Skip to content
View YohnnD's full-sized avatar

Block or report YohnnD

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
YohnnD/README.md

Computer Science Engineer - FullStack Web Developer πŸ§‘β€πŸ’»

Developer with more than 4 years of experience in web applications development. Passionate about programming. I like to work on challenging projects that allow me to learn and grow.

Experience in πŸ’»:

  • RESTfull API development
  • API integration
  • Management of relational and non-relational databases
  • Implementation of design patterns and software architecture
  • Use of web development tools and frameworks
  • Deployment of web applications.

A little about me 🧐..

<?php
/*Nick*/
namespace YohnnD;

class About extends Me
{
    public $fullName,$age,$location;
   
    public function __construct(){
        $this->fullName = 'Yohnneiber Diaz';
        $this->age = '24';
        $this->location = 'Barquisimeto, Venezuela';
    }
    
    public function getStatus():string{
        return "open to work";
    }
    
    public function getSkills(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Angular::class,
            React::class,
            MySql::class,
            PostgreSql::class,
            MongoDb::class,
            Git::class,
            GoogleCloud::class,
        ];
    }
 
    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

πŸ’» Tools & Technologies:

mysql

πŸ“² Contact me:

LinkedIn Email

Pinned Loading

  1. Curso-de-Flutter-Avanzado-en-Platzi Curso-de-Flutter-Avanzado-en-Platzi Public

    Forked from anncode1/Curso-de-Flutter-Avanzado-en-Platzi

    Makefile

  2. curso-node-restserver curso-node-restserver Public

    Curso Node RestServer Basico

    JavaScript

  3. project-IA2 project-IA2 Public

    proyecto universitario

    JavaScript