Skip to content
View aryala7's full-sized avatar
🚩
I may be slow to respond.
🚩
I may be slow to respond.
Block or Report

Block or report aryala7

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
aryala7/README.md
<?php

namespace AryaLavasani;

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

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            GoLang::class,
            GraphQl::class,
            Mysql::class,
            Elasticsearch::class
            Javascript::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source and make world a better place';
    }
}

Pinned

  1. laravel-ciphersweet laravel-ciphersweet Public

    Forked from spatie/laravel-ciphersweet

    Use Ciphersweet in your Laravel project

    PHP 1

  2. ecom ecom Public

    ecommerce service with GO