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'
];
}
}
Pinned Loading
-
Devironment
Devironment PublicDevironment is a PHP CLI tool to automate your development environment for LAMP Stack Developer
PHP
-
E-Signature
E-Signature PublicE-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
-
Nagging
Nagging PublicNagging(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
-
Social-Network
Social-Network PublicSocial-Network is a social network platform based on scrach php with advance OOP, Design Pattern, PDO Database and many more
PHP 1
-
pdoQueryBuilder
pdoQueryBuilder PublicThis 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
-
Frontend-Boilerplate
Frontend-Boilerplate PublicThis 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
If the problem persists, check the GitHub status page or contact support.