Learn and Understand NodeJS Review

Overview

In this course you will gain a deep understanding of Node, learn how NodeJS works under the hood, and how that knowledge helps you avoid common pitfalls and drastically improve your ability to debug problems.

In this course we'll look at how the C++ written V8 Javascript engine works and how NodeJS uses it to expand the abilities of Javascript. You'll learn how to structure your code for reuse and to be easier to understand, manage, and expand using modules and understand how modules really work.

You'll learn how asynchronous code works in Node and the Node event loop, as well as how to use the event emitter, streams, buffers, pipes, and work with files. We'll see how that leads to building a web server in Node.

Community Reviews

Sign up to review
Excellent
0
Very Good
0
Average
0
Poor
0
Terrible
0
Course

Learn and Understand NodeJS

No Reviews

Dive deep under the hood of NodeJS. Learn V8, Express, the MEAN stack, core Javascript concepts, and more.

  • V8 The JavaScript Engine
  • The Node Core
  • Modules
  • Events and Event Emitter
  • Async Code
  • Event Loop
  • HTTP
  • NPM
  • Express
  • JSON & Databases
  • MEAN Stack