|
You are here |
buttondown.com | ||
| | | | |
anishathalye.com
|
|
| | | | | Testing distributed systems is challenging due to concurrency and nondeterminism. | |
| | | | |
eli.thegreenplace.net
|
|
| | | | | ||
| | | | |
timilearning.com
|
|
| | | | | Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions. | |
| | | | |
blog.sylver.dev
|
|
| | | Build a web server with Rust and tokio - Part 0: the simplest possible GET handler Welcome to this series of blog posts where we will be exploring how to build a web server from scratch using the Rust programming language. We will be taking a hands-o... | ||