Skip to content
View bablilayoub's full-sized avatar
🙂
Work on Cub3D, 3d game using raycasting with pure C
🙂
Work on Cub3D, 3d game using raycasting with pure C
Block or Report

Block or report bablilayoub

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
bablilayoub/README.md

Ayoub's GitHub Banner

👋 Hi there

<?php

namespace Ayoub;

class About extends Me
{
    public function getInformation(): array
    {
        return [
            'full_name' => 'Ayoub Bablil',
            'position' => 'Full Stack Developer',
            'age' => 23,
            'school' => [
                'name' => '1337 Coding School',
                'branch' => 'Software Engineering',
                'country' => 'Morocco',
                'city' => 'Khouribga',
            ],
            'university' => [
                'name' => 'Sidi Mohamed Ben Abdellah University',
                'branch' => 'English Studies',
                'country' => 'Morocco',
                'city' => 'Fez',
            ],
            'email' => 'ayoub@abablil.me',
            'website' => 'https://abablil.me',
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Html::class,
            Css::class,
            Js::class,
            Jquery::class,
            NodeJs::class,
            ReactNative::class,
            Bootstrap::class,
            Tailwind::class,
            Mysql::class,
            Php::class,
            C::class,
            Cpp::class,
            Laravel::class,
            Git::class,
            Github::class,
            Linux::class,
            VsCode::class,
            Postman::class,
            Aws::class,
            Azure::class,
            Figma::class
        ];
    }

    public function getFutureGoals(): array
    {
        return [
            'Contribute to Open Source projects',
            'Learn more about Artificial Intelligence',
            'Build a startup',
            'Travel around the world',
        ];
    }
}

💼 Skills

My Skills

📈 GitHub Stats

📣 How can you contact me?

Linkedin Instagram Facebook Website

❤️ Quote of the day

Quote

Pinned

  1. web-server web-server Public

    Simple web server that can be used to serve PHP, HTML, and other files. It is lightweight and easy to use. It is also easy to configure and can be used to serve files from any directory

    CSS 2

  2. NiceHalf-Framework NiceHalf-Framework Public

    NiceHalf Framework is an open source PHP Framework ready for production

    PHP 5

  3. push_swap_tester push_swap_tester Public

    This tester is designed to test the push_swap project from the 42 / 1337 school. It will assess your push_swap program with various inputs and provide the result of each test along with the average…

    Shell 7

  4. 1337-42-Launcher 1337-42-Launcher Public

    1337 / 42 launcher for MacOS. It will allow you manage your whole desktop , and launch your favorite apps in one click

    Shell 4

  5. gethim gethim Public

    Get him - A simple short link platform with tracking

    PHP 2

  6. minishell minishell Public

    Minishell - More like : "Minihell"

    C 2