~/blog
~$ ls -la blog/
[2026.02]
Distributed Consensus with Redis, PostgreSQL, and Member Nodes
Adding fault tolerance with Redis leader election, PostgreSQL payload storage, and member nodes that execute blocks on their own Geth.
[2026.02]
Single Node Consensus: Building a Complete Implementation
Building a production-ready single-node consensus layer with retry logic, health checks, graceful shutdown, and metrics.
[2026.02]
Writing Custom Consensus for Geth: A Practical Guide
How to build a custom consensus layer for Geth using the Engine API - the foundation for L2 sequencers and private chains.