TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good books on scalability

1 pointsby aman-proover 7 years ago
Is there any good book that talks about scalable web application? By scalability I mean not just scaling in terms of infrastructure but also design.<p>We want to build something similar to JIRA that will allow it&#x27;s users to make things as configurable as possible. Also, it&#x27;s important to allow 3rd party developers to develop things on top of our platform.<p>I&#x27;m looking for some books or resources that can help us build a perfectly modular and scalable&#x2F;extendable codebase.

1 comment

aalhourover 7 years ago
In terms of software design, I found that Designing Data Intensive Applications to be very informative, I am going to give it another read next year. It cites a lot of references at the end of every chapter for the reader to explore the various topics further.