<?php
namespace GitHub\MohammadaliMirhamed;
/**
* @email <mamalirooy@gmail.com>
* @skype live:65f282ab65442a97
* @birth 1995-05-24
* @location Tehran, Iran
*/
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' => '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
];
}
public function getLearning(): array
{
return [
Kubernetes::class,
ElasticSearch::class,
];
}
}
Code never lies, but comments do
Back End Developer
-
Remote Canada
- In the orbit of the neighboring planet
- https://mirhamedrooy.ir
Block or Report
Block or report MohammadaliMirhamed
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
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 Public
Here are simple examples of the most important design patterns in object oriented programming in the php programming language
PHP 1
-
-
-
-
566 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contributed to
MohammadaliMirhamed/company-employee-test,
MohammadaliMirhamed/custom-mvc-php-blog-test,
MohammadaliMirhamed/simple-request-conditions-test
and 19 other
repositories
Contribution activity
February 1, 2023
16
contributions
in private repositories
Feb 1