Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View aryala7's full-sized avatar
🚩
I may be slow to respond.
🚩
I may be slow to respond.

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 Loading

  1. JavaBibliothek JavaBibliothek Public

    This project serves as a hands-on demonstration where I apply and test various Java concepts and techniques. It allows me to experiment with core Java principles, algorithms, and design patterns wh…

    Java

  2. task-manager-api task-manager-api Public

    simple task manager using spring boot

    Java

  3. tookantech/chapaar tookantech/chapaar Public

    This package provides a flexible way to send and verify messages through various SMS providers. It offers integration with multiple drivers, making it easy to use different SMS service providers wi…

    PHP 13 3

  4. BigBossScraper BigBossScraper Public

    a simple website with flask and scraping functionality

    JavaScript

  5. go-tcp go-tcp Public

    simple tcp server written in go

    Go