Instructional Video10:15
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Objects

Higher Ed
In this video, you will learn about objects in JavaScript, which are complex data types that allow us to store and organize related data. We will explore how to create objects, define properties and methods, and access their values.
Instructional Video5:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Font Awesome Icons

Higher Ed
In this video, we will unleash the power of Font Awesome, a popular icon library, in web design projects, integrate Font Awesome icons into HTML and CSS, and explore the vast collection of scalable vector icons that can enhance the...
Instructional Video1:10
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Required Inputs

Higher Ed
In this video, we will understand the importance of making certain form inputs required. You will learn to use the "required" attribute to ensure that users provide necessary information before submitting the form.
Instructional Video2:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)

Higher Ed
In this video, we will discover various attributes that can be applied to input fields to modify their behavior and appearance. You will learn to control the size of input fields, make them read-only or disabled, and more.
Instructional Video14:43
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Notification Workflow

Higher Ed
This video shows the different types of notifications, introduces the information radiator and extreme feedback, and implements the notification part of the CI workflow.
Instructional Video5:08
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS

Higher Ed
This video explains serverless, which is just a fancy term for choosing to use cloud services rather than write a server by hand. The truth is that it is still a server; it's just that the cloud services provider has written a portion of...
Instructional Video8:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis

Higher Ed
This video explains Redis, an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker with optional durability. This clip is from the chapter "Databases" of the series "Web...
Instructional Video5:04
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - OAuth and OpenID Connect

Higher Ed
This video explains OAuth is a system that grants third-party websites limited access to user accounts. OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. This clip is from the chapter "Authentication and...
Instructional Video2:23
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab Assignment - Set Up Alerting for Cloud Function Applications

Higher Ed
In this lab assignment video, you will learn how to set up alerting for Cloud Function applications using Google Cloud's monitoring and alerting services. This clip is from the chapter "Cloud Scheduler and Application Monitoring" of the...
Instructional Video8:29
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Set Up Alerting for Google App Engine Applications

Higher Ed
In the lab video, you will learn how to create and configure alert policies in Google Cloud Monitoring to monitor the metrics of an App Engine application. By the end of this lab, you will have gained hands-on experience with creating...
Instructional Video3:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Set Up GCP Trial Account

Higher Ed
In this video, we show you how to set up a GCP trial account, walking you through the process step-by-step and providing tips on how to make the most of your trial. This clip is from the chapter "Get Started with Google Cloud" of the...
Instructional Video6:43
Curated Video

Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 2

Higher Ed
In this video, we will toggle into the ToggleAdmin.Vue component to import the views created in the previous video. This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video10:49
Curated Video

Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 1

Higher Ed
In this video, the author shows that the customer can go into the database and update the admin property each time a new user is added or to remove the admin access if an employee leaves the company. This clip is from the chapter "Roles...
Instructional Video5:08
Curated Video

Vue.js 3 and Firebase for Beginners - Detecting Auth Changes

Higher Ed
This video explains how we can detectany auth changes using the useAuth file. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how to create...
Instructional Video8:58
Curated Video

Vue.js 3 and Firebase for Beginners - Creating the Sign-In Form

Higher Ed
This video explains how to create a sign-in form to capture user details. This form is both dual use as it can be used for both sign in and sign up. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for...
Instructional Video7:27
Curated Video

Vue.js 3 and Firebase for Beginners - The Signup Function

Higher Ed
This video explains the signup function. This project is going to use Firebase authentication to manage user accounts and allow them to sign up and sign in. This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
Instructional Video7:31
Curated Video

Vue.js 3 and Firebase for Beginners - Firebase Setup

Higher Ed
This video explains the setup of Firebase and how to set up the project on the application. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Instructional Video8:58
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Exercise 4-4

Higher Ed
This exercise will load the Mock visitor's IP into Tableau, clean the fields using the string function, and create a text table view.
Instructional Video6:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes

Higher Ed
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Instructional Video4:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Object Is at Top of Inheritance Hierarchy

Higher Ed
In this video, you will learn that an object is at the top of the inheritance hierarchy.
Instructional Video7:52
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Understanding Inheritance - Why Do We Need It?

Higher Ed
In this video, we will understand inheritance and why we need it.
Instructional Video6:41
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - EJS State Management and Updates with Express Routing and Locals

Higher Ed
This video explains the EJS state management and updates with Express routing and locals. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Instructional Video7:15
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Database Schema for SQLite3

Higher Ed
This video explains the database schema for SQLite3. This clip is from the chapter "Database Creation with SQLite3" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on database...
Instructional Video3:01
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Express Manifest and JSON Package File

Higher Ed
This video helps you with setting up the Express Manifest and JSON package file. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...