Explore >> Select a destination


You are here

robertovitillo.com
| | blog.acolyer.org
9.5 parsecs away

Travel
| |
| | www.adamconrad.dev
10.2 parsecs away

Travel
| | Ch 9 of my book club review of Designing Data-Intensive Applications by Martin Kleppmann.
| | bloom-lang.net
9.6 parsecs away

Travel
| | CALM: consistency as logical monotonicity One of the key innovations underlying Bloom is the ability to formally guarantee consistency properties of distributed programs. This reasoning is based o
| | briankung.dev
77.1 parsecs away

Travel
| I survived David Beazley's weeklong course on the Raft consensus algorithm that powers technologies like Kubernetes, MongoDB, and Neo4j. Image from https://raft.github.io/ The Raft Consensus Algorithm is a way for a gaggle of computers to agree on a sequence of events, or a "log" of events. Raft is useful for things like databases - once...