Skip to content
View S4F4Y4T's full-sized avatar
🐈
Meowing
🐈
Meowing

Block or report S4F4Y4T

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
S4F4Y4T/README.md

Safayat Mahmud

Website    Github    Linkedin    Twitter    Mail   



class Portfolio extends Life
{
  public function __constructor()
  {
    parent::__construct();
  }


  public function index()
  {
    return array_merge(
        $this->about(),
        ['Skill' => $this->skill()]
    )
    
  }

  private function about()
  {
    return [
      'name' => 'Safayat Mahmud',
      'title' => 'Software Developer',
      'about' => 'I am Safayat Mahmud. A Web application developer passionate about creating highly scalable solutions that solve real life problems. I specialize in assisting businesses in resolving their challenges through technology.'
    ];
  }

  private function skill()
  {
    return [
        'Language' => ['PHP', 'JAVASCRIPT'],
        'Framework' => ['Laravel, 'Codeigniter', 'Expressjs', 'Tailwindcss', 'Vuejs'],
        'Others' => ['Mysql', 'Mongodb', 'Redis', 'Rest Api', 'JWT', 'Apache', 'CI/CD', 'Server Management', 'Web Security', 'Socket']
    ];
  }
  
}

s4f4y4t

Pinned Loading

  1. Devironment Devironment Public

    Devironment is a PHP CLI tool to automate your development environment for LAMP Stack Developer

    PHP

  2. Nagging Nagging Public

    Nagging(Node Chatting) is a educational project designed to communicate in real time. Users can join the platform hassle free just typing a username, enabling them to engage in dynamic discussions …

    Vue

  3. pdoQueryBuilder pdoQueryBuilder Public

    This is a secure and robust PHP query builder that uses PDO to interact with the database. The query builder is designed to prevent SQL injection attacks. An easy-to-use interface that can be custo…

    PHP

  4. LaraBase LaraBase Public

    PHP

  5. Minimal-MVC Minimal-MVC Public

    Minnimal-MVC is a minimal PHP MVC framework. Which simple and easy to use

    PHP

  6. Social-Network Social-Network Public

    Social-Network is a social network platform based on scrach php with advance OOP, Design Pattern, PDO Database and many more

    PHP 1