- Category Theory : notes and list of article, books on category theory.
- Linux Profiling at Netflix : perf and flame-graph, should be part of every body standard toolbox.
- Consistency without Consensus: CRDTs in Production at SoundCloud
- Log Structured Merge Trees : Instead of having one big index structure (which will either scatter-gun the file system or add significant write amplification) batches of writes are saved, sequentially, to a set of smaller index files.

No comments:
Post a Comment