Gamedev
Resources related to building a game or an game engine
Game Programming Patterns
A free online book covering design patterns commonly used in game development
Game Loop - Game Programming Patterns
Chapter from Game Programming Patterns explaining different design decisions for a game loop
Fix Your Timestep! (2004)
Classic article on implementing a fixed timestep game loop for stable physics simulation.