Skip to content
View OussamaMater's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report OussamaMater

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
OussamaMater/README.md

Hi there, I'm Oussama Mater 👋

A little more about me..

<?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.';
    }
}

Connect with me:

oussamamater.github.io OussamaMater | Twitter OussamaMater | LinkedIn



What I use the most:

Visual Studio Code

PHP

Laravel

JavaScript

SQL

PostgresSQL

Git

GitHub

Terminal

Linux


Pinned

  1. Laravel-MQTT-Client Laravel-MQTT-Client Public

    An MQTT Client built with Laravel, Livewire and WebSockets.

    CSS 8 3

  2. Programming-Language-Recommendation-Expert-System Programming-Language-Recommendation-Expert-System Public

    An Expert System to help you pick a programming language.

    PHP 3 1

  3. ESP32-Based-IoT-Weather-Station ESP32-Based-IoT-Weather-Station Public

    An ESP32-based IoT weather station that senses, displays, and publishes the data.

    Python 2

  4. CTF-Web-Challenges CTF-Web-Challenges Public

    The Web Challenges I write for SecuriNets ISI.

    PHP 8

  5. OverTheWire-Bandit OverTheWire-Bandit Public

    A guide for the OverTheWire - Bandit challenges.

    4

  6. Coronavirus-Statistic Coronavirus-Statistic Public

    Forked from MedKramti/Coronavirus-Statistic

    Simple script to scrap data from corona.help

    Java