Node.js in 7 Days

Node.js in 7 Days

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 49m | 686 MB

Build strong Node.js foundations in 1 week

Node.js is a popular choice for teams that need to design, build, test, deploy, maintain, and monitor large-scale distributed systems.

This course will give you a firm basis from where to get started and work on your own projects with Node.js. Each section is followed by a hands-on, practical assignment as homework to help you readily implement what you’ve learned in a functional manner. From learning the basics move on to create a Webserver. Learn the newest method for asynchronous development thus advancing your knowledge in getting familiar with Authentication.

Finally, you’ll debug and test Node.js using common tools. If you are looking to upgrade your Node.js skills in the quickest possible time, then this course is for you!

This course follows a systematic, fast-paced, practical, and structured approach. Get a grip of Node.js foundations and build and deploy real-world Node.js applications in a week.

What You Will Learn

  • Create web-based Microservices in Node
  • Deploy your Node apps to production
  • Develop and test Microservices in Node
  • Debug your Node.js apps and automatically test it
  • Use NPM to manage node packages
  • Build a web application and API more easily using Express
Table of Contents

Enter the World of Node.js
1 The Course Overview
2 Installing Node.js and VS Code
3 Node Package Manager (npm)
4 Hello World!
5 Assignment

Hello Node!
6 From Functions to Arrow Functions
7 Modules and Libraries
8 Getting Input from Users and Arguments
9 Assignment

Callbacks and Promises
10 Working with Event Loop
11 Exploring Callbacks
12 Implementing Promises
13 Assignment

Node HTTP and Express
14 Creating Node Web Server
15 Express Basics
16 Running an App on Express
17 Assignment

Testing and Debugging
18 Unit Testing Approaches and Tooling
19 Testing a Web Service with Jest
20 Debugging Node Applications
21 Assignment

AsyncAwait
22 Advanced Asynchronous Operations
23 AsyncAwait in Node
24 Testing Async Functions
25 Assignment

Putting It All Together
26 Authentication in Express Using Passport
27 MongoDB with Node
28 Running Node in Production
29 Assignment