Coding
Chess
Optimization
- Agner Fog’s optimization manuals
- Single-file C/C++ public-domain libraries with minimal dependencies
- Single-file C/C++ libraries by Sean Barrett
- Data-oriented design and C++ (video)
Compilers
- Compiler Explorer
- LLVM built with Clang on Windows
- Compilers are pretty great but there’s a lot of work ahead
3D Graphics / Games
- C# to Machine Code: Unity at GDC 2018
- Tiny rendering engine (simplified OpenGL clone)