<?php
namespace GitHub\MohammadaliMirhamed;
/**
* @email <mamalirooy@gmail.com>
* @skype live:65f282ab65442a97
* @location Hamilton, Canada
*/
class About extends Programming implements PSR, SOLID
{
public function __construct()
{
echo 'Hi There! I'm a Back-End Developer with Full-Stack ability';
}
public function getExperience(): array
{
return [
'recent' => [
[
'company' => 'livingmaples.com',
'position' => 'Software Engineer',
],[
'company' => 'tgju.org',
'position' => 'Back-End Developer',
],[
'company' => 'alibaba.ir',
'position' => 'Full-Stack Developer',
],[
'company' => 'gilargroup.ir',
'position' => 'Back-End Developer',
],
],
];
}
public function getSkill(): array
{
return [
PHP::class,
Python::class,
Laravel::class,
PostgreSQL::class,
MySQL::class,
Redis::class,
MongoDB::class,
Git::class
RabbitMQ::class,
Docker::class,
Linux::class,
Nginx::class,
Aws::class,
Kubernetes::class,
ElasticSearch::class,
];
}
public function getLearning(): array
{
return [
Microservice::class,
];
}
}
π€
Code never lies, but comments do
π Welcome to my world of innovation and expertise! I'm MohammadAli, a dynamic software engineer with a passion for crafting cutting-edge solutions
Pinned Loading
-
ModelFileManager
ModelFileManager PublicThe ModelFileManager package is a Laravel package designed to handle file storage at the model level.
PHP 4
-
This repository showcases a simple a...
This repository showcases a simple and effective script to send push notifications to Android devices using Firebase Cloud Messaging (FCM). Designed for developers, the code provides a quick setup for integrating FCM notifications with minimal configuration. 1<?php
23#API access key from Google API's Console
4define( 'API_ACCESS_KEY', 'YOUR-SERVER-API-ACCESS-KEY-GOES-HERE' );
5$registrationIds = $_GET['id'];
-
design-patterns
design-patterns PublicHere are simple examples of the most important design patterns in object oriented programming in the php programming language
PHP 2
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.