switch theme | rss

Posts

Show all posts
Large git objects and the power of git rebase.
2025-04-27 : The mystry of large git object and a working knowledge of git rebase.
#git #rebase #gitobjects
Something better than Bloom? Cuckoo filters.
2025-03-17 : About Cuckoo filters, a probabilistic data structure that claims to be better than Bloom filters.
#systems #Probabilistic #Data Structures
Raft Abridged
2025-03-16 : Short version of the Raft paper
#systems #Distributed Systems #consensus #Raft #MIT 6.824
ZooKeeper - Part 1 | Introduction and API
2025-03-16 : Part 1 of 3 part series. In this post, we jump into what Zookeeper is and its service providings
#systems #Distributed Systems #coordination #Zookeeper #MIT 6.824
ZooKeeper - Part 3 | ZooKeeper Implementation
2025-03-16 : Part 3 of 3 part series. In post, we jump into how ZooKeeper is implemented
#systems #Distributed Systems #coordination #Zookeeper #MIT 6.824
ZooKeeper - Part 2 | High level primitives and applications
2025-03-16 : Part 2 of 3 part series. In this post, we how ZooKeeper deceptively simple API is used to build complex distributed systems prmitivves
#systems #Distributed Systems #coordination #Zookeeper #MIT 6.824
About linearizability testing
2025-03-10 : A simple introduct to linearizability, testing and NP stuff.
#systems #Distributed systems #linearizability #NP problems #testing #MIT 6.824
A research blog template
2024-11-13 : A template based on UCSD's `How to read an Engineering research paper` for my own blogs.
#research #template
SFB - A flow control algorithm
2024-09-20 : A short piece on the SFB Algorithm (Michigan 2001) and other TCP Flow control algorithms.
#systems #TCP #Networks #Algorithm #TCP Flow Control
STUN - Magic Potion Against NAT
2024-08-27 : My facination with NAT and STUN.
#systems #Protocols #Networks #WebRTC
Solving Gossip Glomers Challenges
2024-04-27 : My experience solving Gossip Glomers Challenges
#systems #Distributed systems #Open Source #Jepsen #Maelstrom
My first and small contribution to Jaeger
2024-03-22 : My first contribution to Jaeger, a CNCF graduated project
#systems #Distributed systems #Open Source #FOSS #Observability #Jaeger #CNCF
Basics of Btrees - Database internals 01
2023-11-10 : My personal notes of Chapter 2 from The database internals book
#systems #databases #database internals
Little about ORMs - Rustaceans meet Bangalore!
2023-10-12 : This blog hold my experience giving a talk on ORMs in Rust Conf that took place in ThoughtWorks in Bangalore!
#Rust #ORMs #PupBin #SeaORM