Brief Summary
This course takes you on a fun journey through NodeJS. You’ll learn how it works, dive deep into the V8 engine, and get your hands dirty with building web applications using Express. It’s all about understanding, not just copying code.
Key Points
-
Deep dive into NodeJS functionality
-
Understanding the V8 Javascript engine
-
Asynchronous coding and the Node event loop
-
Building web servers with Node
-
Using Express for web apps and APIs
-
Grasping core Javascript and computer science concepts
-
Working with npm and the MEAN stack
-
Downloadable starter and finished code
Learning Outcomes
-
Gain a solid understanding of how NodeJS operates
-
Learn to write modular, maintainable code
-
Master asynchronous programming in Node
-
Build web servers and APIs using Express
-
Connect to databases and understand the MEAN stack
About This Course
Dive deep under the hood of NodeJS. Learn V8, Express, the MEAN stack, core Javascript concepts, and more.
NodeJS is a rapidy growing web server technology, and Node developers are among the highest paid in the industry. Knowing NodeJS well will get you a job or improve your current one by enabling you to build high quality, robust web applications.
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.
We'll dive into web sites, web apps and APIs with Express and learn how Express can save us time as Node developers.
You'll also gain an understanding of npm, connecting to databases, and the MEAN stack!
During it all you'll gain a deep understanding of the Javascript concepts and other computer science concepts that power Node.
NodeJS doesn't have to be hard to learn. The biggest mistake most coding tutorials make is expecting someone to learn simply by imitating others' code. Real world situations are never exactly like the tutorial.
I believe the best way to learn is to understand how a tool works and what it does for you, look at examples, and then try it yourself. That's how this course is built, with the goal to help you both learn and understand NodeJS.
Note: In this course you'll also get downloadable source code. You will often be provided with 'starter' code, giving you the base for you to start writing your code, and 'finished' code to compare your code to.
Grasp how NodeJS works under the hood
Understand the Javascript and technical concepts behind NodeJS
Structure a Node application in modules
Ankit S.
great tutorial