Skip to content
View iamammiin's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report iamammiin

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
iamammiin/README.md

Hi there ๐Ÿ‘‹

Introduction

  • ๐ŸŒฑ Iโ€™m currently learning Deep PHP and Go Programming Language
  • ๐Ÿ‹๏ธ Workout everyday, mountaineer, mountain biker!
<?php

namespace Amin;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Azki',
                'position' => 'Back-End Engineer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            MySQL::class,
            Javascript::class,
            Redis::class,
            Elasticsearch::class,
            RESTful::class,
            GraphQL::class,
            GOLang::class
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Connect with me

LinkedIn

Pinned Loading

  1. shetabit/multipay shetabit/multipay Public

    simple PHP payment package , supports multiple drivers

    PHP 258 127