Skip to content
View sq-dev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sq-dev

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

Hi I'm Asrorov Said

<?php

namespace AsrorovSaid;

final class About extends Me
{
    public $contacts = [
        'Telagram' => 'Caidazam'
    ];
    
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Alif',
                'position' => 'Backend'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            Python::class,
        ];
    }
}

Languages & Tools

Postgres MariaDB SQLite

Laravel Vue.js jQuery Bootstrap

Heroku Firebase Cloudflare GitHub GitLab Bitbucket

PhpStorm Visual Studio Code

PHP HTML5 Python JavaScript Shell Script

BTW, I use Arch

Top Languages

Popular repositories Loading

  1. SimpleTaskBot SimpleTaskBot Public

    PHP 4

  2. sq-dev.github.io sq-dev.github.io Public

    HTML 1

  3. store-manager store-manager Public

    PHP 1

  4. sq-dev sq-dev Public

  5. zanzara zanzara Public

    Forked from badfarm/zanzara

    Asynchronous PHP Telegram Bot Framework built on top of ReactPHP

    PHP

  6. solid-php solid-php Public

    Forked from accesto/solid-php

    SOLID principles with examples in PHP

    PHP