Projects
A map of all project notes and builds.
Active Projects
- Aizen — DAG-based workflow engine with multi-AI backends, plugins, checkpoint/resume
- Summer 2026 Build In Public Engineering Journey — 12-week roadmap: build CS concepts from scratch
Completed & Reference Projects
- Sudoku Puzzle Engine — Puzzle generation and solving
- Anime Tracker (Launcher, Companion) — Anime tracking application
- Machine Learning Course Outline — ML curriculum structure
Build From Scratch Ideas (from Summer 2026 Plan)
| Month | Project | Concepts |
|---|---|---|
| 1 | HTTP Server | Sockets, requests, responses |
| 1 | Web Framework | Routing, middleware, controllers |
| 1 | Git Clone | Hashing, objects, commits, trees |
| 1 | Redis Clone | In-memory storage, key-value, persistence |
| 2 | Database | Storage engine, indexing, query execution |
| 2 | Search Engine | Crawling, indexing, ranking |
| 2 | URL Shortener | IDs, database design, scalability |
| 2 | Auth Service | Sessions, JWT, password hashing |
| 3 | Message Queue | Producers, consumers, event-driven |
| 3 | Load Balancer | Scaling, traffic distribution |
| 3 | Rate Limiter | Security, distributed systems |
| 3 | API Gateway | Routing, microservices |
Related
- Django MOC — Web development skills for projects
- DSA MOC — Algorithms used in implementations
- AI MOC — AI concepts for intelligent features