Instructional Video5:57
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Import Additional Styles from CSS on GitHub

Higher Ed
This video explains how to import additional styles from CSS on GitHub. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with...
Instructional Video3:55
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Rerouting Application and Authentication

Higher Ed
This video explains how to reroute an application and talks about the authentication of the application. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework...
Instructional Video10:35
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Username and Password Local Strategy Code

Higher Ed
This video helps in authenticating usernames and passwords using local strategy code. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Instructional Video8:11
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Templating Engines with EJS of Login with Express Authentication

Higher Ed
This video explains templating engines with EJS of login with Express authentication. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Instructional Video1:53
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Review of Project Build

Higher Ed
This video helps you with a review of the project we are building throughout. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video5:15
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - CSS Homepage Styling for EJS with Express

Higher Ed
This video explains how to do CSS homepage styling for EJS with Express. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video11:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Running Our Express Server with Error Handling

Higher Ed
This video demonstrates running our Express server with error handling. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video6:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up a Port and Saving Conventions with Express

Higher Ed
This video helps you with setting up a port and saving conventions with Express. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video8:02
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries

Higher Ed
This video helps you with initializing the Express project and libraries. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video5:23
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Use Work Breakdown Structure (WBS) Codes

Higher Ed
In this video, we will use Work Breakdown Structure (WBS) codes in Project 2021. We will learn how to add WBS codes to tasks, create custom WBS codes, and use WBS codes to sort and filter project tasks. This clip is from the chapter...
Instructional Video8:24
Curated Video

Chatbots Development with Amazon Lex - Integration with Boto

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library, Boto.
Instructional Video6:56
Curated Video

Chatbots Development with Amazon Lex - Starting Lambda Code

Higher Ed
In this video, we will prepare to write the code for the chatbot's functioning; we will import a few required libraries, including JSON, datetime, and time.
Instructional Video9:26
Curated Video

Chatbots Development with Amazon Lex - Interconnection

Higher Ed
This video demonstrates the process of connecting Amazon Lambda to our chatbot. We will create the functions required for our chatbot and author it from scratch.
Instructional Video8:48
Curated Video

Chatbots Development with Amazon Lex - Chatbot on Website

Higher Ed
This video demonstrates how to use the chatbot that we created on a website. We will look at the available code to implement the chatbot and showcase it on the website. We will use the app, Kommunicate.io.
Instructional Video2:55
Curated Video

Chatbots Development with Amazon Lex - Lambda Introduction

Higher Ed
After building and testing the chatbot and creating the visual structure, you will learn to create the backend on Amazon Lambda and connect it with our chatbot for seamless working.
Instructional Video3:24
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 5 - GitHub Integration

Higher Ed
We will check and execute our ATM simulation program and learn to upload the program on GitHub.
Instructional Video8:47
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 4

Higher Ed
In this video, we will be introduced to GitHub, where we will store our code for the payroll management system.
Instructional Video2:38
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling

Higher Ed
Here, we will look at exceptions or conditions that may arise during the execution of a Java program and understand the error or exception handling codes.
Instructional Video10:32
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods

Higher Ed
We will understand a method, a block of code that runs only when called and passes data known as parameters into a method. This helps us reuse code.
Instructional Video6:37
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - WHILE | DO-WHILE | FOR

Higher Ed
Here, we will understand what a loop is, and we will look at how a loop executes a program as long as a specified condition is true.
Instructional Video5:49
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number

Higher Ed
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
Instructional Video10:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program

Higher Ed
We will learn to use the IF statement to check if a block of conditions is true and the ELSE statement if false and write a program to evaluate test scores.
Instructional Video10:36
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Strings

Higher Ed
Continuing on our previous lesson, where we learned about the datatypes in Java, in this lesson, we will look at the string datatype in more detail.
Instructional Video2:30
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Introduction

Higher Ed
This video introduces the author, the course in general, what to expect from the course, and a brief introduction to Java programming.