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: How to learn Node.js & Frontend JS Frameworks?

1 pointsby marvinsumabout 12 years ago
So I have a basic understanding of JS and jQuery. I'd like to expand that to the backend with Node.js, Express, etc., as well as some frontend JS frameworks. I've tried a couple times to learn, but the tutorials or books that I've used have been either too simple or too difficult.<p>What are some good resources out there and how do people become better at JavaScript?

1 comment

pacomerhabout 12 years ago
Just build your own tools, like small libraries, ,maybe event handlers, pub/subs. For node, build a basic CRUD system. Building things will force you to do research on the stuff you need to know.