Node.js Essential Training

Go to class
Write Review

Free Online Course: Node.js Essential Training provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Node.js Essential Training is taught by Eve Porcello.

Overview
  • Learn the essentials of Node.js. Discover what you need to know to start creating your own JavaScript applications with Node.js.

Syllabus
  • Introduction

    • Learning the Node.js basics
    • What you should know
    1. What Is Node.js?
    • Node.js history
    • Installing Node.js
    • Using Visual Studio Code
    2. Node Globals
    • Inspecting the global object
    • Using the require function
    • Handling argument variables with process.argv
    • Working with standard input
    • Using standard output
    • Creating a delay with setTimeout
    • Incorporating setInterval
    • Reporting progress with setInterval
    3. Node Modules
    • Understanding core modules
    • Collecting information with readline
    • Using readline
    • Exporting custom modules
    • Creating a module
    • Custom events with the EventEmitter
    • Consuming a module with EventEmitter
    4. File Management and Streams
    • Listing directory files
    • Reading files
    • Writing and appending files
    • Creating directories
    • Renaming and removing files
    • Renaming and removing directories
    • Readable file streams
    • Writable file streams
    Conclusion
    • More training