Backend Performance — resources

roadmap.sh: https://roadmap.sh/best-practices/backend-performance

Books

  • Designing Data-Intensive Applications (Martin Kleppmann) — the reference for reasoning about throughput, latency, and storage trade-offs at scale.
  • Systems Performance (Brendan Gregg) — definitive guide to the USE method, profiling, and methodical performance analysis.
  • Database Internals (Alex Petrov) — how storage engines, indexes, and distributed databases actually work under the hood.
  • High Performance Browser Networking (Ilya Grigorik) — free online; deep dive into HTTP/2, TLS, and network latency that backends serve over.

Courses / practice