<?php
namespace arnaualbert;
class About extends Me
{
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'BSC',
'position' => 'Developer'
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Javascript::class,
Golang::class,
Python::class,
Laravel::class,
Angular::class,
Flask::class,
Bootstrap::class,
Docker::class,
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
Highlights
- Pro
Pinned Loading
-
-
tictac_scheduler
tictac_scheduler PublicA very simple scheduler made with Go (not finished, still working on it)
HTML
-
-
-
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.