This is a technical dive on Postgres. We'll be talking about it's key features, storage engine, MVCC, extensions, criticisms and more.
We delve into Round Robin, Weighted Round Robin, Least Connections, Power of Two Choices and much more.
Raft is a distributed consensus protocol used in Kafka, MongoDB, CoackroachDB, Etcd and more. We'll delve into the protocol and explain it with some visuals.
We'll be talking about implementing authentication with passwords, federated identity (OAuth, SAML), OTPs and more. We'll also delve into JWTs and Session-based Auth.
A deep dive into Redis. We'll talk about the history, key characteristics, data structures supported and more.
A dive into Two Phase Commit and Three Phase Commit protocols. The next part will be on Paxos and Raft.
We'll talk about what DNS is and why you should care. Plus, the steps in a lookup, propagation and how to debug DNS issues.
We'll be talking about Data Warehouses, Cloud Data Warehouses, Data Lakes and the Data Lakehouse pattern
A comprehensive introduction to event driven architectures. We'll talk about the history, core components, benefits, design patterns and more!
In this pro article, I'll delve into what a consistency model is, why should you care. Then we'll break down different types of eventual and strong consistency models.
In this tech dive, we'll delve into S3, Azure Blob Storage, Google Cloud Storage and other types of Object Storage.