<?php
namespace github;
class About extends Me
{
public function getCurrentWorkplace()
{
return [
'workplace' => [
'company' => 'Alibaba',
'position' => 'Full Stack Developer'
]
];
}
public function getDailyKnowledge()
{
return [
Go::class,
Php::class,
TypeScript::class,
React::class,
Java::class,
Linux::class
];
}
public function getFutureGoal()
{
return 'To contribute to open source.';
}
}
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.