namespace TasosKyr;
class About extends Me
{
public function getBasicInfo(): array
{
return [
'name' => [
'first' => 'Anastasios' || 'Tasos',
'last' => 'Kyrtsis',
],
'based_in' => [
'city' => 'Berlin',
'country' => 'Germany'
],
];
}
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'Heyflow',
'position' => 'Software Engineer',
'specialty' => 'Full-Stack'
]
];
}
public function getFavouriteTechnologies(): array
{
return [
Javascript::class,
Typescript::class,
NodeJS::class,
Reactjs::class,
Vuejs::class,
Nextjs::class,
Postgresql::class,
NestJS::class
GraphQL::class,
Redis::class,
AWS::class,
];
}
}
Pinned Loading
-
-
stopwatch-with-useReducer
stopwatch-with-useReducer PublicCreation of simple stopwatch as a study for React.useReducer
HTML
-
star-wars-space-battle
star-wars-space-battle PublicStar wars && Space Invader themed game, built using OOP.
JavaScript 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.