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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

TechOps pre-launch checklist for web apps

18 点作者 leknarf大约 12 年前

2 条评论

earless1大约 12 年前
&#62;If your application doesn’t require a high level of user privacy, then you should be able to log into your site as a given user. Odd problems will pop up that only affect one user.<p>when the hell is this ever ok? even for a to-do list app. The closest we will come to this is a screen-sharing session with the customer
评论 #5335376 未加载
评论 #5335971 未加载
评论 #5335800 未加载
ukd1大约 12 年前
Scale all the things: 'Setup a caching layer (Memcached, Redis, Varish)'...if only it was just that easy.<p>Prep for scaling should be something like;<p>1. testing to see when you'll need to 2. monitoring so you know when 3. planning before you reach date / time from #2 how you'll do it 4. implement 5. test you've done #4 properly 6. release 7. repeat the whole process<p>Work out a methodical way that makes sense. "Setup a caching layer" is not that.