Instructional Video5:54
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Import Additional Styles from CSS on GitHub

Higher Ed
In this video, you will learn how to import additional styles from CSS hosted on GitHub into your project.
Instructional Video4:57
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Delete Request for APIs with Express

Higher Ed
In this video, we will be exploring how to use delete requests to delete data from an API using Express.js. We will cover how to handle errors and provide helpful feedback to users when delete requests fail, and discuss best practices...
Instructional Video8:24
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Code Clean Up and File Structures with Routes

Higher Ed
In this video, we will be discussing the importance of code organization and structure in Express.js applications.
Instructional Video5:39
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Building a Website with Form Data with Express.js

Higher Ed
In this video, you will learn how to build a website with form data using Express.js.
Instructional Video6:42
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Spin Up Our First Web App with Express

Higher Ed
In this video, we will look at how to spin up a basic web application using Express. We start by explaining the basics of setting up an Express project, including creating a new project, installing dependencies, and creating a simple...
Instructional Video3:54
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Rerouting Application and Authentication

Higher Ed
In this video, you will learn about rerouting an application and authentication using Passport.js and Express.js. The video will cover how to implement Passport.js local strategy to authenticate user login credentials, how to reroute the...
Instructional Video6:53
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Building Partials with Handlebars in Express

Higher Ed
In this video, you will learn about Handlebars partials and how to create reusable components in Express using the {{> partialName}} syntax to include them in your templates. We will also see how to pass data to partials and how to...
Instructional Video3:35
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Default Layout Property with Handlebars in Express

Higher Ed
In this video, we will explore the default layout property with Handlebars in Express. We will see how to set a default layout for our application using Handlebars, which will allow us to avoid duplicating layout code across all of our...
Instructional Video1:45
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - What Are Templating Engines and What Is Handlebars

Higher Ed
In this video, we will be discussing templating engines and specifically looking at Handlebars, a popular templating engine for Node.js. Templating engines allow you to dynamically generate HTML pages with data from a server. With...
Instructional Video5:14
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Error Handling with Retrieving Data in Express

Higher Ed
In this video, we will be exploring how to handle errors when retrieving data from an API using Express.js.
Instructional Video2:59
Instructional Video1:56
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Download and Install Visual Studio Code

Higher Ed
In this video, we provide a step-by-step guide on how to download and install Visual Studio Code on your computer. We explain why Visual Studio Code is such a popular code editor among developers and highlight some of its key features...
Instructional Video1:37
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Install Node.js

Higher Ed
This video helps you with installing Node.js and the required libraries to help you get started with the course.
Instructional Video9:37
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Signup and Database Completion with Hashing and Salt

Higher Ed
In this video, you will learn how to create a sign-up form and complete the user registration process by storing user data securely in a database using hashing and salt techniques.
Instructional Video6:00
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Signup Form and Styling with Express.js

Higher Ed
In this video, you will learn how to build a sign-up form and styling with Express.js.
Instructional Video6:48
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Verify Session with Passport Local Strategy

Higher Ed
In this video, we will continue building our authentication system using Passport.js in our Node.js and Express web application. Specifically, we will focus on verifying a user's session using Passport local strategy.
Instructional Video10:34
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Username and Password Local Strategy Code

Higher Ed
In this video, you will learn about the code for implementing the local strategy of authentication with username and password in an Express.js application using the Passport.js library.
Instructional Video8:59
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Configuring Views and Layouts with Express and Handlebars

Higher Ed
In this video, we will be configuring views and layouts with Express and Handlebars. Views are responsible for rendering the HTML content that is sent to the client, while layouts are used to define the structure and common elements of...
Instructional Video5:13
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Setting Up a Static Directory for Website with Handlebars

Higher Ed
In this video, we will be exploring how to set up a static directory for our website with Handlebars. A static directory allows you to serve static files such as HTML, CSS, and JavaScript files that do not change dynamically on the server.
Instructional Video7:49
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - POST Requests with API Data in Express

Higher Ed
In this video, we will be exploring how to use POST requests to send and receive data from an API using Express.js.
Instructional Video9:42
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Handling POST Request in Express and Middleware

Higher Ed
This video explains how to handle POST requests in Express and use middleware to handle form data.
Instructional Video5:51
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Logout Functionality for Users and Live Interaction

Higher Ed
In this video, you will learn how to implement the logout functionality for users in our Express.js application using Passport.
Instructional Video8:08
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Templating Engines with Express.js of Login with Express Authentication

Higher Ed
In this video, we will be discussing how to use templating engines, specifically Handlebars, with Express.js to build a login page with authentication using Passport.
Instructional Video12:29
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Dynamic Variables and Helper Functions with Handlebars

Higher Ed
In this video, we will explore how to create dynamic variables in Handlebars and pass them from the server to the client using Express. We will also look at how to define custom helper functions to format and manipulate data in our...