This is a growing collection of research papers and whitepapers I’ve read — or am currently reading — across systems engineering, distributed computing, reliability, and software infrastructure. I use this page as a reading log and reference point, occasionally updating it with new insights.

Currently Reading

  • June 2025 : Dynamo: Amazon’s Highly Available Key-value Store
    DeCandia et al. (Amazon Web Services) A deep dive into Dynamo, the distributed system that inspired many modern NoSQL databases. Focuses on availability, eventual consistency, and partition tolerance.

  • June 2025 : The Google File System
    Ghemawat, Gobioff, Leung Describes the fault-tolerant, distributed file system that formed the backbone of Google’s infrastructure — optimized for large data throughput, not POSIX compliance.


Recently Read


On My Radar