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: Is a blog really the best "Learning Application"?

3 pointsby nahcubalmost 12 years ago
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 comments

benologistalmost 12 years ago
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.
shirealmost 12 years ago
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.