Instructional Video5:21
Healthcare Triage

Are Daycare Rules Driving Overtreatment of Kids

Higher Ed
Lots of parents in the United States rely on paid childcare so that they can do things like go to work, or get things done in a reasonably efficient manner. Daycare provider rules that keep sick kids at home for things like pink eye or a...
Instructional Video6:33
Curated Video

C++ Programming By Example - Creating Your Own Qt5 Widget

Higher Ed
How do you create your own Qt5 widget? • Look at the Qt documentation • Inherit from QWidget • Override parent methods that we need in the class This clip is from the chapter "Building a Painting Application in Qt5" of the series "C++...
Instructional Video15:01
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Inheritance Concepts with Examples

Higher Ed
This video explains the concept of inheritance with an example. This clip is from the chapter "Understanding Object-Oriented Principles of Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This...
Instructional Video3:40
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Auto-Fit & Minmax

Higher Ed
CSS Grid: Auto-Fit & Minmax This clip is from the chapter "CSS Grid" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Grid.
Instructional Video6:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What is Super Keyword?

Higher Ed
This video explains the Super keyword. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video4:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Live Example on Working with Child Windows

Higher Ed
This video presents a live example on working with child windows. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video7:22
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Thinking in React

Higher Ed
In this video you'll learn how to think in terms of how React works. This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with React Components.
Instructional Video3:41
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Summary: Props vs. State

Higher Ed
In this video you'll get a quick recap of component props and state. This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with React Components.
Instructional Video6:34
Curated Video

Practical GraphQL - Become a GraphQL Ninja - GraphQL Queries with Parameters

Higher Ed
Working with Static Data: GraphQL Queries with Parameters This clip is from the chapter "Working with Static Data" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about working with static data. It includes...
Instructional Video17:53
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Classes and Objects in Java

Higher Ed
This video explains classes and objects in Java. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes,...
Instructional Video3:52
Curated Video

Salesforce Platform App Builder Certification Training - Grant Access Using Hierarchies

Higher Ed
This video explains granting access using hierarchies. This clip is from the chapter "Security and Access" of the series "Salesforce Platform App Builder Certification Training".This section explains security and access.
Instructional Video10:01
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Window Handle Concepts - Real Time Example

Higher Ed
This video presents a real-time example related to window-handling concepts. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video10:59
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Using Inheritance in Java

Higher Ed
This video explains how to use inheritance in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video3:53
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - How Different is Function Overriding from Overloading? Explain

Higher Ed
This video explains the difference between function overriding and overloading. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java -...
Instructional Video6:50
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Handling Multiple Windows

Higher Ed
This video focused on handling multiple windows. This clip is from the chapter "Techniques to Automate Ajax Calls, Child Windows, and iFrames" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video18:07
Curated Video

The Complete React Developer Course (with Hooks and Redux) - ES6 Classes: Part II

Higher Ed
In this video you'll learn how to work with ES6 classes. Classes will be used to create React components. This clip is from the chapter "React Components" of the series "The Complete React Developer Course (with Hooks and Redux)".This...
Instructional Video10:32
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Positioning

Higher Ed
CSS Basics: Positioning This clip is from the chapter "CSS Basics" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll learn about CSS Basics.
Instructional Video9:39
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Targeted Selectors

Higher Ed
More CSS Concepts - Advanced Selectors, Animation & More: Targeted Selectors This clip is from the chapter "More CSS Concepts - Advanced Selectors, Animation & More" of the series "Modern HTML and CSS from the Beginning (Including...
Instructional Video7:39
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 2-Understanding Project Object Model pom.xml

Higher Ed
This video provides an explanation of Project Object Model pom.xml. This clip is from the chapter "Basic Tools and Framework - Maven in 5 Steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Instructional Video3:04
Curated Video

HTML Tutorial for Beginners(2022) - Change the Target of a Link in HTML

Higher Ed
Learn how to change the target of a link in HTML. You can open the link in a new or similar window. This clip is from the chapter "Links in HTML" of the series "HTML Tutorial for Beginners (2022)".This section focuses on creating and...
Instructional Video7:37
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Scaling

Higher Ed
This video explains how to scale the Amazon Kinesis data streams. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn to build up a...
Instructional Video18:12
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What are Abstract Classes and how Different are they from Interfaces?

Higher Ed
This video explains abstract classes and discusses how different they are from interfaces. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with...
Instructional Video14:01
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Running Tests with TestRunner

Higher Ed
This video explains how to run tests with TestRunner. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section provides an...
Instructional Video11:49
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Identify Siblings and Traverse Back to Parent Nodes with XPATH?

Higher Ed
This video explains how to identify siblings and traverse back to parent nodes with XPATH. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to...