Ask HN: SICP equivalent for distributed system design

15 points by currio 1 year ago | 3 comments
SICP 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 ago
    Designing Data-Intensive Applications by Martin Kleppmann is fantastic. Great balance of breadth and depth, theoretical and practical.
    • tra3 1 year ago
      It’s such a broad topic, but the book doesn’t cover resiliency. There’s no discussion of service meshes things like that.
      • besnn00 1 year ago
        I agree. Singlehandedly the reason for me passing my database exam. Very thorough and technical.
        • dev_0 1 year ago
          [dead]