Instructional Video0:37
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 2 Introduction

Higher Ed
This video introduces you to the concepts of mapping and indexing data. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on mapping...
Instructional Video7:33
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - How Elasticsearch Scales?

Higher Ed
This video explains how Elasticsearch scales. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install...
Instructional Video2:04
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Elasticsearch Basics: Logical Concepts

Higher Ed
This video explains the logical concepts of Elasticsearch. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to...
Instructional Video5:47
Brian McLogan

Math Tutorial for Learning How to Multiply the Cube Root of Two Variable Expressions

12th - Higher Ed
πŸ‘‰ Learn how to multiply radicals. A radical is a number or an expression under the root symbol. To multiply radicals with the same root, it is usually easy to evaluate the product by multiplying the numbers or expressions inside the...
Instructional Video6:10
Brian McLogan

Learn how to divide two algebraic expressions with multiple variables

12th - Higher Ed
πŸ‘‰ Learn how to find the cube root of rational expressions. To find the cube root of a rational expression, we first express the rational expression as the cube root of the numerator divided by the cube root of the denominator. Next we...
Instructional Video2:26
Brian McLogan

Learn how to rewrite an expression using rational powers and simplify the expression

12th - Higher Ed
πŸ‘‰ Learn how to simplify rational powers using the power and the product rules. There are some laws of exponents which might come handy when simplifying expressions with exponents. Some of the laws include the product law which states...
Instructional Video1:57
Brian McLogan

Learn step by step how to find the inverse of an equation, then determine if a function or not

12th - Higher Ed
πŸ‘‰ Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video4:29
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Solution - Cover Type Controller, View, Js and _layout

Higher Ed
In this video, we'll look at the solution for cover type controller, view, JS and _layout. This clip is from the chapter "Cover Type CRUD" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at...
Instructional Video4:44
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Category Index View

Higher Ed
In this video, we'll look at category index view. This clip is from the chapter "Category CRUD" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at category CRUD.
Instructional Video2:36
Brian McLogan

Simplifying fraction being raised to a rational power, fraction raised to a fraction

12th - Higher Ed
Learn how to evaluate numbers raised to rational powers. When given a number raised to a rational power, we take the nth root of the number where n is the number in the denominator of the rational power, then we raise the result to a...
Instructional Video4:00
Brian McLogan

Simplifying a radical binomial squared by using foil, (3sqrt(2) - 2sqrt(3))^2

12th - Higher Ed
πŸ‘‰ Learn how to multiply radicals. A radical is an expression or a number under the root symbol. To multiply the sum/difference of two or more radicals, we make use of the distributive property to expand the product and then simplify the...
Instructional Video2:48
Brian McLogan

Learn how to find quotient of two radical expression

12th - Higher Ed
πŸ‘‰ Learn how to find the cube root of rational expressions. To find the cube root of a rational expression, we first express the rational expression as the cube root of the numerator divided by the cube root of the denominator. Next we...
Instructional Video7:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving the JSON Array Size and its Elements Using the JSON Path

Higher Ed
This video explains how to retrieve the JSON array size and its elements using the JSON path. This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video8:48
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving Data from Excel Based on a Condition

Higher Ed
This video explains how to retrieve data from Excel based on a condition. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video13:31
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Parsing a Complex Jira JSON Response to Retrieve the Added Comment with Code Logic

Higher Ed
This video explains how to parse a complex Jira JSON response to retrieve the added comment with code logic. This clip is from the chapter "Real-World Example Automating Jira APIs" of the series "REST API Automation Testing from Scratch...
Instructional Video13:56
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Lists, Tuples, Sets, Dictionaries, Booleans

Higher Ed
This video introduces you to Python data structures such as lists, tuples, sets, dictionaries, Booleans. This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This...
Instructional Video1:44
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 83 - Performance Tuning-Indexes

Higher Ed
In this video, we will cover performance tuning-indexes. This clip is from the chapter "Performance Tuning Tips with Hibernate and JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, the author...
Instructional Video13:31
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Parameterizing the Tests with Multiple Datasets

Higher Ed
This video demonstrates how to parameterize tests with multiple datasets. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from...
Instructional Video16:05
Curated Video

Exploring Rational Exponents and Nth Roots

9th - 12th
This lesson will provide instruction to find nth roots and evaluate expressions with rational exponents. I will deomonstrate and explain how to rewrite fractional exponents in radical from as well as how to rewrite radical form to...
Instructional Video13:43
Curated Video

JavaScript Arrays

Pre-K - Higher Ed
So far, we've used variables to hold a single value. Arrays allow you to reference multiple values in a list form using a single variable name.
Instructional Video13:41
Curated Video

Python In Practice - 15 Projects to Master Python - Data Analysis - Advanced Level: Data Science

Higher Ed
This video explains data analysis. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video3:16
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Splitting the Dataset into Independent and Dependent Variables

Higher Ed
In this video, you will learn how to split the dataset into independent and dependent variables. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning Ò€” Build Neural Networks in...
Instructional Video15:03
Curated Video

Comprehensive Android Developer Bootcamp - Showing Next Question

Higher Ed
Build a Quiz App – MVC Architecture:Showing Next Question This clip is from the chapter "Build a Quiz App – MVC Architecture" of the series "The Comprehensive Android Developer Bootcamp".This section shows you how to build your own Quiz...
Instructional Video9:54
Curated Video

Comprehensive Android Developer Bootcamp - Check Answers

Higher Ed
Building a Trivia App:Check Answers This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own Trivia App. You will start from...