Skip to content
View ahmedabougabal's full-sized avatar
πŸ’ͺ
Struggling between Deadlines and Deadlifts
πŸ’ͺ
Struggling between Deadlines and Deadlifts

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 Graduate & ex.pythonTrackTeamLeader/Problem-Solver/BodyBuilder)

Redefining limits and supercharged driven, I am a 25-year-old ITI Graduate, 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.

Stay Motivated Squat Approved Beast Mode Lift Heavy No Pain No Gain



πŸ’» Tech Stack:

C++ CSS3 HTML5 JavaScript Python Shell Script Windows Terminal YAML TypeScript PowerShell GithubPages Heroku Netlify Render PythonAnywhere AWS Ant-Design Bootstrap React NPM OpenCV Nodemon Flask FastAPI Express.js Django Apache Zod Yarn Vite Postgres MySQL MongoDB SQLite GitHub Matplotlib NumPy Pandas Plotly PyTorch scikit-learn

CodeWars Live Stats

Codewars Badge


Profile Views

πŸ† GitHub Trophies

Github Live Stats 🦍


GitHub Streak




My LeetCode Live Stats 🐀



Penguin Dance

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;
}


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

"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. ITICafeFoodDeliveryApp ITICafeFoodDeliveryApp Public

    Our ITI graduation project was born from a genuine desire to solve a real-world problem faced by our fellow students. As we conclude our academic journey, we wanted to leave a meaningful impact on …

    JavaScript 5 1

  2. DatabaseManagementSystem_ITI DatabaseManagementSystem_ITI Public

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

    Shell 1

  3. mernStackMilestoneProject_ITI mernStackMilestoneProject_ITI Public

    Here is another MileStone Project, As an ITaians the time has come to harness each single tech skill we gained from the past intensive courses to utilize all tech knowledge we learned into ACTION a…

    JavaScript 2 1

  4. fullStackSWE_assignment fullStackSWE_assignment Public

    [Deployed] Containerized Financial Data Filtering App with Elegant Key Metrics from scratch

    TypeScript

  5. myLeetCodeAnswers myLeetCodeAnswers Public

    Documenting my LeetCode solutions in C++ / Python / JavaScript since my time at the ITI till now

    C++ 2

  6. PythonDataStructuresAlgorithms PythonDataStructuresAlgorithms Public

    Let's go DeepDiving 🀿

    Python