
SL 01: Introduction
SL 01: Introduction
Introduction to Node University Short Lectures and its creator Azat Mardan. You will learn what to expect from this seri... Read more
4 Dec 2017
•
9mins

SL 02: Node Advantages
SL 02: Node Advantages
Node University Short Lectures and its creator Azat Mardan tells you about advantages of using Node.js and why its such ... Read more
4 Dec 2017
•
4mins

SL 03: Non-blocking
SL 03: Non-blocking
Non-blocking I/O, which is one of the best things of Node, is finally explained in a simple and short form to demystify ... Read more
4 Dec 2017
•
3mins

SL 04: Node Versions: LTS vs. No LTS
SL 04: Node Versions: LTS vs. No LTS
Notes Node release schedule: Node downloads: About the Podcast Node University Short Lectures and its creator Azat Mar... Read more
5 Dec 2017
•
3mins

SL 05: Key Differences Between Node and Browser JavaScript
SL 05: Key Differences Between Node and Browser JavaScript
Notes You Don't Know Node course: About the Podcast Node University Short Lectures and its creator Azat Mardan tells y... Read more
5 Dec 2017
•
2mins

SL 06: Three Ways to Execute Node Code
SL 06: Three Ways to Execute Node Code
Notes Node CLI support the following three commands: node: REPL node -e "console.log(process.argv)": inline evaluation/... Read more
5 Dec 2017
•
5mins

SL 07: Node.js Modules with require and module.exports
SL 07: Node.js Modules with require and module.exports
Importation patterns: require('./server.js')require('../configs.json')require('express')require('./routes') Module patte... Read more
10 Dec 2017
•
5mins

SL 08: Main Node.js Core Modules
SL 08: Main Node.js Core Modules
Node API documentation: fs: https://nodejs.org/api/fs.html path: https://nodejs.org/api/path.html http: https://nodejs.... Read more
10 Dec 2017
•
4mins

SL 09: npm—Node.js Package Manager
SL 09: npm—Node.js Package Manager
npm: https://www.npmjs.com About the Podcast Node University and its creator Azat Mardan tells you about advantages of u... Read more
10 Dec 2017
•
9mins

SL 10: npm CLI
SL 10: npm CLI
Notes "npm install" or "npm i" "npm install name" or "npm i name" "npm install name@N" -S -D -E "npm i -g name" About th... Read more
10 Dec 2017
•
5mins