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
New ReviewIn 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
New ReviewIn 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
New ReviewIn 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 Video5:54
Curated Video

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

Higher Ed
New ReviewIn this video, you will learn how to import additional styles from CSS hosted on GitHub into your project.
Instructional Video10:34
Curated Video

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

Higher Ed
New ReviewIn 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
New ReviewIn 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
New ReviewIn 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 Video4:57
Curated Video

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

Higher Ed
New ReviewIn 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
New ReviewIn this video, we will be discussing the importance of code organization and structure in Express.js applications.
Instructional Video7:49
Curated Video

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

Higher Ed
New ReviewIn 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
New ReviewThis video explains how to handle POST requests in Express and use middleware to handle form data.
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
New ReviewIn 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
New ReviewIn 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 Video5:51
Curated Video

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

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

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

Higher Ed
New ReviewIn 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 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
New ReviewIn 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
New ReviewIn 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...
Instructional Video6:53
Curated Video

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

Higher Ed
New ReviewIn 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
New ReviewIn 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 Video6:59
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Building Out a Static Page with Handlebars

Higher Ed
New ReviewIn this video, we will be building out a static page with Handlebars. We will use Handlebars to create a layout that defines the basic structure of our page, including a header, a footer, and a main content area. We will also use...
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
New ReviewIn 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 Video8:52
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Put Requests and Updating API with Express

Higher Ed
New ReviewIn this video, we will be exploring how to use put requests to update data in an API using Express.js.
Instructional Video5:14
Curated Video

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

Higher Ed
New ReviewIn this video, we will be exploring how to handle errors when retrieving data from an API using Express.js.
Instructional Video6:29
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Retrieving API Data with Express with Postman

Higher Ed
New ReviewIn this video, we will be exploring how to retrieve data from an API using Express.js and Postman, a popular tool for testing and debugging API requests.