Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Khusan Talatkhodjaev

Khusan Talatkhodjaev

💻 Hard coding
@kh.talatkhodjaev
User ID: 12
Member since September 18, 2023
Uzbekistan
8:56 AM
Software Engineer
khusan.dev
  • Overview
  • Activity
  • Groups
  • Contributed projects
  • Personal projects
  • Starred projects
  • Snippets
  • Followers 1
  • Following 1
There was an error loading users activity calendar. Retry
  1. kh.talatkhodjaev
  2. README.md
<?php

namespace KhusanDev;

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

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

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

Activity

View all

Personal projects

View all

Most Recent Activity