<?php
namespace OxSama;
class About extends Me
{
public function whoami(): String
{
return 'MohammedTagEldinAli';
}
public function getAge(): int
{
return (idate("Y") % 2000) + 1;
}
public function getCurrentWorkplaces(): array
{
return [
'workplaces' => [
[
'company' => 'Nile University',
'position' => 'TA'
],
[
'company' => 'Maxnet Digital Services',
'position' => 'Software Engineer'
]
]
];
}
public function getDailyKnowledge(): array
{
return [
Php::class,
Javascript::class,
Laravel::class,
ReactJS::class,
VueJS::class,
ShellScripting::class,
Java::class,
TailwindCss::class,
Flutter::class,
Linux::class,
];
}
public function getAskMeAbout(): array
{
return [
Linux::class,
Docker::class,
ShellScripting::class,
Laravel::class,
];
}
}
Newbie who is trying to climb the ranks of league of legends while coding.
Taught how to code from sensei @mustafasalah
- Khartoum - Sudan
- @OX_SAMA
Popular repositories Loading
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.