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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AsK HN : Is it a good idea to write an ebook on MVP development?

8 点作者 anujkk超过 12 年前
I am thinking about writing an ebook as my next side project. I see many people who have a startup idea but don't know how to actually implement it. Would it be nice to have an ebook that teaches how to quickly develop a MVP? It will be a step-by-step guide to develop MVP of an actual product e.g., HN Clone.<p>Is there a demand for such ebooks? What are some similar books? Which web application one should choose as an example project?<p>As of now, I think I will go with HN Clone as project and HTML/CSS/jQuery/Bootstrap/Python/Flask/SqlAlchemy/MySQL as technology stack. What are your suggestions?<p>P.S. : I don't know Ruby/Rails. I'm basically a Python/PHP guy.

5 条评论

brudgers超过 12 年前
Your story developing an MVP could be interesting. A book which pretends that a non-project is an MVP probably won't be.<p>The passion of execution is what makes <i>Getting Real</i> interesting. <a href="http://gettingreal.37signals.com/toc.php" rel="nofollow">http://gettingreal.37signals.com/toc.php</a>
redspark超过 12 年前
It sounds like you want to write an ebook sample application tutorial and just piggyback on a lean startup keyword.<p>The most complicated and most mysterious part of creating an MVP is using your customer feedback loop to determine what the MVP needs to look like. Merely creating a HN clone without also outlining your feedback loop and why you determined an HN clone to be your MVP would not hold much value.
stevejalim超过 12 年前
I hope so: <a href="https://leanpub.com/idea-to-income/" rel="nofollow">https://leanpub.com/idea-to-income/</a> :o)
评论 #5073580 未加载
djb_hackernews超过 12 年前
Sounds like a tiny market of poor people.
nerdfiles超过 12 年前
It helps. Each product can now be viewed as a general scientific hypothesis; so publishing your work is essential.<p>You wouldn't be writing _on MVP development_ but rather exposing to everyone just how well you are at executing it. In my mind, your question seems like asking, "Is it a good idea to write an ebook on the scientific method?"<p>You have to manage what kind of philosophical posturing you're going to make. What you will write about may not necessarily translate to other projects, and that'll be for the fact that your hypotheses will be defined by the nature of your product. I believe what I'm saying is consistent with "don't choose your tech stack first" since the product's nature determines what the tech stack will be.