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 <[email protected]>
 * @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. firebase notification sample in php ... firebase notification sample in php . if you like this code follow me and star it . i will follow you and use your codes and share them . Simple PHP FireBase (FCM) script showing how to send an Android push notification. Be sure to replace the SERVER_API_ACCESS_KEY with a proper one from the Google API's Console page. To use the script, just call https://sample.com/PhpFireBaseNotificationSample.php?id=THE_DEVICE_REGISTRATION_ID The main Code For GCM is https://gist.github.com/prime31/5675017
    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