<?php
namespace Saacsos;
public class Me implements About {
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Kasetsart University',
'position' => 'Computer Technical Officer',
'duty' => 'Laboratory Instructor',
]
];
}
public function getKnowledges(): array
{
return [
Php::class,
JavaScript::class,
Laravel::class,
Vuejs::class,
TailwindCss::class,
Python::class,
Java::class,
Cpp::class,
Tex::class,
];
}
public function getGames(): array
{
return [
'Yu-Gi-Oh! Duel Links' => [
'genres' => [
'Free-to-play',
'Strategy game',
'Trading card arcade game',
'Digital collectible card game',
'Strategy',
],
'Resident Evil Franchise' => [
'genres' => [
'Survival horror',
'Third-person shooter',
'Action-adventure game',
]
],
'Board Games',
];
}
}
Popular repositories Loading
-
-
-
template-electron-vuejs2
template-electron-vuejs2 Publicelectron template with vuejs 2 , jquery 3, firebase 3
CSS 2
-
-
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.