<?php
namespace MaterOussama;
class About extends Me
{
public function getBio(): string
{
return 'I am a Software Engineer, CTF Player, and a Web Developer.';
}
public function getMore(): array
{
return [
'work' => [
'Linux Instructor @GoMyCode',
'Laravel Instructor @BeyondCodeAcademy',
'Freelancer'
],
'education' => [
'Business Computing',
'Software Engineering'
],
];
}
public function getCurrentState(): array
{
return [
'working_on' => [
'New Laravel Articles',
'New Web Security Workshops'
],
'learning' => [
'Hardware',
'DevOps and DevSecOps'
],
];
}
public function getFutureGoal(): string
{
return 'To contribute to open source.';
}
}
๐
Working from home
Highlights
- Pro
Pinned 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.