<?php
declare(strict_types = 1);
namespace GeorgeMartinec;
class About extends Me
{
/**
* @return array<string, string>
*/
public function getCurrentWorkplace(): array
{
return [
'company' => 'SIMPLO s.r.o.',
'position' => 'Backend PHP Developer',
];
}
/**
* @return array<array-key, class-string>
*/
public function getDailyKnowledge(): array
{
return [
Php::class,
Laravel::class,
MySQL::class,
Docker::class,
Git::class,
...$this->getAdditionalDailyKnowledge(),
];
}
/**
* @return string
*/
public function getFutureGoal(): string
{
return 'Contribute to open source';
}
}
🏠
Working from home
"Any sufficiently advanced technology is equivalent to magic."
-
SIMPLO s.r.o.
- Czech Republic
-
19:34
(UTC +01:00) - https://martinec.dev
Highlights
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.