Stuff To Do
Bored? Need project ideas? Looking for something to do?
- Coding Challenges: List of project ideas where you implement a real world tool.
- Crafting Interpreters: Write a programming language.
- Ray Tracing in One Weekend: Write a ray tracing renderer.
- Operating System in 1,000 Lines: Write a simple OS kernel with memory allocation, processes, and disk I/O.
- Advent of Code: Small programming puzzles released daily in December. Past years can be completed any time.
- Build Your Own X: Meta-list of tutorials for recreating projects.
- CMU 15-445/645 - Intro to Database Systems (Fall 2024): Create a buffer Pool Manager, database Index, and other projects in this databases course.