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
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
For further actions, you may consider blocking this person and/or reporting abuse
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