switch theme | rss

Posts

Show only completed 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
How I built the theme switcher in my site
2025-03-15 : The hacky way I built a theme switcher and dark mode for my static generated site.
#CSS #Website
Converting my garage door to a smart one
2025-03-15 : My journey of connecting my garage door to the internet.
#Electronics #HomeAssistant
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
2024 - In a nutshell
2024-12-31 : 2024 in a nutshell, through my eyes.
#recap #retrospective #2024
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
etcd deep dive and resources
2024-09-21 : My journey deep diving through etcd
#systems #Networks #KV Stores #etcd #Distributed Systems
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
Rust Learnings
2024-08-27 : Thing I learnt in rust during building webRTC stack, documented.
#systems #Rust #Networks #buffer #Protocols
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
Simplified Blog on - FLP
2024-02-19 : Impossibility of Distributed Consensus with One Faulty Process
#systems #consensus #Distributed systems #theory #reearch paper
File formats - Database internals 02
2023-11-12 : My personal notes of Chapter 3 from The database internals book
#systems #databases #database internals
Basics of Btrees - Database internals 01
2023-11-10 : My personal notes of Chapter 2 from The database internals book
#systems #databases #database internals
Functional LDAP knowledge
2023-10-19 : A mild introduction to terms in LDAP
#systems #ldap #idm #auth system
Economics in Algorithms - Bittorrent
2023-10-15 : A abridged version of the Bittorrent Economics paper
#systems #bittorrent #distributed
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
Blog page testing components
2022-01-01 : A blog testing out various markdown components with this rendering pattern
#markdown #testing