<?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
-
Laravel-MQTT-Client
Laravel-MQTT-Client PublicAn MQTT Client built with Laravel, Livewire and WebSockets.
-
Programming-Language-Recommendation-Expert-System
Programming-Language-Recommendation-Expert-System PublicAn Expert System to help you pick a programming language.
-
ESP32-Based-IoT-Weather-Station
ESP32-Based-IoT-Weather-Station PublicAn ESP32-based IoT weather station that senses, displays, and publishes the data.
Python 2
-
-
Coronavirus-Statistic
Coronavirus-Statistic PublicForked from MedKramti/Coronavirus-Statistic
Simple script to scrap data from corona.help
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.