Live data from Hacker News

Ask HN: SICP equivalent for distributed system design

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: SICP equivalent for distributed system design

#4
post #2

Designing Data-Intensive Applications by Martin Kleppmann is fantastic. Great balance of breadth and depth, theoretical and practical.

It’s such a broad topic, but the book doesn’t cover resiliency. There’s no discussion of service meshes things like that.