7:38
Node.js Project Structure and Architecture Best Practices
What are the best practices when setting up a Node.js app in terms of its folder structure and architecture? Let's take a look at that ...
9:14
7 Ways to Deploy a Node.js App
7 unique ways to deploy a server-side app to the cloud. Explore the tradeoffs between each node.js deployment option on Google ...
8:02:45
Building a Microservices Backend with NodeJS
Build a Production-Ready Microservices Application from Scratch! github link: https://github.com/fiston-user/notesverb-yt ...
45:41
Backend для начинающих на node.js express. RESTfull API, CRUD, HTTP
В этом курсе мы разберем базовые концепции серверной разработки. Курс будет предназначен для начинающих в ...
3:02:37
Backend Complete Course | NodeJS, ExpressJS, JWT, PostgreSQL, Prisma...
NodeJS, Express, JWT Authentication, Validation and MORE! Video Resources: Requestly: https://requestly.com/ Hostinger: ...
45:11
Integrate Whatsapp API with Node.js
In this video, we're gonna learn how to integrate the Whatsapp API with a Node.js project, using Axios. We're gonna learn how to ...
1:18:16
Node.js Tutorial for Beginners: Learn Node in 1 Hour
Learn Node.js basics in 1 hour! ⚡ This beginner-friendly tutorial gets you coding fast. ❤️ Join this channel to get access to ...
32:27
Understanding Controllers and Services in an Express Server | Answering Student Questions
Previous Video: https://youtu.be/O_UFw8Y1aJI GitHub Repo: https://github.com/przekwas/solid-server-boiler Playlist link: ...
23:54
Deploy Node.js With Docker and Kubernetes Tutorial for Beginners
Learn how to **deploy a Node.js app on Kubernetes** using Minikube and Docker! This step-by-step tutorial is perfect for ...
19:31
How to implement Clean Architecture in Node.js (and why it's important)
As software systems grow, they can start to become unmanageable, especially when working with teams of multiple engineers on ...
36:19
API Gateway in Microservices with Express.js v5 #microservicesmasterclass
#microservices #microservicesarchitecture #apigateway #expressjs #nodejs #kafka #cqrs #eventdrivenarchitecture ...
21:55
Background Jobs in NodeJS with BullMQ. by Douglas Marques
Leveraging on concurrency to offload work from your web server: three ways BullMQ allows you to delegate jobs to be executed ...
8:57
In this video I am going to walk you through all the steps necessary to create your very first Node.js web server. We will start at the ...
6:45
Run NodeJs As A Windows Service
In this Video you will learn how to run a Js Script with NodeJs and NSSM as a Windows Service | NSSM: http://www.nssm.cc/ This ...
16:47
Deploy a Node.js Application as a Systemd Service
In this video I demonstrate how to deploy a Node.js Application as a systemd service on any Linux operating system that uses ...
29:00
Easily Deploy Full Stack Node.js Apps on AWS EC2 | Step-by-Step Tutorial
Learn to deploy a Node.js or Bun app connected to a PostgreSQL or MySQL database on AWS EC2 Ubuntu Instance. This video ...
11:20
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express
What is an API? What is REST? Learn how an Application Programming Interface (API) can adhere to Representational State ...
27:36
JWT Authentication Tutorial - Node.js
Become a web developer* with my *FREE Web Development Roadmap* - _260+ videos, 120+ projects, 60+ articles_ ...
4:23
PHP vs Node.js: The Truth About Backend Development in 2025
PHP vs Node.js: The Truth About Backend Development in 2025 Are you debating between PHP vs Node.js for your next project?
7:52
Worker Threads in Node.js: The Secret to High-Performance Backends 🔥
Node.js is famously single-threaded—but when you hit CPU-heavy operations like encryption, data processing, or image resizing, ...