Working notebook
Notes, fragments, and things I'm learning.
These are personal working notes, not polished articles. They capture concepts in progress, useful details, and questions I want to revisit.
3 notes across 1 subject
Subject 01
Distributed Systems
Working notes from my study of distributed systems: concise ideas, observations, and explanations captured as I learn.
- 01ConcurrencyThreads and RPCNotes on concurrency, Go routines, threads, and Remote Procedure Calls.
- 02StorageDistributed Storage SystemsWhy distributed storage is difficult, and how sharding, failures, replication, and consistency interact.
- 03ReplicationPrimary-Backup ReplicationNotes on failure models, the limits of replication, and the economic trade-offs behind fault tolerance.