Instructional Video2:51
Brian McLogan

Factoring a binomial using distributive property

12th - Higher Ed
👉Learn how to factor quadratics using the difference of two squares method. When a quadratic contains two terms where each of the terms can be expressed as the square of a number and the sign between the two terms is the minus sign, then...
Instructional Video8:44
Curated Video

Complete Modern C++ - Dynamic Array (std::vector)

Higher Ed
This video introduces the std::vector class and demonstrates common operations of creation, insertion, deletion, and so on. This clip is from the chapter "More C++ Goodies" of the series "Complete Modern C++".In this section, you will...
Instructional Video1:00
Curated Video

Elements Review

Pre-K - Higher Ed
Let's take a look back at the elements helium, tin, calcium, palladium, and lead.
Instructional Video3:11
Curated Video

Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays

Higher Ed
We will learn how to apply pointer arithmetic to arrays and see different ways we can access array elements with the help from pointer arithmetic. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
Instructional Video6:26
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers

Higher Ed
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video15:34
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Handling Frames with Cypress Using Real-Time Example

Higher Ed
This video explains handling frames with Cypress using a real-time example. This clip is from the chapter "Understand Limitations of Frames and Child Windows in Cypress" of the series "Cypress - Modern Automation Testing from Scratch +...
Instructional Video6:13
Curated Video

Learning Angular 2 Directives (Video 3)

Higher Ed
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Instructional Video20:30
The Wall Street Journal

Inside the Work of Urs Fischer

Higher Ed
Artist Urs Fischer talks about how he uses his sculptures to explore ideas about memory, scale and optical illusion.
Instructional Video8:06
Curated Video

Create a list : Lists in Python

Higher Ed
From the section: Introduction to Python. This section will give you a brief introduction to the course. This video explains how to use lists in Python.
Instructional Video11:49
Packt

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...
Instructional Video10:40
Packt

Building Custom Selenium Methods using Streams Mapper

Higher Ed
This video explains how to build custom Selenium methods using Streams Mapper. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Instructional Video7:59
Packt

Array - Common Operations – Part 2

Higher Ed
This is the second part of the three-part video that focuses on the common operators. This clip is from the chapter "Data Structure - Arrays" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses...
Instructional Video4:57
Curated Video

C++ Standard Template Library in Practice - Random Access Iterators

Higher Ed
We want to learn what makes up a random access iterator, and how to use it. • Learn what a random access iterator can do • Learn what it takes to fulfill a random access iterator contract • Go through a code example, showing how to use...
Instructional Video5:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1

Higher Ed
Visual presentation and complexity analysis of the bubble sort algorithm This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video11:19
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console

Higher Ed
Working with sublists, slicing, indexing and basic iteration This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video13:46
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Techniques to Handle Child Windows/Tabs with Selenium

Higher Ed
This video demonstrates how to handle child windows and tabs with Selenium. This clip is from the chapter "Handling Advanced User Interactions and Child Windows" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video4:42
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 2

Higher Ed
HTML Crash Course: Forms - Part 2 This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so on.
Instructional Video10:16
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 19)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
Instructional Video4:08
FuseSchool

MATHS - Geometry - Bearings Pythagoras and SOHCAHTOA

6th - Higher Ed
Now that we know the Pythagoras Theorem and Sohcahtoa - we can use them to find missing elements. See how in this video!
Instructional Video3:11
Catalyst University

Crystal Lattice Structures: Density Calculation 5

Higher Ed
Crystal Lattice Structures: Density Calculation 5
Instructional Video5:03
Curated Video

Web Development with Node.JS and MongoDB (Video 38)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video4:28
Curated Video

RESTful Web API Design with Node.js (Video 4)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on both...
Instructional Video3:42
Curated Video

Learning D3.JS 5.0 8.6: Adding Visual Information

Higher Ed
In this video, we will create an area chart using the line chart. • Add some code to make the data more readable • Understand the area chart • Add the area chart
Instructional Video3:44
Fun Robotics

Nested Loops in Python

Higher Ed
Exploring the functionality of nested loops in Python programming