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']
];
}
}
- Dhaka,Bangladesh
- safay.at
- @S4F4Y4T
- in/S4F4Y4T
- safauwuat
Pinned Loading
-
Devironment
Devironment PublicDevironment is a PHP CLI tool to automate your development environment for LAMP Stack Developer
PHP
-
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
-
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
-
-
Minimal-MVC
Minimal-MVC PublicMinnimal-MVC is a minimal PHP MVC framework. Which simple and easy to use
PHP
-
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
If the problem persists, check the GitHub status page or contact support.