Instructional Video3:17
Curated Video

Comprehensive Android Developer Bootcamp - Understanding Android Intents

Higher Ed
Understanding Android Intents:Understanding Android Intents This clip is from the chapter "Understanding Android Intents" of the series "The Comprehensive Android Developer Bootcamp".In this section you will understand Android Intents...
Instructional Video6:01
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Explicit and Implicit Grids

Higher Ed
CSS Grid: Explicit and Implicit Grids This clip is from the chapter "CSS Grid" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".Learn about CSS Grid here.
Instructional Video4:16
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Explicit and Implicit Ratings

Higher Ed
In this video, we will discuss about explicit and implicit ratings. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section primarily focuses on...
Instructional Video3:52
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Text Formatting

Higher Ed
In this video, we'll learn about HTML text formatting. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
Instructional Video3:36
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - [Theory] Errors in gRPC

Higher Ed
[Hands-On] gRPC Advanced Features Deep Dive: [Theory] Errors in gRPC This clip is from the chapter "[Hands-On] gRPC Advanced Features Deep Dive" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this...
Instructional Video7:53
Curated Video

Multi-Paradigm Programming with Modern C++ - Passing Things Around

Higher Ed
Most languages offer a couple of ways of passing data, e. g. by value and by reference. C++ offers many more. How to choose the right way in every case? • Ground rules for passing arguments • When to pass/return by reference, by value,...
Instructional Video2:54
Brian McLogan

Given a sequence formula find the first four terms with alternating signs

12th - Higher Ed
👉 Learn how to find the first five terms of a sequence. Given an explicit formula for a sequence, we can find the nth term of the sequence by plugging the term number of the sequence for n in the given formula. When n = 1, 2, . . ., 5...
Instructional Video7:33
Curated Video

Hands-On Auto DevOps with GitLab CI - Using Artifacts in Future Stages

Higher Ed
Artifacts can be used to pass data between jobs in different stages. This makes it easier to divide our build up into multiple jobs. • Create a build pipeline with multiple stages and artifacts defined • Customize which jobs receive...
Instructional Video4:05
Curated Video

Mastering Spring Framework Fundamentals - Resolving Ambiguous Arguments of the Same Type by Narrowing the Reference Type

Higher Ed
This video demonstrates how to pass multiple parameters. This clip is from the chapter "Functions" of the series "TypeScript for Beginners".This section introduces you to functions and explains how to use them.
Instructional Video5:35
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - What are Waits?

Higher Ed
This video explains waits. This clip is from the chapter "Synchronization in Selenium Web Driver" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains the synchronization features in Selenium.
Instructional Video3:38
Brian McLogan

How to determine the rule for a geometric sequence given two values

12th - Higher Ed
👉 Learn how to write the explicit formula for a geometric sequence. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. A geometric sequence is a sequence in...
Instructional Video5:57
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - ALS Model

Higher Ed
In this video, you will learn about ALS model. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section primarily focuses on collaborative filtering and...
Instructional Video0:18
Curated Video

KS2 Primary English Age 9-13 - Vocabulary: Explicit - Explained

3rd - 5th
SchoolOnline's Primary English videos are brilliant, bite-size tutorial videos delivered by examiners and skilled teachers. Ideal for ages 9-13, they cover every key skill in English Reading and Writing that students need to master in...
Instructional Video0:13
Curated Video

GCSE Secondary English Age 13-17 - Vocabulary: Explicit - Explained

9th - 12th
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Instructional Video11:21
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Understanding Explicit Wait in Selenium

Higher Ed
This video explains explicit wait in Selenium. This clip is from the chapter "Synchronization in Selenium Web Driver" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains the...
Instructional Video5:38
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - When to Use Explicit and Implicit Wait?

Higher Ed
This video explains when to use explicit and implicit wait. This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This video explains functional...
Instructional Video4:00
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Automatic Variables

Higher Ed
Automatic variables do their work in the background, but they can be used explicitly as well to perform certain tasks. In this video, the author will look at the _Error_ and _N_ automatic variables. This clip is from the chapter "Working...
Instructional Video3:47
Curated Video

Mastering Spring Framework Fundamentals - Creating Profile-specific Bean Configuration

Higher Ed
This video demonstrates how to pass parameters. This clip is from the chapter "Arrow Functions" of the series "TypeScript for Beginners".This video introduces you to the arrow functions and explains how to use them.
Instructional Video17:34
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Implementing Custom Driver - Part 2

Higher Ed
This video explains checkout method in cart service. This clip is from the chapter "Custom Driver Concept" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about the custom driver...
Instructional Video2:45
Curated Video

Hands-on .NET Minimal API for Web Developers - Using Attributes in Map Methods

Higher Ed
In this lesson, we will look at the various attributes used in Map methods for the web API. This clip is from the chapter "Improving Your Minimal API" of the series "Hands-On .NET Minimal API for Web Developers".This section takes us...
Instructional Video12:18
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What is Explicit Wait? Explain with Real Time Scenario

Higher Ed
This video explains Explicit Wait with a real-time scenario. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers...
Instructional Video15:04
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practical Examples on Implicit Wait

Higher Ed
This video presents practical examples on Implicit Wait. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers how...
Instructional Video16:19
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practical Examples on Explicit Waits

Higher Ed
This video presents practical examples on Explicit Wait. This clip is from the chapter "Synchronization Usage in Selenium WebDriver" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section covers how...
Instructional Video1:57
Brian McLogan

How to determine if a sequence is geometric or not

12th - Higher Ed
👉 Learn how to determine if a sequence is arithmetic, geometric, or neither. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. There are many types of...