<?php
namespace Developer\FullStack;
use Skills\Facade\Languages;
use Skills\Facade\Databases;
use Skills\Facade\Frameworks;
use Skills\Facade\Others;
use About\Facade\Bio;
class SinaNayebzade extends Developer
{
use Languages, Databases, Frameworks, Others, Bio;
const ABOUT_MY = 'Website backend developer';
public function skills()
{
Languages::push(['PHP', 'JavaScript']);
Databases::push(['MySQL', 'Redis', 'MongoDB']);
Frameworks::push(['Laravel', 'PHPUnit', 'Vuejs', 'Bootstrap', 'jquery']);
Others::push([ 'OOP','Design Pattern', 'SOLID', 'MVC', 'HMVC', 'Laravel modules', 'Docker', 'Broadcasting', 'Git']);
}
public function bio()
{
Bio::about('Sina Nayebzade', 'Full-stack Developer(interest: Back-End)', '[email protected]', 'Iran, Mashhad')
->social(['Telegram' => 'sina_nayb', 'Instagram' => '@sina_nbzh', 'Stack overflow' => 'stackoverflow.com/users/20596419/sina-nbxh', 'Linkedin' => 'www.linkedin.com/in/sina-nayebzadeh'])
->behavior(['Interested in web programming', 'love to learn', 'regular', 'Strong interest in backend programming']);
self::ABOUT_MY;
}
}
π―
Focusing
Full stack web (more interest in back end)
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.