Skip to content
View OussamaMater's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro

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 Loading

  1. Laravel-Tips Laravel-Tips Public

    Daily Laravel and PHP tips.

    302 11