惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
人人都是产品经理
人人都是产品经理
小众软件
小众软件
博客园 - Franky
WordPress大学
WordPress大学
Jina AI
Jina AI
Google DeepMind News
Google DeepMind News
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
博客园 - 【当耐特】
IT之家
IT之家
G
Google Developers Blog
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
V
Visual Studio Blog
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
GbyAI
GbyAI
雷峰网
雷峰网

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
Distributed Systems Learning Resources
2026-01-08 · via Stonecharioteer on Tech

A comprehensive collection of resources for learning distributed systems, performance engineering, and scalable system design.

Books

Distributed Systems & Databases

  • Database Internals - Alex Petrov
  • Designing Data-Intensive Applications - Martin Kleppmann
  • High Performance Browser Networking - Ilya Grigorik
  • Just Use Postgres! - Denis Magda
  • Latency - Pekka Enberg

Language-Centric

  • Fluent Python - Lucian Ramalho
  • Rust Atomics and Locks - Mara Bos
  • Rust for Rustaceans - Jon Gjengset

AI

I’m not focussing on learning AI skills specifically. For my learning I plan on avoiding AI altogether, at least coding agents.

  • Build a Large Language Model (From Scratch) - Sebastian Raschka ( Low Priority )
  • AI Engineering - Chip Huyen ( Low Priority )
  • Designing Machine Learning Systems - Chip Huyen ( Low Priority )

Python PEPs

I wanted to read some Python Enhancement Proposals that led to improved concurrency in Python. These are what I have so far.

Blog Articles

  • Napkin Math - Back-of-the-envelope calculations for systems design

Brendan Gregg - Performance Engineering

Engineering Blogs

Cloudflare Postmortems

Papers

Uncurated List

This list hasn’t been curated yet. I’ll prune or strikethrough papers that I haven’t found useful or won’t read for my preparation.

Essential Papers (Start Here)

  1. Time, clocks, and the ordering of events in a distributed system - Leslie Lamport, 1978
  2. The Byzantine Generals Problem - Leslie Lamport, Robert Shostak, and Marshall Pease, 1982
  3. Distributed snapshots: determining global states of distributed systems - K. Mani Chandy and Leslie Lamport, 1985
  4. Impossibility of distributed consensus with one faulty process - Michael J. Fischer, Nancy A. Lynch, and Michael S. Paterson, 1985
  5. Viewstamped Replication: A New Primary Copy Method to Support Highly-Available Distributed Systems - Brian M. Oki and Barbara H. Liskov, 1988
  6. The part-time parliament (Paxos) - Leslie Lamport, 1998
  7. Paxos Made Simple - Leslie Lamport, 2001
  8. Bitcoin: A Peer-to-Peer Electronic Cash System - Satoshi Nakamoto, 2008
  9. Conflict-free replicated data types - Marc Shapiro, Nuno Preguiça, Carlos Baquero, and Marek Zawirski, 2011
  10. In search of an understandable consensus algorithm (Raft) - Diego Ongaro and John Ousterhout, 2014

Comprehensive Reading List

System Design Principles

Latency

Amazon Systems

Google Systems

Consistency Models

Theory

Expository and Tutorial Resources:

Languages and Tools

Infrastructure

Distributed Storage

Consensus and Replication

Expository and Tutorial Resources:

Gossip Protocols and Epidemic Algorithms

Peer-to-Peer Systems

Distributed Algorithms

Expository and Tutorial Resources:

System Design and Architecture

Expository and Tutorial Resources:

Cloud Computing and Big Data