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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is a blog really the best "Learning Application"?

3 点作者 nahcub将近 12 年前
I see a ton of posts about "Learn X framework by making a blog" or "Make a blog from Y in 20 minute!". Is this really the best application to use as a learning platform? What are the pros and cons of writing a blog as compared to other apps?

2 条评论

benologist将近 12 年前
The "blog" part isn't really what's important - what you're learning is how to make a CRUD (create, read, update, delete in a database) application which is what about 99.99999999% of the internet boils down to. Blogs are useful because they're a well known structure and can be progressively complex to build.
shire将近 12 年前
The best way to learn to program is to build stuff particularly a web application what better way than an obligatory blog which is something most programmers want anyway so it's a good starting point and fun.