Node JS (High-quality course)

preview_player
Показать описание

In this 3 hours beginner tutorial, you will learn Node JS in detail using demos and precise presentations.

There are 4 sections in this course.

In Section 1, explore the basics of Node js:
- Create first Node app with local server setup
- Send HTTP Request and Response
- What is the request listener function?

In Section 2, explore modern javascript:
- ECMAScript vs. Traditional ES5, Role of TC39 and ES5 vs. ES6, and var vs. let vs. const
- Nested Blocks, Function Scopes, Arrow functions and 'this' usage, Object literals, Destructuring, REST/SPREAD operator, dot operator, String interpolation, class in node, and much more.
- Asynchronous Programming: promise, async, await, and .then() function.

In Section 3, explore modules in Node:
- HTTP module
- 'fs' module to create a file, read, update, delete, and rename a file.
- URL module using URL + fs + HTTP.

In Section 4, explore intermediate Node concepts:
- Node Timer API: start, cancel, setTimeout, setInterval, setImmediate, clearTimeout, clearInterval, and clearImmediate functions.
- Event emitters: require('events')
- 'nodemon' npm package
- Send email using Node with GMAIL

Node JS Course links:

Timestamps:
00:00 Overview
01:38 What is Node?
09:25 Install Node and NPM
10:57 REPL
27:57 Hello World Explanation
33:45 Node HTTP Request and Response
42:04 Section 1: Summary
43:27 Section 2: Modern Javascript: ES6?
47:11 Variables and Blocks
55:37 Arrow Functions in JS
01:04:35 'this' in Arrow Functions
01:10:12 Object Literals
01:17:56 Destructuring and REST/SPREAD operator
01:28:09 String Interpolation and Template
01:31:23 Class
01:39:48 Asynchronous Programming
01:51:46 Section 3: Node JS Module
02:03:22 HTTP Module
02:10:09 'fs' Module
02:20:20 URL Module
02:29:11 Timer API
02:42:24 Event Loop
02:46:49 Event Emitters
02:50:53 nodemon npm package
02:59:45 Course Summary

.
.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

Explained in detail with proper examples.
Good job sir 👍🏻

MukundBhut
Автор

Thanks sriyank I love the way you teach

FarmanUllahYousafzai
Автор

Can we make only a web server with Node? Can't we make a mail server or any other with it?

ruchirmehta