Paginated Archives
Introduction to Game Development GD50 - Notes and References
Detailed notes of the course GD50 covering prerequisites, additional material and the lecture in great detail.
Novel DS & Algos Roundup #1
Some awesome data structures and algorithms that you normally won't find in textbooks or courseware.
Redis Source Code - DS and Algos - adlist
Source code walk of the Doubly Linked List implementation of Redis. It's quite easy and I honestly learnt a bit.
Deep Dive into the Source Code of Redis
Reading and annotating the code that powers Redis. I try highlighting nuggets, reason as to why certain things are done that way etc. It's very popular for having a clean and well designed code base apart from being very performant.