Build JavaScript applications with Node.js
- Offered byMicrosoft
Build JavaScript applications with Node.js at Microsoft Overview
Duration | 3 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Build JavaScript applications with Node.js at Microsoft Course details
- Introduction to Node.js
- Create a new Node.js project and work with dependencies
- Interactively debug Node.js apps with the built-in and Visual Studio Code debuggers
- Work with files and directories in a Node.js app
- Build a web API with Node.js and Express
- Introduction to route management in Node.js with JavaScript
- Node.js provides a large set of built-in APIs that help you build various types of applications, command-line apps, web apps, and more
- It also offers testing and debugging capabilities and a rich ecosystem of third-party packages that you can easily add to your application
- Learn how to manage dependencies for your project
- Learn how to efficiently debug your Node.js app by using Visual Studio Code to fix your bugs quickly
- Learn how to set up a Node.js API with multiple routes and handle incoming HTTP requests by using JavaScript
Build JavaScript applications with Node.js at Microsoft Curriculum
Introduction to Node.js
Introduction
What is Node.js?
How Node.js works
Why might you need Node.js?
Try Node.js
Knowledge check
Summary
Create a new Node.js project and work with dependencies
Introduction
Configure the package.json
Exercise - Configure the package.json
Add packages to your Node.js project
Exercise - Install packages
Manage dependency updates in your Node.js project
Exercise - Manage dependency updates in your Node.js project
Knowledge check
Summary
Interactively debug Node.js apps with the built-in and Visual Studio Code debuggers
Introduction
What's a debugger?
Debug with the Node.js built-in debugger
Exercise - Use the Node.js built-in debugger
Debug with Visual Studio Code
Exercise - Debug with Visual Studio Code
Knowledge check
Summary
Work with files and directories in a Node.js app
Introduction
Work with the file system
Exercise - Work with the file system
Work with file paths in Node.js
Exercise - Work with paths
Create files and directories
Exercise - Create files and directories
Read and write to files
Exercise - Read and write to files
Summary
Build a web API with Node.js and Express
Introduction
Create a new Express framework web application
Exercise - Create a new Express web application
Manage a request lifecycle with middleware
Exercise - Manage request lifecycle
Knowledge check
Summary
Introduction to route management in Node.js with JavaScript
Introduction
Understand URLs and routes
Exercise - Route and query parameters
Read and write
Exercise - Read and write
Knowledge check
Summary