<?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.';
}
}
Pinned Loading
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.