| 1 | 3D Renderer | Ray tracer, rasterizer, path tracer | C, C++, Java, JS, Python, Rust |
| 2 | AI Model | GPT, diffusion model, CLIP, NeRF | Python, C++ |
| 3 | Augmented Reality | AR overlay, marker tracking | JS, Python |
| 4 | BitTorrent Client | Peer-to-peer file sharing | Go, Haskell, JS, Python, Rust |
| 5 | Blockchain / Crypto | Bitcoin-like chain, smart contracts | Go, Haskell, Java, JS, Python, Rust |
| 6 | Bot | Chatbot, IRC bot, Slack bot | Go, Java, JS, Python |
| 7 | Command-Line Tool | CLI parser, progress bar, formatter | Go, Python, Rust |
| 8 | Database | SQL engine, key-value store, Redis clone | C, C++, Go, Java, Python, Rust |
| 9 | Docker | Container runtime, image builder | Go, Python |
| 10 | Emulator / VM | CHIP-8, NES, Game Boy emulator | C, C++, Go, Java, JS, Rust |
| 11 | Frontend Framework | React-like library, virtual DOM, JSX | JS, TS |
| 12 | Game | Tetris, chess, Minecraft clone | C, C++, Go, Java, JS, Python |
| 13 | Git | Version control from scratch | Go, Python, Haskell, Ruby |
| 14 | Memory Allocator | malloc/free implementation | C |
| 15 | Network Stack | TCP/IP stack, HTTP client | C, Go, Python |
| 16 | Neural Network | Backprop from scratch, CNN, RNN | C, C++, Java, JS, Python |
| 17 | Operating System | Bootloader, kernel, process scheduler | C, Rust |
| 18 | Physics Engine | Rigid body, collision detection | C++, JS |
| 19 | Processor | RISC-V CPU in HDL or emulation | C, Python |
| 20 | Programming Language | Interpreter, compiler, VM, LISP | C, Go, Haskell, Java, JS, Python, Rust |
| 21 | Regex Engine | NFA/DFA regex from scratch | C, Go, Java, JS, Python |
| 22 | Search Engine | Inverted index, TF-IDF, BM25 | Python, Ruby |
| 23 | Shell | Bash-like shell, job control | C, Go, Python, Rust |
| 24 | Template Engine | Jinja/Mustache-like | JS, Python |
| 25 | Text Editor | Vim-like, kilo editor | C |
| 26 | Visual Recognition | MNIST classifier, face detection | Python |
| 27 | Voxel Engine | Minecraft-style 3D world | C++ |
| 28 | Web Browser | HTML parser, CSS layout, DOM | Python, Haskell |
| 29 | Web Server | HTTP/1.1, static file server | C, Go, Java, Python, Rust |
| 30 | Distributed Systems | Kafka-like, Raft consensus, MapReduce | Go, Java, Python |