Skip to content

OussamaMater/OussamaMater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

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


About

A little something about me..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published