title: "Master-Class: Scaling Databases with Sharding, Partitioning, and Consistent Hashing"
published: true
description: "Learn the three pillars of horizontal scaling: Sharding, Partitioning, and Consistent Hashing, and how they relate to replicat...
title: "Master-Class: Understanding Database Replication Single, Multi, and Leaderless"
published: true
description: A deep dive into Single Leader, Multi-Leader, and Leaderless replication algorithms for distributed systems.
tags: systemdesign, bac...