Ask HN: SICP equivalent for distributed system design
15 points by currio 1 year ago | 3 commentsSICP is a good textbook for intermediatte (or advanced) students to learn about computer programming IMO.
Wondering if there is a equivalent for design and implementation of distributed systems.
- romanhn 1 year agoDesigning Data-Intensive Applications by Martin Kleppmann is fantastic. Great balance of breadth and depth, theoretical and practical.