The Raft Consensus Algorithm - Part 3
Raft ensures reliable coordination in distributed systems through leader election, log replication, and fault tolerance.
360 words
|
2 minutes
The Raft Consensus Algorithm - Part 2.1
Raft ensures reliable coordination in distributed systems through leader election, log replication, and fault tolerance.
768 words
|
4 minutes
The Raft Consensus Algorithm - Part 2.2
Raft ensures reliable coordination in distributed systems through leader election, log replication, and fault tolerance.
512 words
|
3 minutes
The Raft Consensus Algorithm - Part 1
Raft ensures reliable coordination in distributed systems through leader election, log replication, and fault tolerance.
1141 words
|
6 minutes
From Zero to Operator Hero
This is a talk at KCD Taipei 2025.
1235 words
|
6 minutes
Cover Image of the Post
RabbitMQ AMQP 0-9-1 Internals
A breakdown of how AMQP 0-9-1 delivers messages via exchanges, routing keys, and bindings.
473 words
|
2 minutes
Cover Image of the Post
Inside Go Runtime - makechan
2025-07-21
A deep dive into Go's makechan function, revealing how the runtime safely allocates and initializes channels with memory alignment, type handling, and GC considerations.
576 words
|
3 minutes
Inside Go sync.Map
2025-07-19
Learn how sync.Map balances performance and safety in high-concurrency scenarios.
1563 words
|
8 minutes