10000 S4F4Y4T (Safayat Mahmud) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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    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 Engineer',
      'about' => 'My journey into tech started with cybersecurity, where I was fascinated by breaking and securing systems. But as I dived deeper, my curiosity grew about what happens behind the scenes—how applications are built and operate. That curiosity led me to software development. As I deepened my skills, I discovered DevOps—the perfect combination of development, automation, and operations. Now, I focus on streamlining workflows, optimizing infrastructure, and ensuring seamless deployments. My passion lies in building reliable, efficient, and scalable systems that empower businesses to innovate faster.'
    ];
  }

  private function skill()
  {
    return [
        'Software Development', 'Devops', 'Web Security'
    ];
  }
  
}

s4f4y4t

Pinned Loading

  1. Devironment Devironment Public

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

    PHP

  2. E-Signature E-Signature Public

    E-Signature is a digital document signing system where a sender can upload a document, add signers, and send invitations. Signers can then log in and add their digital signatures to the PDF document.

    Vue

  3. 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

  4. 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

  5. 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

  6. Frontend-Boilerplate Frontend-Boilerplate Public

    This is front-end project boilerplate I made using npm,gulp,tailwind scripts task runners to automatically run my common task of compiling and minifying sass, image and js with a live server

    JavaScript

0