For further actions, you may consider blocking this person and/or reporting abuse
Read next
Boost Your Web App's Speed: JavaScript Performance Optimization Techniques
Abhay Singh Kathayat -
WebSocket Integration in React for Real-Time Communication
Abhay Singh Kathayat -
Implementing Infinite Scrolling in React for Seamless User Experience
Abhay Singh Kathayat -
Using useEffect for Fetching Data in React
Abhay Singh Kathayat -
Top comments (4)
You would have an easier time following a course, as an introduction, then technical books for advanced or non-specific language topics, but that's just my opinion! :D
Watching and contributing to some opensource nodejs backend project should work even better, while it would be hard to dive into at the beggining.
How can I find opensource projects?
By googling them I suppose. Most modern opensource projects have repos on github. Here is a bunch of opensource nodejs projects. Since almost no one writes their backend apps from scratch, but instead they use some kind of framework you may search for what frameworks are currently popular with nodejs and find apps, written on them.
If you have no prior experience with nodejs you may wish to start from tutorials and guides from node js docs page