Skip to content
View sina1010anis's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Iran, Mashhad
Block or Report

Block or report sina1010anis

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sina1010anis/README.md

πŸ’« About Me: I am Sina, I am interested in web programming and I work mostly in the back-end area.


🌐 Socials:

πŸ‘¨β€πŸ’» About Me

<?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 = 'I am a full stack developer but I am more interested in backend';
    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;

    }

}

πŸ“Š GitHub Stats:

GitHub Streak

Top Langs

Pinned Loading

  1. class_elasticsearch_for_laravel class_elasticsearch_for_laravel Public

    PHP

  2. knapsack_problem_for_php knapsack_problem_for_php Public

    PHP