
-
Nodemon.io
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
Then, install nodemon (in the VSCode terminal also), which, to my understanding, automatically refreshes the server you'll be sending requests to, whenever you make a change. Using plain node.js, you'd have to manually stop and restart the server after every change.
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
First of all, install VSCode and Postman. VSCode (Visual Studio Code) is a code editor made by Microsoft, which you'll use to write code, having got helpful features such auto-completion with the TAB key and colour-coding of commands. Postman) is an API (application programming interface; allows 2 apps to talk to each other) platform for developers, which you'll use to send HTTP requests to your local server.
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
This is where I post my coding progress. Currently, I'm following the Frontend Developer Roadmap at roadmap.sh. Here are the highlights of each day:
-
First of all, install VSCode and Postman. VSCode (Visual Studio Code) is a code editor made by Microsoft, which you'll use to write code, having got helpful features such auto-completion with the TAB key and colour-coding of commands. Postman) is an API (application programming interface; allows 2 apps to talk to each other) platform for developers, which you'll use to send HTTP requests to your local server.