Skip to content
View MohammadaliMirhamed's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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' => 'codeallies.com',
                    'position' => 'Full-Stack Developer',         
                ],[
                    '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. detal-framework detal-framework Public

    A lightweight PHP micro-framework for building REST APIs with clean architecture, Docker support, and developer-friendly tools.

    PHP 1

  4. 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

  5. sb-link-shortener sb-link-shortener Public

    generate short link system

    PHP 1

  6. Laravel-TDD-Testing Laravel-TDD-Testing Public

    Laravel TDD Testing

    PHP 1