A Information Technology Student & Problem Solver ๐.
I am currently walking the path of Abu-Hadhoud Roadmap.
Focused on mastering C++ fundamentals, Algorithms, and Logic Building using Visual Studio ๐ป.
I have built my own Header-only C++ Libraries from scratch to practice Clean Architecture and Divide & Conquer strategy. These libraries are used in all my projects to handle Inputs, Dates, Strings, and more.
| Repository | Description | Type |
|---|---|---|
| ๐ MyโCPPโLibrary | A robust set of helper libraries (Input Validation, Date, String, Math). Built for reusability and efficiency. | System Tool |
Here are some projects I built to practice logic and algorithms:
-
โ๏ธ Stone - Paper - Scissor
- A classic game implementation against the computer using C++ logic.
-
- A console-based game to test mental math skills with different difficulty levels.
- Abu-Hadhoud Roadmap (Strong Foundation).
- โ Solved 300+ Programming Problems & Algorithms.
- Mastering Functions, Arrays & Logic Building ๐ง .
- Improving clean code practices in C++.
#include <iostream>
using namespace std;
int main() {
// ๐ Academic Status
string university = "King Abdulaziz University (KAU)";
string major = "Computer Science (CS)";
string batch = "Class of 25";
// ๐ Mission
cout << "Turning caffeine into code & solving problems!" << endl;
return 0;
}


