<?php
namespace Taoshan;
class About extends Me
{
protected array $myself = [
'birthday' => '1998-10-25',
'gender' => 'Male',
'city' => 'Naples',
'country' => 'Italy'
];
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => '@GruppoTecno',
'position' => 'Full Stack Web Developer',
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Laravel::class,
Javascript::class,
React::class,
ReactNative::class,
MySQL::class,
PostgresSQL::class,
TimeScale::class,
];
}
public function getFutureGoal(): string
{
return 'Solving more and more bugs.';
}
}
Popular repositories Loading
-
disable-amd-gpu-macbookpro-2011
disable-amd-gpu-macbookpro-2011 PublicGuide to disable AMD GPU for MacBook Pro 2011
-
-
-
-
-
mov-stream
mov-stream PublicMovStream is a Chrome extension allows users to play .mov files directly in the browser.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.