
Raft is the consensus algorithm hiding inside etcd, Consul, CockroachDB, TiKV, MongoDB, and most modern distributed systems. You probably won't implement it -- but if you operate anything built on it, knowing how leader election, log replication, and quorum work is the difference between confidently debugging an outage and frantically restarting servers.
Engineering Craft
TypeScript, CI/CD, databases, observability -- the skills that make code production-ready.