Before reading this tutorial which is designed for students who are willing to learn Node.js. Before jumping to this Node.js tutorial for Beginners blog posts, you should have a basic knowledge of JavaScript.
In this post, I have listed all the links to start learning the basics of Node.js and building simple APIs, If you are a beginner you can follow the step-by-step links given below.
I will use VS Code editor to demonstrate coding examples in all the blog posts.
Learn Node.js – Node for Beginners Guide (Basics)
- Node.js Introduction
- Reading and writing files in Node.js (How to read and write files in Node)
- Synchronous and Asynchronous behavior in Node.js
- Creating a web server in Node
- URL and Routing in Node
- Building a basic API in Node
- NPM Introduction, Package versions, and updates in package.json
- Event loop and thread pool in Node.js
- Streams in Node.js
- Importing and exporting modules in Node.js
- Getting started with Express.js
- Handling GET requests in Express.js