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…
11 min read 0 Database Technical Papers Paper Notes: Spanner – Google’s Globally-Distributed Database varunu28 September 27, 2023 Spanner is a scalable & globally distributed database built at Google. It is the first database to replicate data globally…
13 min read 0 Technical Papers Paper Notes: Kora – A Cloud-Native Event Streaming Platform For Kafka varunu28 September 1, 2023 With growing demand for data, robust solutions for handling large-scale data streaming has become essential for organizations. In the cloud-native…