Instructional Video4:19
Curated Video

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

Higher Ed
In this video, we will explore the comparison operators in JavaScript, such as equal to, not equal to, greater than, less than. You will learn to compare values and evaluate conditions based on the results of these comparisons.
Instructional Video8:20
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Overview

Higher Ed
This video introduces AWS, explains the master/slave architecture on Jenkins, and illustrates the outcome of this section's practical part.
Instructional Video8:25
Curated Video

The Origins and Power of Writing: Unraveling Human Communication

6th - Higher Ed
Explore the fascinating journey of writing, from its ancient roots in Mesopotamia to its evolution into the complex systems we use today. Learn how the invention of writing was driven by practical needs such as trade and how it...
Instructional Video5:23
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Callback Functions in JavaScript

Higher Ed
In this video, we will cover the concept of callback functions in JavaScript. A callback function is simply a function that is passed as an argument to another function and is executed inside that function. We will explain why and when...
Instructional Video2:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Accessing Weather API Data Structures

Higher Ed
This is an exercise video where you will be accessing weather API data structures.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Instructional Video2:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is CodeSandbox and How to Sign In

Higher Ed
In this video, you will learn what CodeSandbox is and how to sign in to this online code editor.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Instructional Video1:49
Curated Video

Vue.js 3 and Firebase for Beginners - What Is Firebase?

Higher Ed
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to...
Instructional Video4:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Understand Pragma Solidity

Higher Ed
In this video, we will explain in detail what the “pragma solidity” statement does in a Solidity smart contract and how it affects the behavior and compatibility of the code.
<
br/>
This clip is from the chapter "Introduction to...
Instructional Video5:38
Curated Video

Vue.js 3 and Firebase for Beginners - Retrieving Admin Users

Higher Ed
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase...
Instructional Video7:38
Curated Video

Vue.js 3 and Firebase for Beginners - Adding Users

Higher Ed
This video explains how to add new users to the website who can access the entire website. We need to set up a way to allow only authorized admin users into the admin section. We will do this using custom claims.
<
br/>
This clip is...
Instructional Video6:46
Curated Video

Vue.js 3 and Firebase for Beginners - Adding the User to Orders

Higher Ed
In this video, we will make sure the user object is placed on our order before pushing it to the database. We will also make sure that the user is logged in before creating a new order and to do this, we will go into the useBasket...
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.
<
br/>
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...
Instructional Video4:16
Curated Video

Vue.js 3 and Firebase for Beginners - Modal Toggle

Higher Ed
This video explains a code on how to open and close modal toggle.
<
br/>
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:42
Curated Video

Vue.js 3 and Firebase for Beginners - Modal Styling

Higher Ed
This video explains modal styling to make the login look attractive and make it appear over the rest of the content.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This...
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.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
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.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js...
Instructional Video7:38
Curated Video

The Science Behind Clairvoyance and Astrology: Debunking Myths

6th - Higher Ed
Dive into the intriguing world of clairvoyance and astrology to discover what science has to say about these ancient practices. This video explores how psychics and astrologers use techniques like cold reading and the Barnum effect to...
Instructional Video4:29
MarketWatch

Got laid off? Here's what to do next

Higher Ed
Navigating a job loss can come with many challenges, but there are options. These tips can help with short-term obstacles and long-term benefits.
Instructional Video12:29
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Add Items to List in Database with Express and SQLit3

Higher Ed
This video demonstrates adding items to the list in the database with Express and SQLit3.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
Instructional Video9:34
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Debugging Syntax from SQLite3 Database and EJS Formatting

Higher Ed
This video demonstrates debugging syntax from SQLite3 database and EJS formatting.
<
br/>
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:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Finish Routing Form Data on Express Side for Exercise App

Higher Ed
This video helps you finish routing form data on the Express side for the exercise app.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
Instructional Video4:59
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Clear Items from App with EJS and Express Routing

Higher Ed
This video demonstrates how to clear items from an app with EJS and Express routing.
<
br/>
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:30
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - SetAttributes and Keycode Additions for Exer List

Higher Ed
This video talks about the SetAttributes and Keycode additions for Exer List.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Instructional Video1:50
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Update Fetch Locals into Response

Higher Ed
This video demonstrates how to update Fetch locals into Response.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework Fundamentals -...