5 min read 0 Observability Observability: A Primer varunu28 January 19, 2025 Imagine you are working on an issue in an existing feature. You started on Monday by reproducing the issue, you…
9 min read 0 Microservices MicroBits: Monoliths, Mess, Microservices – The Dunder Mifflin Strategy for Breaking Up the Big One varunu28 August 22, 2024 Microservices usually come into architecture discussion when you are facing challenges with the existing infrastructure (in most cases a monolith).…
5 min read 0 Microservices MicroBits: Coupling – Hidden ties that bind together varunu28 August 14, 2024 Coupling is a concept discussed in various domains of software engineering. We all know that tight coupling is bad &…
4 min read 0 Technical Papers Paper Notes: High Performance I/O For Large Scale Deep Learning varunu28 February 17, 2024 Deep learning(DL) models have different access requirements from the data store when compared to typical workloads for which existing storage…
17 min read 0 Database Technical Papers Paper Notes: Windows Azure Storage – A Highly Available Cloud Storage Service with Strong Consistency varunu28 February 8, 2024 Windows Azure Storage(WAS) is a cloud-based storage system that supports durable storage of customer’s data. The underlying storage infrastructure provides…
12 min read 0 Technical Papers Paper Notes: Facebook’s Tectonic Filesystem – Efficiency from Exascale varunu28 January 15, 2024 As part of last two posts we have seen how Facebook created Haystack as their blob-storage solution & then further…
8 min read 0 Technical Papers Paper Notes: f4 – Facebook’s Warm Blob Storage System varunu28 December 22, 2023 As part of the previous post, we saw how Facebook makes use of Haystack for object storage. But with increase…
7 min read 0 Technical Papers Paper Notes: Finding a needle in Haystack – Facebook’s photo storage varunu28 December 17, 2023 Photo storage is one of the key functionalities of any social media platform & Facebook is no exception to this.…
10 min read 0 Consensus Technical Papers Implementing Viewstamped Replication protocol varunu28 October 21, 2023 Viewstamped replication(VR) is a replication technique that takes care of failures when one or more nodes end up crashing in…
10 min read 0 Database Technical Papers Paper Notes: F1 – A Distributed SQL Database That Scales varunu28 October 9, 2023 F1 is a distributed relational database built at Google to support AdWords domain at Google. It is built on top…