From the course: Advanced Node.js: Scaling Applications
What you should know - Node.js Tutorial
From the course: Advanced Node.js: Scaling Applications
What you should know
- [Instructor] This course focuses on what it takes to build and scale Node.js applications. To be best prepared for this course, you may want to consider having some foundational knowledge in place. First and foremost, any Node.js class is a JavaScript class, so make sure you're familiar with the latest JavaScript syntax. Specifically, we'll use arrow functions, destructuring for objects and arrays, and we'll be using the let and const declarations. This course also assumes some knowledge of core Node.js modules like HTTP, NPM, and Express. It also assumes that you already have Node.js installed. If you don't already have Node.js installed, you can visit Nodejs.org and install the latest version. That's all you'll need to start building Node.js applications at scale.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.