Skip to content
View ABDLLH2PG's full-sized avatar
  • King Abdulaziz University
  • Jeddah, Saudi Arabia
  • 15:51 (UTC +03:00)
  • LinkedIn in/abdullah-balbaid

Block or report ABDLLH2PG

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ABDLLH2PG/README.md
Workspace

๐Ÿ‘‹ Hello! I'm Abdullah

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 ๐Ÿ’ป.


๐Ÿ› ๏ธ Skills & Tools


๐Ÿ“ฆ My Custom Libraries (Masterpiece)

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

๐Ÿ’ป Featured Projects

Here are some projects I built to practice logic and algorithms:


๐ŸŽฏ Currently Focusing On & Achievements

  • Abu-Hadhoud Roadmap (Strong Foundation).
  • โœ… Solved 300+ Programming Problems & Algorithms.
  • Mastering Functions, Arrays & Logic Building ๐Ÿง .
  • Improving clean code practices in C++.


๐Ÿ“ฌ Contact Me


#include <iostream>
using namespace std;

int main() {
    // ๐ŸŽ“ Academic Status
    string university = "King Abdulaziz University (KAU)";
    string major = "Computer Science (IT)";
    string batch = "Class of 25";

    // ๐Ÿš€ Mission
    cout << "Turning caffeine into code & solving problems!" << endl;
    
    return 0;
}

Pinned Loading

  1. Project-1-Stone-Paper-Scissor Project-1-Stone-Paper-Scissor Public

    A classic interactive game implemented in C++ focusing on conditional logic, random number generation, and clean user console experience.

    C++ 1

  2. Project-2-Math-Game Project-2-Math-Game Public

    A mental math challenge featuring various difficulty levels and mathematical operations, designed to practice structured programming and algorithmic thinking in C++.

    C++ 1

  3. Project-3-Bank-System Project-3-Bank-System Public

    A professional banking application featuring client management, secure financial transactions, and permanent data storage using advanced C++ file handling.

    C++ 1