Khusan Talatkhodjaev
@kh.talatkhodjaev
User ID: 12
Member since September 18, 2023
Uzbekistan
8:56 AM
Software Engineer
There was an error loading users activity calendar.
Retry
<?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.';
}
}