Instructional Video2:29
Curated Video

The Art Of Communication Grade 6/7 Pre Algebra 2020

9th - 12th
This is a collaborative STEAM Project that students completed to demonstrate their understanding of absolute value as well as adding integer values. Each student wrote a creative essay explaining how their Word Cloud came to be and one...
Instructional Video7:19
Curated Video

Intro To Python Programming - Variables in Python

Pre-K - Higher Ed
Variables are an important facet of every programming langauge. In this section of the course, you'll learn to work with variables and their values.
Instructional Video2:32
FuseSchool

MATHS - Algebra - Dividing Polynomials with Monomials

6th - Higher Ed
Dividing a polynomial by an integer or an expression is really just another way of simplifying. There isn’t actually anything new to learn: you just need to be able to simplify numbers (like 20/15 simplifies down to 4/3) and know how to...
Instructional Video8:57
Curated Video

Learn and Master C Programming - Using switch statement

Higher Ed
We will learn how to use switch statements instead of if...else. Also, we will learn about break keyword that is usually used with switch conditions. This clip is from the chapter "Conditional Statements" of the series "Learn and Master...
Instructional Video6:34
Curated Video

Complete Modern C++ - std::any

Higher Ed
In this video, learn how to use std::any to store arbitrary types with type safety. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video4:57
Curated Video

Comprehensive Android Developer Bootcamp - Integers and Concatenation

Higher Ed
Deep Dive into Java Programming Language:Integers and Concatenation This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces you to the...
Instructional Video4:06
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Default Session Implementation

Higher Ed
In this video, we'll look at default session implementation. This clip is from the chapter "Details and Shopping Cart" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at details and shopping cart.
Instructional Video4:55
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Divisible by Three

Higher Ed
This video is the second project of this section where the user is prompted to enter an integer and the program gives an output statement of whether that inputted integer is divisible by 3 or not. This clip is from the chapter "Control...
Instructional Video3:30
Brian McLogan

What do you need to know to solve a perfect square trinomial

12th - Higher Ed
πŸ‘‰ Learn how to factor polynomials. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an algebraic expression means to break it up...
Instructional Video3:54
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Order Details Model

Higher Ed
In this video, we'll look at order details model. This clip is from the chapter "Models and Repository" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at models and repository.
Instructional Video6:25
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Sort, OrderBy)

Higher Ed
In this lesson, we will explore sorting in Spark DataFrame using sort and orderBy. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames...
Instructional Video4:35
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Functions Parameters

Higher Ed
This video demonstrates how to add parameters in a function. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will learn how to...
Instructional Video6:34
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - SQLi mitigation - Escaping user input, least privilege, whitelist validation

Higher Ed
SQL Injection: SQLi mitigation - Escaping user input, least privilege, whitelist validation This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will...
Instructional Video14:07
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Validating input

Higher Ed
User Input Sanitization And Validation: Validating input This clip is from the chapter "User Input Sanitization And Validation" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, the author...
Instructional Video2:56
Curated Video

Irrational Numbers

3rd - 5th
Introduce irrational numbers.
Instructional Video1:43
Curated Video

Approximating Square Roots (Example)

K - 12th
Approximate square roots.
Instructional Video5:01
Curated Video

Complete Modern C++ - Lambda Expressions - Internals

Higher Ed
This video shows you how lambda expressions are implemented internally. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda expressions.
Instructional Video5:37
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 11 - Public Static Final – Constants

Higher Ed
In this session, we will learn about public static final – constants. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for imports,...
Instructional Video8:02
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Place Order without Payment

Higher Ed
In this video, we'll look at place order without payment. This clip is from the chapter "Summary and Payments" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at summary and payments.
Instructional Video6:33
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Working with Arrays

Higher Ed
This video is the first project of this section where the program will prompt the user to input 5 integers. Then, it stores each of the integers in a regular built-in array. Finally, after the storing is completed, in a separate loop,...
Instructional Video8:29
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark Provide Schema

Higher Ed
Learn how to provide the Schema of Spark DataFrames in this session. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video8:34
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (UDFs)

Higher Ed
In this session, we will learn about User-Defined Functions (UDFs) in Spark DataFrames. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...
Instructional Video8:54
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Sort, OrderBy)

Higher Ed
Let's discuss the solution of the quiz in sorting. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video10:00
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 3

Higher Ed
This video is the third part of the three-part video that presents more practice exercises on Excel driven testing. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from...