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.';
}
}

