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

推荐订阅源

月光博客
月光博客
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
量子位
小众软件
小众软件
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
G
Google Developers Blog
博客园 - 叶小钗
H
Help Net Security
Jina AI
Jina AI
Y
Y Combinator Blog
Last Week in AI
Last Week in AI
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Vercel News
Vercel News

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