Phase 1The Silicon Foundation — Hardware & Logic

How the metal beneath the code actually works — transistors, cache, instruction sets, and the operating system that orchestrates them.

Phase 2The Ancestry — Learning C

Where every modern language traces back to. Compilers, memory, control flow, and a first encounter with pointers.

Phase 3The Architect — C++ & Object Oriented Programming

From C to C++. Classes, inheritance, polymorphism, smart pointers, and the design ideas that build large systems.

Phase 4The Toolbox — Data Structures & Algorithms

The vocabulary every working programmer shares. Arrays, hash maps, recursion, sorting, trees, and how to reason about speed.

Phase 5The Builds — Capstone Projects

Three games — Tic-Tac-Toe, Scrabble, Chess — each ending with an AI opponent. Where the previous four phases meet reality.

Phase 6The Bridge — Native Apps & Native UI

Putting a face on C++. Bridge headers to Swift on macOS, C# on Windows, and shipping the games as proper native apps.

Phase 7The AI Hero — Vibe Coding & The Future

Using AI to write the rest of the iceberg — and why all the previous 47 weeks make you 10x faster at it.