- BUILDING A 2D AND 3D GAME FROM SCRATCH
Build a game like Pong or even one in 3D similar to Doom. You'll build your own game engine from scratch. - BUILDING A DATABASE ENGINE
Learn about the data structure behind every database engine. Building your own index mechanism for run queries faster. - BUILDING A VIRTUAL MACHINE
Learn how a CPU, a GameBoy emulator or your programming language work inside by building a virtual machine. - BUILDING A BACKEND AND FRONTEND WEB FRAMEWORK
Make a backend framework similar to Express or frontend one like Backbone. Or go wild and create something totally new. - BUILDING A NEURAL NETWORK