Curated Video
Comprehensive Android Developer Bootcamp - Understanding Android Intents
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Explicit and Implicit Grids
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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Explicit and Implicit Ratings
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Text Formatting
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...
Curated Video
gRPC [Java] Master Class: Build Modern API and Microservices - [Theory] Errors in gRPC
[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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Passing Things Around
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,...
Brian McLogan
Given a sequence formula find the first four terms with alternating signs
👉 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...
Curated Video
Hands-On Auto DevOps with GitLab CI - Using Artifacts in Future Stages
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...
Curated Video
Mastering Spring Framework Fundamentals - Resolving Ambiguous Arguments of the Same Type by Narrowing the Reference Type
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.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - What are Waits?
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.
Brian McLogan
How to determine the rule for a geometric sequence given two values
👉 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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - ALS Model
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...
Curated Video
KS2 Primary English Age 9-13 - Vocabulary: Explicit - Explained
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...
Curated Video
GCSE Secondary English Age 13-17 - Vocabulary: Explicit - Explained
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Understanding Explicit Wait in Selenium
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - When to Use Explicit and Implicit Wait?
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...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Automatic Variables
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...
Curated Video
Mastering Spring Framework Fundamentals - Creating Profile-specific Bean Configuration
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.
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Implementing Custom Driver - Part 2
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...
Curated Video
Hands-on .NET Minimal API for Web Developers - Using Attributes in Map Methods
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - What is Explicit Wait? Explain with Real Time Scenario
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practical Examples on Implicit Wait
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practical Examples on Explicit Waits
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...
Brian McLogan
How to determine if a sequence is geometric or not
👉 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...