Skip to content
View ahmedabougabal's full-sized avatar
πŸ’­
A commit a day keeps bugs away.
πŸ’­
A commit a day keeps bugs away.

Block or report ahmedabougabal

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

Hi there, I am Ahmed Abou Gabal

πŸ”₯ Absolute Unit Alert πŸ”₯

(ITI Open source Full-Stack Trainee & TeamLeader/Problem-Solver/BodyBuilder)

CodeWars Live Stats


Codewars Badge

Github Live Stats 🦍


GitHub Streak




My LeetCode Live Stats 🐀

About me

Redefining limits and supercharged driven, I am a 24-year-old ITI Trainee, a fast-paced learner and problem-solver with a background in Bachelor of Science, Chemistry. My journey took an exhilarating turn as I discovered a deep-inside passion for software/Open-Source Full Stack development.

Fun Facts // since I am a mad chicken legs lover, here is a fun fact
Which came first: the chicken 🐀 or the egg πŸ₯š?

#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;

int main() {
    vector<string> evolution = {"πŸ₯š", "🐣", "πŸ₯", "πŸ”"};
    sort(evolution.begin(), evolution.end());
    
    for (const auto& stage : evolution) {
        cout << stage << " ";
    }
    return 0;
}


>>> [πŸ” ,🐣, πŸ₯, πŸ₯š]
GIF

"A computer is like an air-conditioning - it becomes useless when you open windows" --Linus Torvalds

🧰 Programming SkillSet

Linux

MongoDB

HTML5

CSS3

Django

JavaScript

Docker

Apache

React

NodeJS

Python

C++

GitHub

Bash

VS Code

WebStorm

PyCharm

MySQL

Git

Pinned Loading

  1. myLeetCodeAnswers myLeetCodeAnswers Public

    Documenting my problem-solving solutions to assist others in need Using C++ / Python / JavaScript

    C++ 2

  2. DatabaseManagementSystem_ITI DatabaseManagementSystem_ITI Public

    Implementing a DBMS (Database Engine) from scratch using Bash Shell Scripting.

    Shell 1

  3. Bash_Scripting_ITI_Assignments Bash_Scripting_ITI_Assignments Public

    Shell

  4. ecommerceWebsite ecommerceWebsite Public

    ITI Milestone Project

    JavaScript 3 2

  5. Linux_Assignments_labs Linux_Assignments_labs Public

    Please note I have not reviewed every answer thoroughly due to limited time capacity, so please use these solutions as a reference or guide rather than a definitive answer key. Feel free to raise …

  6. ITI_Python_and_PHP_Shadow_Interviews ITI_Python_and_PHP_Shadow_Interviews Public

    This repository contains a collection of essential code snippets that were asked by interviewers for both the "Python" and "PHP" ITI Students.

    JavaScript