Skip to content
View MohammadaliMirhamed's full-sized avatar
πŸ€“
Code never lies, but comments do
πŸ€“
Code never lies, but comments do

Block or report MohammadaliMirhamed

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
<?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,
        ];
    }
}

Pinned Loading

  1. ModelFileManager ModelFileManager Public

    The ModelFileManager package is a Laravel package designed to handle file storage at the model level.

    PHP 4

  2. 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
    2
    
                  
    3
    #API access key from Google API's Console
    4
        define( 'API_ACCESS_KEY', 'YOUR-SERVER-API-ACCESS-KEY-GOES-HERE' );
    5
        $registrationIds = $_GET['id'];
  3. design-patterns design-patterns Public

    Here are simple examples of the most important design patterns in object oriented programming in the php programming language

    PHP 2

  4. sb-link-shortener sb-link-shortener Public

    generate short link system

    PHP 1

  5. Laravel-TDD-Testing Laravel-TDD-Testing Public

    Laravel TDD Testing

    PHP 1

  6. simple-weblog-django simple-weblog-django Public

    simple weblog with Django Framework

    JavaScript 4