Skip to content
View MuhammadAhmadHamim's full-sized avatar

Block or report MuhammadAhmadHamim

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
MuhammadAhmadHamim/README.md
profile banner
  C  →  C++  →  OOP  →  JavaFX  →  SQL  →  DSA  → ?????????????
 └─Semester 1 ────────Semester 2 ─────Semester 3 ─ Beyond ──┘

◈ The Story So Far

Hey — I'm Ahmad. Software Engineering student at COMSATS University, Wah Campus.

This profile is a live record of a journey that started with a Tic-Tac-Toe game in C and has been compounding ever since. Every repo here is a chapter. Every commit is a line. The story is still being written.

I care about clean code, real systems, and problems worth solving. I'm drawn to the intersection of logic and creativity — where engineering discipline meets the drive to build something that actually works.

Currently heads-down on DSA, SQL, and everything Semester 3 has to throw at me. Always open to collaborating with people who take their craft seriously.


◈ The Arsenal

C C++ Java Python MySQL SQLite Git GitHub


◈ The Repositories — A Timeline

Every repo below is a chapter. Read them in order and you'll see the whole arc.

Chapter Repo What It Represents
01 Tic-Tac-Toe The origin. First project. First compile. Where it all began.
02 cpp-core-foundations Semester 1 in full — Hello World to pointers, memory and beyond.
03 java-oop-blueprint Semester 2 — 7 OOP projects, the four pillars, built in Java.
04 Hospital-Management-System-HMS- The Semester 2 capstone. JavaFX, full CRUD, real architecture.
05 sql-data-intelligence Semester 3 — SQL fundamentals to certifications, actively growing.
06 dsa-master-vault Semester 3 — DSA in C++. 26 LeetCode problems. 19 at 100% runtime.
07 n8n-ShortsStoryBot Story of How a Student Built a YT Automation Empire in 12hrs.
08 student-performance-predictor Turning raw data into insights and a predictive model.
09 rozn rozn — روزن — a local offline coding assistant. The crack of light in your code.
10 trivia-pulse Daily fact generator rendering terminal-style SVG cards for GitHub profiles.
11 match-kernel Semester 3 - DS mountaintop. backend-driven, REST APIs, real-time frontend.

◈ GitHub at a Glance


◈ Current Focus

ahmad = {
    "semester"    : 3,
    "grinding"    : ["DSA", "SQL", "Algorithms"],
    "building"    : "One meaningful project at a time",
    "interested_in": ["App Development", "Game Development", "Systems Programming"],
    "philosophy"  : "Understand the why before the how",
    "status"      : "Compiling..."
}

◈ Reach Me

LinkedIn Instagram Facebook Snapchat Email


◈ A Thought


Trivia Pulse



◈ The Grind, Visualized

contribution snake

Profile Views

footer

Pinned Loading

  1. match-kernel match-kernel Public

    MatchKernel is a backend-driven matchmaking engine built in C++ that groups players by skill rank using queues and matches them through a multi-phase algorithm. Features dynamic rank expansion for …

    C++

  2. rozn rozn Public

    rozn — روزن — a local offline coding assistant. The crack of light in your code.

    Python

  3. student-performance-predictor student-performance-predictor Public

    Turning raw student data into meaningful insights and a predictive model through structured analysis and machine learning.

    Jupyter Notebook

  4. n8n-ShortsStoryBot n8n-ShortsStoryBot Public

    Built a fully automated YouTube Shorts pipeline in a single 12-hour session during Ramadan 2026 with zero prior experience in n8n, Python servers, or API integration.

    Python

  5. Hospital-Management-System-HMS- Hospital-Management-System-HMS- Public

    A JavaFX-based Hospital Management System demonstrating core OOP concepts such as inheritance, polymorphism, composition, aggregation, and generics. This system allows an admin to manage patients, …

    Java

  6. Tic-Tac-Toe Tic-Tac-Toe Public

    A simple, interactive 3x3 Tic-Tac-Toe game built in C with input validation, win detection, and a user-friendly interface.

    C++