How to learn Node.js efficiently | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

How to learn Node.js efficiently

I am learning Node.js now, but I found out my learning speed is slow. This is my first time to go into backend. My plan is below: Learn basics concept of Node.js Learn Express to build a RESTful api for a website for save some business data. I basically know the Non-block IO, Event loop, callback, router, middleware and basics of JS. But I am not used to developing web at all. How would you Guys give some advice for me to learn more efficiently ? Thanks!

15th Aug 2019, 5:00 PM
Aaron Yang
Aaron Yang - avatar
5 Answers
15th Aug 2019, 5:13 PM
Paolo De Nictolis
Paolo De Nictolis - avatar
+ 14
https://www.sololearn.com/learn/9660/?ref=app
15th Aug 2019, 5:15 PM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
+ 9
For me install node for your IDE I use VSCode In your terminal: node then tab twice to get all possible modules/functions/components/topics go through each one, one by one.
16th Aug 2019, 8:38 AM
SpaceJam♨
SpaceJam♨ - avatar
+ 4
Goto https://glitch.com/ register a free account, from there you can develop your express or node codes from backend to frontend. It also comes with sqlite installed for database crud operation ideally for rest api development. Code collaboration can be done too with your teammates, with tons of sample codes the community has developed. Install any npm packages as you wish by just searching the packages. Immediately run any github repos by just linking its git link. You even can create frontend app from Sololearn code playground with rest api from Glitch express apps.
16th Aug 2019, 3:05 PM
Calviղ
Calviղ - avatar
+ 3
Really apprecaite you guys! I am getting started! Sumit Programmer😎😎 Paolo De Nictolis SpaceJam♨
16th Aug 2019, 11:40 AM
Aaron Yang
Aaron Yang - avatar