<?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
-
laravel-api-watcher
laravel-api-watcher PublicA modern Laravel package to intercept, analyze, and visualize API requests.
Python
-
markdown-to-quill-delta
markdown-to-quill-delta PublicConvert Markdown to Quill Delta format in PHP
PHP 1
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.





