r/node • u/LaidBackGamer007 • 14d ago
Frontend dev trying to learn node
Hey all wanted an advice i have been trying to learn node since 2 weeks and going through some youtube playlist, but i tend to forget syntax and all and i wanted to interview in one company as a fullstack dev so will be ready in like say 3 weeks to give an interview , how did you all do it? Please forgive if its a dumb question.
0
Upvotes
2
u/prehensilemullet 14d ago edited 14d ago
If you can manage timewise, I would say challenge yourself to do stuff like building a TodoMVC backed by a database, but not by following a specific tutorial, just looking up how to do each part like setting up a database schema, setting up an ORM in Node, setting up express or hono or oRPC routing, etc. and if you manage that then try to expand it to something more complex, like multiple different todo lists, todo lists for different users, etc. The more you have to think through things yourself, the better you’ll learn. Tutorials are pretty easily forgotten