TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Good books on scalability

1 点作者 aman-pro超过 7 年前
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

aalhour超过 7 年前
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.