AtomicCoding 

AtomicCoding's avatar
Java / Kotlin Developer
restacked
Neo Kim's avatar

MYTH: You need a CS degree to write real code.

REALITY: You need curiosity, the Internet, and a laptop.

Start with these 7 FREE courses:

1. MIT - Distributed Systems:

restacked
System Design Roadmap's avatar
Write-Ahead Logs: How Databases Ensure Durability
Log in for more
Or create an account
restacked
Franco Fernando's avatar

Consensus algorithms are a complex yet critical topic for distributed systems.

They allow a set of processes to share a consistent view of the system state.

This may not be hard to set up if you assume there are no failures and the network is reliable.

But such conditions never apply in the real world.

The RAFT Consensus Algorithm