For further actions, you may consider blocking this person and/or reporting abuse
Read next
![vs-borodin profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2562469%2F18d7b354-1254-4af6-9dd1-ceb343f7818f.jpeg)
Building a Collapsible UI Component in Angular: From Concept to Implementation 🚀
Vyacheslav Borodin -
![dhruvangg profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F350504%2F1f392b9b-9c81-402d-9c63-4fb7e60ca235.jpg)
A routing system in JavaScript for Single Page Application
Dhruvang Gajjar -
![stormsidali2001 profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F895670%2Faa4c2336-ac6c-48a4-b9ff-1b9d1aa91dae.jpeg)
Building an AI-Powered Git Commit Report Generator: Dev Log 1
Sidali Assoul -
![urbanisierung profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F205729%2F318431e8-d51d-441c-a5bc-e94a4e85145f.jpg)
How to use a proxy in a nodejs environment
Adam -
Top comments (6)
I started learning Node through some of the amazing tutorials/walkthroughs on Scotch.io!
I'm currently learning from Andrew in Udemy.com . I have tried free resources for over an year. Ended up being in a dead end.
avoid callback hell with async / await. Why? It brings a 'synchronous' look to the code, making it easier to reason with.
One important distinction to make is, unlike most programming langs, node is async by default! (people, feel free to correct me, it's sth I am still confused by)
The description in nodejs.org is clear.
hahaha I never checked it. The moral of this story is, be humble when jumping into a new lang even if you have programmed heaps before.
Keep checking if your version is compatible with the tools installed in the project. You might need to switch to a different version.