Don't want to get left behind? Learn to build with A.I. now 🤖
Back to courses

Complete Node.js Developer in 2024

Learn Node.js from two industry experts. This is the only Node JS course you need to learn Node, build advanced large-scale apps from scratch, and get hired as a Backend Developer or Node JS Developer in 2024. Go from Zero to Node Mastery.

50 Days

Average time students take to complete this course.

Last updated: April 2024

Course overview

We guarantee you that this is the most comprehensive and up-to-date Node JS Bootcamp course that you can find. You'll learn Node from scratch, build your own professional Node.js apps and be able to get hired as a Node.js Developer in 2024!

What you'll learn

  • Build enterprise-level Node applications and deploy to the cloud (AWS)
  • Lead Node JS projects by making good architecture decisions and helping others on your team
  • Work with real-life data and the SpaceX API to build a NASA launch system to discover new planets that may contain life + other projects
  • Build a MERN (MongoDb, Express, React, Node) fullstack app and deploy to production
  • Become a top 10% Node Developer by learning advanced topics most courses don't cover
  • Master the latest ecosystem of a Backend Node JS Developer from scratch
  • Learn to build secure and performant, large-scale applications like a Senior Backend Developer
  • Use Node JS to build production grade apps including REST APIs and GraphQL APIs
  • Authentication, File I/O, Databases (SQL, MongoDB), Express Framework, Sockets, plus many other important topics a Backend Developer should know
  • Load balancing, Monitoring, CI/CD, and Zero Downtime Deployment
  • Learn security best practices throughout the course so you can be confident with your deployments

This Node course is focused on efficiency. So you never have to waste your time on confusing, out-of-date, incomplete tutorials anymore.

Instead, we'll push you beyond the basics so that you can build professional, modern apps using the latest version of Node and become a Backend or Fullstack Developer.

And you'll be learning Node in good company.

By enrolling today, you’ll also get to join our exclusive live online community classroom to learn alongside thousands of students, alumni, mentors, TAs and Instructors.

Active. Thriving. Supportive. Helpful. Friendly. Motivating. Essential.

These are just a few of the words students use to describe the ZTM Discord which is also one of the biggest and most active developer communities on Discord.

Most importantly, you will be learning from two industry experts (Adam and Andrei) that have actual real-world experience working with Node.js and building large-scale apps for companies in Toronto And Silicon Valley.

This project based Node JS course will introduce you to all of the modern toolchain of a Node JS developer in 2024.

Along the way, you will build a massive NASA Space Launch application using Node.js, Express Framework, RESTful APIs (including the SpaceX API), GraphQL, and much more.

This is a large, full-stack MERN project unlike what you will find in most Node.js tutorials online!

All code is provided step-by-step so even if you don’t like to code along, you will get access to the the full master project code so you can add your own app to your portfolio right away.

Here is what the course will cover to take you from Zero to Node Mastery

The curriculum is very hands on as we guide you from start to finish of releasing a professional (performant and secure) Node project all the way into production.

We start from the very beginning by teaching you Node basics and fundamentals.

But we don't stop there, we'll then dive into advanced topics so you can make good decisions on architecture and tools on any of your future Node.js projects.

Here's a quick look at all the topics you'll learn:

1. Foundations

  • Focus on Node internals
  • Libuv, threads, processes, event loop
  • Asynchronous programming
  • Node vs PHP vs Python
  • Observer Design Pattern
  • Event Emitters

2. Module System

  • The require Function
  • Creating Your Own Modules
  • CommonJS vs ECMAScript (ES6) modules
  • Module Caching
  • Using index.js

3. Package Management

  • NPM: The Node Package Manager
  • Creating Your Own Packages
  • Package And the NPM Registry
  • Third Party Modules
  • The node_modules Folder
  • Semantic Versioning
  • Package-lock.json And Versioning
  • Vulnerabilities in Dependencies

4. File I/O: Planets Project

  • Exploring Exoplanets With Node
  • Exploring Kepler Space Telescope Data
  • Working With Streams
  • Streaming Large Data Files
  • Parsing Our Planets Data
  • Working With CSV Files
  • Finding Habitable Planets

5. Web Servers

  • What is a Web Server?
  • HTTP Responses and Requests
  • HTTP APIs and Routing, Parameterized URLs
  • Same Origin Policy, CORS
  • Requests and Responses as Streams

6. Express.js

  • Express vs Next.js vs Koa
  • Route Parameters
  • Model View Controller (MVC) pattern
  • Postman and Insomnia
  • Development Dependencies
  • Middleware
  • Logging Middleware Example / Writing Our Own Middleware
  • POST Requests in Express
  • MVC In Express
  • Express Routers
  • RESTful APIs
  • CRUD
  • Sending Files
  • Serving Websites With Node
  • Templating Engines

7. NodeJS NASA Project

  • Architecture diagrams on LucidChart
  • GET, POST, DELETE routes
  • Serving React.js Applications in Express
  • CORS middleware
  • Models vs Controllers vs Routers
  • Loading Data On Startup
  • Automating Full Stack Applications With NPM
  • Serving React Front End (in Production)
  • Logging Requests with Morgan
  • Serving Applications With Client Side Routing
  • Building A Data Access Layer
  • Integrating with Frontend, Top Down Approach, Bottom Up Approach
  • Updating Our Architecture

8. Testing APIs

  • Unit tests vs API tests vs UI tests
  • Testing Node APIs with Jest and Supertest

9. Improving Node Performance

  • Example app which blocks event loop + real-life blocking functions
  • Node Cluster Module theory + in action
  • Clustering in the real world
  • Load balancing
  • PM2 theory + in action
  • Managing Live Clusters with PM2
  • Zero Downtime Restarts
  • Improving Performance of NASA Project
  • Stateless APIs
  • Node Worker Threads

10. Databases

  • Using MongoDB to add persistence to NASA Project
  • Big focus on NoSQL vs SQL, PostgreSQL vs MongoDB, when to use both including Trends, Object-Relational Mismatch, ACID, References, Schemas, Schema-less vs Schemas
  • MongoDB Atlas
  • Horizontally Scaling Databases
  • Mongoose
  • Mongoose Models vs MVC Models
  • ObjectIDs in MongoDB
  • Pagination
  • Choosing A Database For Our NASA API

11. Working With REST APIs

  • Demonstrate integrating with a REST API by working with SpaceX API
  • Versioning REST APIs
  • Running Search Queries
  • SpaceX Launch Data
  • Mapping API Data to Our Database
  • Using Paginated APIs
  • Adding Pagination To Our API

12. Authentication

  • Focus on Security first principles with JWT, cookies, CSRF
  • Servers with HTTPS and SSL / TLS
  • Helmet.js
  • Working With Auth0

13. Deployment and CI/CD

  • Focus on building out a simple CI pipeline for NASA Project on GitHub
  • What is CI vs CD?
  • Automated tests
  • Dynamic configuration with secrets

14. Node Production and the Cloud (AWS)

  • Deploy to production with Docker to Amazon EC2
  • Virtual Machines
  • Serverless vs Containers
  • Docker files
  • Managing Docker Containers and Images
  • Working With SSH
  • Production Deployment with PM2 and Mongo Atlas

15. GraphQL

  • GraphQL vs REST
  • Building a GraphQL API

16. Sockets (WebSockets, Socket io)

  • Sockets overview
  • Sockets vs polling
  • WebSockets (vs Socket io)
  • Socket io Client and Server APIs
  • Broadcasting Events
  • Build out Full Stack Multiplayer Pong with Sockets
  • Implementing Pong Game Logic
  • Using Socket io With Express.js
  • Namespaces and Rooms

17 - 20. Bonus Sections on Deno, Advanced Asynchronous JavaScript, SQL, and TypeScript!

This course will be constantly evolving and updating as the landscape changes.

Just as the Node ecosystem evolves, this course will also constantly evolve and be updated with new lectures and resources for you.

So you can come back to this course anytime you want to review the latest Node best practices.

What's the bottom line?

This course is not about making you just code along without understanding the principles so that when you are done with the course you don’t know what to do other than watch another tutorial... No!

This course will push you and challenge you to go from an absolute beginner in Node.js to someone that is in the top 10% of Node.js Backend Developers 💪.

How do we know?

Because thousands of Zero To Mastery graduates have gotten hired and are now working at companies like Google, Tesla, Amazon, Apple, IBM, JP Morgan, Facebook, Shopify + other top tech companies.

They come from all different backgrounds, ages, and experiences. Many even started as complete beginners.

So there's no reason it can't be you too.

And you have nothing to lose. Because you can start learning right now and if this course isn't everything you expected, we'll refund you 100% within 30 days. No hassles and no questions asked.

When's the best time to get started? Today!

There's never a bad time to learn in-demand skills. But the sooner, the better. So start learning Node today by joining the ZTM Academy. You'll have a clear roadmap to developing the skills to build your own projects, get hired, and advance your career.

Join Zero To Mastery Now

What you'll build

The best way you learn is by doing. Not just watching endless tutorials. That's why a key part of this course is the real-world projects that you'll get to build. Plus they'll look great on your portfolio.

Multiplayer Pong

Multiplayer Pong

Build a full-stack multiplayer pong game using web sockets. We'll use namespaces and rooms to allow hundreds of players to play our game in real time.

Planet Finder

Planet Finder

You'll learn how to work with the filesystem using real-life planetary data from the Kepler space telescope. We'll learn about streaming large data files and analyze where we may be able to find life in other solar systems.

NASA Mission Control

NASA Mission Control

A massive NASA Mission Control project that you'll deploy to production using Docker and AWS. You'll learn the latest best practices and techniques to build performant full-stack applications with Node, MongoDB, and data from SpaceX and NASA.

Join Zero To Mastery Now

Don't just take our word for it

Our courses and community have helped 1,000s of Zero To Mastery students go from zero to getting hired to levelling up their skills and advancing their careers to new heights.

Maurizio De Marchis

At the beginning I didn't know a single thing about Node.js, but thanks to this course I'm now able to make projects and I'm a better developer!

Maurizio De Marchis

Frank Dierolf

This is the most comprehensive course about NodeJS, by far.

Frank Dierolf

Varun Kamath

The course was absolutely incredible and has immensely helped me in expanding my NodeJS knowledge whilst learning new advanced concepts. Thank you to ZTM!

Varun Kamath

Course curriculum

To make sure this course is a good fit for you, you can start learning Node JS for free right now by clicking any of the PREVIEW links below.

Introduction

10 lectures

Complete Node.js Developer: Zero to Mastery2:50

PREVIEW

Course Outline6:22

PREVIEW

Exercise: Meet Your Classmates and Instructor

PREVIEW

Node.js - How We Got Here9:19

PREVIEW

Node.js Runtime8:19

PREVIEW

How To Succeed In The Course3:59

PREVIEW

Latest Version Of Node.js1:16

PREVIEW

Course Projects + Code + Cheatsheet

PREVIEW

Understanding Your Video Player (notes, video speed, subtitles + more)

PREVIEW

Set Your Learning Streak Goal

PREVIEW

Node.js Fundamentals: Foundations and Environment Setup

10 lectures

OPTIONAL: Installing Node.js6:22

BEGIN

OPTIONAL: Windows Installation Tips3:05

BEGIN

Node.js Release Cycle4:05

BEGIN

The Node.js REPL6:08

BEGIN

Setting Up Our Developer Environment4:30

BEGIN

Our First Node App11:35

BEGIN

Node.js VS JavaScript5:45

BEGIN

The global Object5:45

BEGIN

Introduction to Backend VS Frontend8:55

BEGIN

Monthly Coding Challenges, Free Resources and Guides

BEGIN

Node.js Fundamentals: Internals

18 lectures

What Node.js Includes9:38

BEGIN

Node Internals Deep Dive10:57

BEGIN

libuv Internals Deep Dive12:53

BEGIN

Synchronous vs Asynchronous5:23

BEGIN

Asynchronous Callbacks5:55

BEGIN

Non-Blocking Input & Output3:32

BEGIN

Exercise: Is JavaScript Asynchronous?2:27

BEGIN

Multi-Threading, Processes, and Threads11:40

BEGIN

Is Node.js Multi-Threaded?10:56

BEGIN

The Event Loop4:03

BEGIN

Callback Queues4:51

BEGIN

Phases of the Event Loop9:18

BEGIN

Comparing Node With PHP and Python6:33

BEGIN

What Is Node.js Best At?4:52

BEGIN

Observer Design Pattern5:27

BEGIN

The Node Event Emitter14:06

BEGIN

Recommended Path: Asynchronous JavaScript

BEGIN

Let's Have Some Fun (+ Free Resources)

BEGIN

Node.js Fundamentals: Module System

12 lectures

The require Function2:49

BEGIN

Making HTTP Requests11:09

BEGIN

Why Use Modules?4:05

BEGIN

Creating Our Own Modules13:02

BEGIN

Exporting From Modules4:03

BEGIN

CommonJS vs ECMAScript Modules4:11

BEGIN

Creating Our Own ECMAScript Modules6:31

BEGIN

Module Caching7:42

BEGIN

Importing Core Modules2:59

BEGIN

Using index.js8:40

BEGIN

Should We Use index.js?4:42

BEGIN

Unlimited Updates

BEGIN

Node.js Fundamentals: Package Management

12 lectures

NPM: The Node Package Manager4:39

BEGIN

Creating Our First NPM Package9:23

BEGIN

Do We Need package.json?1:35

BEGIN

Packages And The NPM Registry1:56

BEGIN

Using Third Party Modules11:11

BEGIN

The node_modules Folder9:54

BEGIN

Semantic Versioning2:37

BEGIN

package-lock.json and Versioning9:42

BEGIN

Vulnerabilities In Dependencies4:54

BEGIN

The Node Fetch Function3:35

BEGIN

Installing NPM Tools: nodemon9:56

BEGIN

Course Check-In

BEGIN

Node.js File I/O - Planets Project

11 lectures

Code For This Section

BEGIN

Exploring Planets With Node1:49

BEGIN

Importing Kepler Space Telescope Data4:52

BEGIN

Latest Version of CSV Parser

BEGIN

Setting Up Our CSV Parser5:24

BEGIN

Streaming Large Data Files5:32

BEGIN

Reading Our Planets Data6:48

BEGIN

Parsing Our Planets Data6:04

BEGIN

Finding Habitable Planets8:26

BEGIN

Exploring Habitable Planets7:18

BEGIN

Implement a New Life System

BEGIN

Web Servers with Node.js

14 lectures

Code For This Section

BEGIN

What is a Web Server?5:24

BEGIN

Introduction to HTTP Responses and Requests3:57

BEGIN

HTTP Requests7:41

BEGIN

HTTP Responses13:36

BEGIN

Our First Webserver10:12

BEGIN

HTTP APIs and Routing9:00

BEGIN

Parameterized URLs10:37

BEGIN

Same Origin Policy9:23

BEGIN

Exercise: Same Origin Policy

BEGIN

Cross Origin Resource Sharing (CORS)10:29

BEGIN

POSTing Data to the Server11:31

BEGIN

Requests and Responses as Streams11:50

BEGIN

Web Servers Recap4:05

BEGIN

First Express.js API

19 lectures

Code For This Section

BEGIN

Why Express?3:35

BEGIN

Introduction to Express9:36

BEGIN

Express vs Next.js vs Koa11:18

BEGIN

Route Parameters9:04

BEGIN

Postman and Insomnia6:07

BEGIN

Development Dependencies3:49

BEGIN

Middleware7:30

BEGIN

Writing Our Own Logging Middleware10:25

BEGIN

POST Requests in Express16:21

BEGIN

Model View Controller (MVC)7:38

BEGIN

Model View Controller in Express18:30

BEGIN

Express Routers16:38

BEGIN

RESTful APIs11:39

BEGIN

Create Read Update and Delete (CRUD)6:56

BEGIN

Sending Files6:06

BEGIN

Serving Websites With Node9:45

BEGIN

Templating Engines11:33

BEGIN

Layouts and Separation of Concerns7:43

BEGIN

NASA Project

29 lectures

Code For This Section

BEGIN

Introduction & Architecture11:02

BEGIN

NASA Dashboard Front End Setup5:47

BEGIN

NASA Dashboard Functionality5:11

BEGIN

What You Need To Know2:14

BEGIN

React.js Front End Code Walkthrough18:10

BEGIN

API Server Setup12:32

BEGIN

Environment Variables On Windows

BEGIN

GET /planets15:32

BEGIN

CORS Middleware7:22

BEGIN

Models vs Controllers vs Routers4:41

BEGIN

The Planets Model5:30

BEGIN

Loading Data On Startup15:40

BEGIN

Common Issues With NPM Scripts

BEGIN

Automating Full Stack Applications With NPM13:44

BEGIN

Serving React.js Front End In Production12:15

BEGIN

Setting BUILD_PATH On Windows

BEGIN

Logging Requests With Morgan8:44

BEGIN

The Launches Model12:56

BEGIN

GET /launches16:56

BEGIN

Serving Applications With Client Side Routing5:58

BEGIN

Working With Data Models: Building a Data Access Layer8:49

BEGIN

POST /launches: Creating Launches 113:15

BEGIN

POST /launches: Creating Launches 210:41

BEGIN

POST /launches: Validation For POST Requests12:39

BEGIN

Connecting POST /launches With Front End Dashboard13:39

BEGIN

DELETE /launches: Aborting a Launch 113:05

BEGIN

DELETE /launches: Aborting a Launch 212:00

BEGIN

Updating Our Architecture Diagram11:42

BEGIN

Testing APIs

6 lectures

Testing In Node3:26

BEGIN

Testing APIs With Jest14:21

BEGIN

Testing API Endpoints With Supertest: GET8:03

BEGIN

Testing API Endpoints With Supertest: POST9:09

BEGIN

Testing API Endpoints With Supertest: Error Cases6:48

BEGIN

Exercise: Imposter Syndrome2:55

BEGIN

Improving Node Performance

18 lectures

Code For This Section

BEGIN

Node Server Performance4:15

BEGIN

Building A Simple Blocking Server10:20

BEGIN

Real Life Blocking Functions8:47

BEGIN

Running Multiple Node Processes3:18

BEGIN

The Node Cluster Module4:17

BEGIN

Clustering In Action12:27

BEGIN

Naming Updates

BEGIN

Operating System Schedulers3:40

BEGIN

Maximizing Cluster Performance7:40

BEGIN

Load Balancing5:36

BEGIN

The PM2 Tool2:26

BEGIN

Using PM2 To Create Clusters9:38

BEGIN

Managing Live Clusters With PM26:10

PREVIEW

Zero Downtime Restart3:46

BEGIN

Improving Performance Of Our NASA Project8:06

BEGIN

Worker Threads8:21

BEGIN

Worker Threads In Action8:15

BEGIN

Databases

35 lectures

Introduction to Databases3:46

BEGIN

Recommended Path: SQL

BEGIN

Comparing SQL vs NoSQL8:10

BEGIN

Database Schemas & Schemaless Databases3:45

BEGIN

Choosing a Database for our NASA Project5:32

BEGIN

SQL vs MongoDB: Trends and Object-Relational Impedance Mismatch8:18

BEGIN

SQL vs MongoDB: Schemas, References, and ACID Transactions14:19

BEGIN

Setting up MongoDB Atlas12:23

BEGIN

Connecting to MongoDB8:54

BEGIN

Connecting with the Latest Version of Mongoose

BEGIN

Mongoose5:24

BEGIN

Creating Mongoose Schema for Launches15:18

BEGIN

Exercise: Creating Mongoose Schema for Planets5:29

BEGIN

Reminder: Destination Planets Dropdown

BEGIN

Creating Models From Schemas4:30

BEGIN

Mongoose Models vs MVC Models4:15

BEGIN

Inserting And Updating Documents8:09

BEGIN

Finding Documents6:48

BEGIN

The Upsert Operation8:20

BEGIN

Exploring Data Using Atlas4:52

BEGIN

Updating Project Architecture5:09

BEGIN

ObjectIDs3:51

BEGIN

Excluding Fields From The Response3:30

BEGIN

Saving Launches4:51

BEGIN

Listing All Launches2:57

BEGIN

Referential Integrity10:56

BEGIN

Auto Increment In MongoDB7:28

BEGIN

Getting Latest Flight Number5:58

BEGIN

Scheduling New Launches9:00

BEGIN

Investigating A Mongoose Mystery7:10

BEGIN

Aborting Launches12:54

BEGIN

Aborting with the Latest MongoDB Driver

BEGIN

Updating Tests For Mongoose 115:02

BEGIN

Updating Tests For Mongoose 210:00

BEGIN

Fixing A Bug In Jest: Open Handles

BEGIN

Working With REST APIs - SpaceX Project

18 lectures

Working With SpaceX2:47

BEGIN

The SpaceX API3:22

BEGIN

Versioning Node APIs9:09

BEGIN

Updating Our API Tests1:00

BEGIN

Exploring SpaceX Launches API5:39

BEGIN

Running Search Queries13:04

BEGIN

Loading SpaceX Data In Our API14:51

BEGIN

Mapping SpaceX Data To Our Database11:56

BEGIN

Using Paginated APIs7:59

BEGIN

Minimizing API Load8:18

BEGIN

Persisting SpaceX Launches6:40

BEGIN

Paginating Our Endpoints 17:57

BEGIN

Paginating Our Endpoints 215:27

BEGIN

Sorting Paginated Data3:48

BEGIN

Cleaning Up Launch Data3:33

BEGIN

Managing Secrets With Dotenv9:04

BEGIN

Running API Tests With Dotenv

BEGIN

Securing Leaked Secrets5:09

BEGIN

Node Security + Authentication

34 lectures

Code For This Section

BEGIN

Security and Authentication Overview3:43

BEGIN

Encrypted Connections with SSL and TLS6:28

BEGIN

Digital Certificates, Signing, and Man In The Middle Attacks5:42

BEGIN

Setting Up Our Security Example4:18

BEGIN

HTTPS With Node, Self Signed Certificates, and Public Key Cryptography16:17

BEGIN

Helmet.js9:46

BEGIN

Authentication vs Authorization7:28

BEGIN

Social Sign In5:11

BEGIN

API Keys11:03

BEGIN

JWT Tokens14:32

BEGIN

The OAuth Standard5:40

BEGIN

OAuth 2.0 Authorization Code Flow6:34

BEGIN

OAuth In Action with Single Sign On15:15

BEGIN

Registering with the Google Authorization Server14:11

BEGIN

Authentication Endpoints With Middleware11:07

BEGIN

Passport.js3:24

BEGIN

Dotenv for Client Secrets8:23

BEGIN

Authentication With Google And OAuth 111:11

BEGIN

Authentication With Google And OAuth 211:45

BEGIN

Cookie Based Authentication6:54

BEGIN

Sessions3:33

BEGIN

Server VS Client Side Sessions With Cookies9:04

BEGIN

Session Middleware in Express9:50

BEGIN

Setting Up OAuth Cookie Session12:34

BEGIN

Sessions with the Latest Version of Passport.js5:35

BEGIN

Reading and Writing the OAuth Session 113:02

BEGIN

Reading and Writing the OAuth Session 26:44

BEGIN

Restricting Access to Endpoints7:53

BEGIN

Implementing Logout7:12

BEGIN

Asynchronous Logout3:16

BEGIN

Experimenting With Fake Sessions5:11

BEGIN

Wrap Up and Next Steps5:54

BEGIN

Resource: Security Cheat Sheet

BEGIN

Continuous Integration and Delivery

16 lectures

Introduction to CI and CD6:41

BEGIN

Continuous Integration8:23

BEGIN

Continuous Delivery9:37

BEGIN

Continuous Deployment6:00

BEGIN

Pipelines4:26

BEGIN

GitHub Actions9:42

BEGIN

Setting Up GitHub Actions5:36

BEGIN

Continuous Integration: Build Pipeline12:02

BEGIN

Keeping Our Pipeline Updated

BEGIN

Build Pipeline In Action8:37

BEGIN

Common Build Pipeline Errors

BEGIN

GitHub Actions Marketplace3:07

BEGIN

Continuous Integration: Test Pipeline11:20

BEGIN

Mocking Out Databases5:18

BEGIN

Databases With Continuous Integration10:18

BEGIN

Populating Data For Continuous Integration8:50

BEGIN

Node Production and the Cloud (Docker + AWS)

21 lectures

Deploying to the Cloud2:14

BEGIN

Serverless vs Containers3:58

BEGIN

Virtual Machines4:16

BEGIN

What is a Container?4:59

BEGIN

Installing Docker3:28

BEGIN

Running Our first Docker Container5:38

BEGIN

Your DockerHub Account1:39

BEGIN

Creating a Dockerfile14:02

BEGIN

Improving Our Dockerfile With Layers13:22

BEGIN

Installing Only Production Dependencies

BEGIN

Updating Our API URL2:16

BEGIN

Building NASA Project Docker Image5:36

BEGIN

Running NASA Project in a Container4:29

BEGIN

Pushing Images to Docker Hub3:46

BEGIN

Exploring Amazon Web Services6:28

BEGIN

Creating an EC2 Instance 17:50

BEGIN

Creating an EC2 Instance 2: Security13:10

BEGIN

What is SSH?2:58

BEGIN

Connecting To Our EC2 Instance With SSH7:48

BEGIN

Setting Up Our EC2 Server5:45

BEGIN

Deploying Our NASA API10:38

BEGIN

GraphQL

27 lectures

Code For This Section

BEGIN

GraphQL Overview8:03

BEGIN

Our First GraphQL Query8:15

BEGIN

GraphQL Queries In Action5:47

BEGIN

GraphQL vs REST: Over-fetching & Under-fetching10:52

BEGIN

GraphQL vs REST Summary10:08

BEGIN

Exploring GraphQL Implementations3:24

BEGIN

GraphQL In Node11:01

BEGIN

Working With Deprecated Packages3:19

BEGIN

Recommended: Migrating GraphQL Packages5:06

BEGIN

GraphiQL4:25

BEGIN

Populating E-Commerce Data

BEGIN

Designing An E-Commerce Schema16:01

BEGIN

GraphQL Tools3:39

BEGIN

Modularizing Large GraphQL Projects: Schemas14:01

BEGIN

GraphQL Tools Update

BEGIN

Resolvers9:01

BEGIN

Modularizing Large GraphQL Projects: Resolvers9:27

BEGIN

Filtering with Queries and Resolvers10:20

BEGIN

Exercise: Query Products By ID5:30

BEGIN

Mutations In Action6:40

BEGIN

Implementing Mutations on the Server10:10

BEGIN

Exercise: Add New Product Review10:58

BEGIN

GraphQL With Apollo6:31

BEGIN

Building an Apollo Server with Node.js - Part 12:57

BEGIN

Building an Apollo Server with Node.js - Part 210:07

BEGIN

Building an Apollo Server with Node.js - Part 35:15

BEGIN

Sockets with Node.js

25 lectures

Code For This Section

BEGIN

Introduction to Sockets2:11

BEGIN

Polling3:57

BEGIN

What is a Socket?2:58

BEGIN

Sockets VS Polling5:01

BEGIN

WebSockets5:25

BEGIN

Introduction to socket.io3:20

BEGIN

socket.io Client and Server APIs8:43

BEGIN

Multiplayer Pong Overview3:31

BEGIN

Recommended Path: Pong Front End

BEGIN

Reviewing Our Pong Front End11:57

BEGIN

Multiplayer Pong Message Sequence7:38

BEGIN

Setting Up a socket.io Server4:29

BEGIN

Connecting to socket.io4:03

BEGIN

Handling CORS With Sockets

BEGIN

Identifying Connected Clients6:38

BEGIN

Listening for Events in the Pong Server3:08

BEGIN

Broadcasting Events2:46

BEGIN

Handling Events in the Pong Client7:15

BEGIN

Implementing the Game Logic: Paddle9:20

BEGIN

Implementing the Game Logic: Ball8:46

BEGIN

What Happens When You Disconnect?5:23

BEGIN

Using Socket.io with Express11:45

BEGIN

Namespaces6:05

BEGIN

Rooms10:39

PREVIEW

Where To Go From Here?

6 lectures

Thank You!1:17

BEGIN

Review This Course!

BEGIN

Become An Alumni

BEGIN

Learning Guideline

BEGIN

LinkedIn Endorsements

BEGIN

Coding Challenges

BEGIN

Bonus: Deno vs Node.js

1 lectures

Watch Deno Fundamentals Sections

BEGIN

Appendix: How JavaScript Works

2 lectures

Watch JavaScript Foundation Section

BEGIN

Recommended Path: Back To Node

BEGIN

Appendix: Asynchronous JavaScript

2 lectures

Watch Asynchronous JavaScript Section

BEGIN

Recommended Path: Back To Node

BEGIN

Appendix: Pong Front End

2 lectures

Watch Building Pong Section

BEGIN

Recommended Path: Back to Sockets

BEGIN

Appendix: TypeScript

1 lectures

Watch TypeScript Section

BEGIN

Appendix: SQL

2 lectures

Watch SQL Sections

BEGIN

Recommended Path: Back to Node

BEGIN

Meet your instructors

Your Node instructors aren’t just experts with years of real-world professional experience. They have been in your shoes. They make learning fun. They make complex topics feel simple. They will motivate you. They will push you. And they go above and beyond to help you succeed.

Adam Odziemkowski

Hi, I'm Adam Odziemkowski!

Adam has been working as a senior software developer for many years and has worked for some of the top companies in the world. Adam aims to instill his students with his love for learning and development, while helping them achieve real world success.

SEE MY BIO & COURSES

Adam Odziemkowski

Senior Software Developer

Andrei Neagoie

Hi, I'm Andrei Neagoie!

Andrei, lead instructor of Zero To Mastery Academy, has taught 1,000,000+ students worldwide how to code and get hired. ZTM grads work for world-class companies like Apple, Google, Amazon, Tesla, IBM, Facebook, Shopify and many more.

SEE MY BIO & COURSES

Andrei Neagoie

Senior Software Engineer

Frequently asked questions

Are there any prerequisites for this course?

  • Just basic JavaScript knowledge (which you will be able to learn here)
  • You DO NOT need any prior experience with Node JS!
  • You DO NOT need any prior Backend Development knowledge!

Who is this course for?

  • Students who are interested in going beyond all of the other "beginner" Node tutorials
  • Programmers who want to learn the most in-demand skills of a Backend Developer
  • Developers that want to be in the top 10% of NodeJS developers
  • Students who want to gain experience working on large, scalable applications
  • Bootcamp or online tutorial graduates that want to go beyond the basics
  • Backend Developers who want to learn and master NodeJS
  • Frontend Developers and Web Developers who want to get into the backend development world or become Fullstack Developers
  • You want to learn from Senior Developers who actually have real-world industry experience

Do you provide a certificate of completion?

We definitely do and they are quite nice. You will also be able to add Zero To Mastery Academy to the education section of your LinkedIn profile as well.

Can I use the course projects in my portfolio?

Yes, you’d be crazy not to in our slightly biased opinion! All projects are downloadable and ready to use the minute you join.

Many of our students tell us the projects they built while following along with our courses were what got them interviews and because they built the projects themselves, they could confidently explain and walk through their work during the interview.

You know what that means? Job offer!

Are there subtitles?

Yes! We have high quality subtitles in 11 different languages: English, Spanish, French, German, Dutch, Romanian, Arabic, Hindi, Portuguese, Indonesian, and Japanese.

You can even adjust the text size, color, background and more so that the subtitles are perfect just for you!

Still have more questions about the Academy?

Still have more questions specific to the Academy membership? No problem, we answer some more here.

Invest in a better you. For less than a coffee a day.

Choose your currency:
$ USD US Dollar
Lifetime
100% OFF$999
$999
Only pay once, ever
You're serious about advancing your career and never getting left behind
Start Learning Now

MOST POPULAR

Save 40% vs. monthly (that's $189 a year)
Annual
100% OFF$279 / year
$23 / month
$279 / year
You're committed to getting hired and starting a career in tech
Start Learning Now
Monthly
100% OFF$39 / month
$39 / month
You're ready to upskill and advance your career
Start Learning Now

Every ZTM membership includes:

Unlimited access to all courses, projects + workshops, and career paths
Access to our private Discord with 400,000+ members
Access to our private LinkedIn networking group
Custom ZTM course completion certificates
Live career advice sessions with mentors, every month
Full access to all future courses, content, and features
100% RISK FREE

We know you'll love ZTM. That's why we provide a no hassle, 30-day money back guarantee.