<?php
namespace Samuel;
class About extends Me
{
public function __construct()
{
echo 'Hi there!';
}
public function getCurrentWorkplace(): array
{
return [
'workplace' => [
'company' => 'mLearn',
'position' => 'Backend developer'
]
];
}
public function getKnowledge(): array
{
return [
'programmingLanguages' => [
PHP::class,
Javascript::class,
Java::class,
],
'frameworks' => [
Laravel::class,
VueJS::class,
React::class,
],
'devOps' => [
AWS::class,
Docker::class,
]
];
}
public function getFutureGoal(): string
{
return 'To learn, always';
}
}
Pinned Loading
-
-
-
-
-
brackets-analyser
brackets-analyser PublicAnalyse sequence of brackets to determine if the openings/closing are in correct order
Java
-
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.