Posts tagged: architecture
- How I Built This Blog: Architecture Decisions and Trade-offs
2025-10-02 06:00 MDT
A comprehensive look at the architecture behind this Astro-powered blog, exploring design decisions, trade-offs, and the reasoning behind technology choices.
Read more → - The Multi-Raft Architecture
2026-03-25 12:00 MDT
The Raft consensus protocol is widely adopted for building fault-tolerant distributed systems. It ensures that even if a node crashes or becomes unreachable, the cluster agrees on a single consistent state. However, single-group Raft does not scale well.
Read more →