Brian McLogan
Factoring a binomial using distributive property
👉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...
Curated Video
Complete Modern C++ - Dynamic Array (std::vector)
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...
Curated Video
Elements Review
Let's take a look back at the elements helium, tin, calcium, palladium, and lead.
Curated Video
Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays
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...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Handling Frames with Cypress Using Real-Time Example
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 +...
Curated Video
Learning Angular 2 Directives (Video 3)
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...
The Wall Street Journal
Inside the Work of Urs Fischer
Artist Urs Fischer talks about how he uses his sculptures to explore ideas about memory, scale and optical illusion.
Curated Video
Create a list : Lists in Python
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.
Packt
How to Identify Siblings and Traverse Back to Parent Nodes with XPATH?
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...
Packt
Building Custom Selenium Methods using Streams Mapper
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 -...
Packt
Array - Common Operations – Part 2
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...
Curated Video
C++ Standard Template Library in Practice - Random Access Iterators
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Implement merge function - part 1
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Strings: concatenation, indexing, slicing, python console
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.
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Techniques to Handle Child Windows/Tabs with Selenium
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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Forms - Part 2
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.
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 19)
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...
FuseSchool
MATHS - Geometry - Bearings Pythagoras and SOHCAHTOA
Now that we know the Pythagoras Theorem and Sohcahtoa - we can use them to find missing elements. See how in this video!
Catalyst University
Crystal Lattice Structures: Density Calculation 5
Crystal Lattice Structures: Density Calculation 5
Curated Video
Web Development with Node.JS and MongoDB (Video 38)
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...
Curated Video
RESTful Web API Design with Node.js (Video 4)
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...
Curated Video
Learning D3.JS 5.0 8.6: Adding Visual Information
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
Fun Robotics
Nested Loops in Python
Exploring the functionality of nested loops in Python programming