Instructional Video4:26
Brian McLogan

Find all the solutions of a rational equation and check your solution

12th - Higher Ed
👉 Learn how to solve rational equations. A rational expression is an expression in the form of a fraction where the numerator and/or the denominator are/is an algebraic expression. There are many ways to solve rational expressions, one...
Instructional Video4:17
Curated Video

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

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 Video1:23
Curated Video

Core Java Programming Course- The Universally Unique Identifier (UUID) Class

Higher Ed
This video explains the UUID class. This clip is from the chapter "Special Classes in Java" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the different special classes that are...
Instructional Video2:45
Two Minute Music Theory

Why Do We Need Key Signatures?

12th - Higher Ed
Why Do We Need Key Signatures?
Instructional Video9:55
Curated Video

REST APIs with Flask and Python - Your First Flask Application

Higher Ed
This video demonstrates how to create an application that returns some data when called using a GET request (such as through a web browser). This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and...
Instructional Video6:59
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Sets

Higher Ed
A set is a unique Python data type that only allows you to store unique items, no duplicates allowed! But there's a catch…*cue scary music*. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody:...
Instructional Video4:11
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Project (Count and Select)

Higher Ed
Let's start working on the project. We will first read data from the file in the DF followed by some analysis work. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Instructional Video5:26
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Image Features and their importance for object detection

Higher Ed
From the section: Computer Vision Basics: Part 3. In this section, we’ll cover the advanced features of Computer Vision. Computer Vision Basics: Part 3: Image Features and their importance for object detection
Instructional Video1:44
IDG TECHtalk

How to use the uniq command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the uniq command. It’s a command that’s very useful when you want to reduce or summarize information.
Instructional Video13:14
Packt

Surprise! Using ChroPath Plug-in to get XPath and Cascading Style Sheets (CSS)

Higher Ed
This video explains how to use the ChroPath plug-in to get XPath and CSS. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video10:14
Packt

CompTIA Network+ Certification N10-007: The Total Course - Network Topologies

Higher Ed
This video explains the concepts used in wired network topologies and describes the logical flow of data. This clip is from the chapter "Cabling and Topology" of the series "CompTIA Network+ Certification N10-007: The Total Course".In...
Instructional Video6:54
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Flow Logs

Higher Ed
This video explains how to implement and use the flow logs, which allow you to monitor network traffic and receive traffic alerts with CloudWatch. This clip is from the chapter "Solutions Architect Chapter 10 - Virtual Network Services"...
Instructional Video5:07
Curated Video

KS2 Primary Maths Age 9-13 - Sum and Product: - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video10:42
Curated Video

The Modern JavaScript Bootcamp (2019) - Targeting by UUID

Higher Ed
In this video, you’re going to target your note and to-dos by their id. This will allow you to read their data, update the data, or remove the item altogether. This clip is from the chapter "Data Storage, Libraries, and More" of the...
Instructional Video5:48
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Add Product to Shopping Cart Part 1

Higher Ed
In this video, we'll learn how to add product to shopping cart part 1. 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...
Instructional Video11:17
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - UiPath Studio - The Design Panel

Higher Ed
This video will go more into detail and focus on the design panel—one of the main components of the UiPath Studio user interface. This clip is from the chapter "The UiPath Platform and UiPath Studio" of the series "Robotic Process...
Instructional Video4:55
Curated Video

Analyze Triangular Prisms to Find Surface Area

K - 5th
This video explains how to analyze triangular prisms by identifying and assessing pairs of congruent triangular faces. It discusses the concept of congruence and parallelism in 3D solids. The lesson highlights the different sizes and...
Podcast21:26
Curated Video

Small Steps, Giant Leaps: Episode 43, White Sands Test Facility Small Steps, Giant Leaps

Pre-K - Higher Ed
White Sands Test Facility Manager Bob Cort discusses the history and capabilities of the NASA facility.
Instructional Video8:40
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create a Data Factory Resource

Higher Ed
This video helps you create a Data Factory resource. This clip is from the chapter "Introduction - Build Your First Azure Data Pipeline" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to the Course
Instructional Video6:37
Let's Tute

Engaging and Entertaining Your Audience in Public Speaking

9th - Higher Ed
In this video, the teacher discusses how to engage and entertain an audience in any form of public speaking. They emphasize the importance of sharing unique and relevant information, using storytelling and personal anecdotes, defining...
Instructional Video1:57
NASA

TDRS Profile: Jeff Gramling

3rd - 11th
Jeff Gramling was a previous project manager for the Tracking and Data Relay Satellite, TDRS. The project is building the follow-on and replacement spacecraft necessary to maintain and expand NASA’s Space Network. The third satellite of...
Instructional Video2:14
Curated Video

AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Hands-On Challenge: S3

Higher Ed
This video explains the hands-on challenge: S3. This clip is from the chapter "Resilient Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section introduces you to resilient...
Instructional Video3:55
Curated Video

World of Computer Networking Your CCNA start - Structure of a Media Access Control (MAC) Address

Higher Ed
This video explains the structure of a MAC address. This clip is from the chapter "Ethernet" of the series "World of Computer Networking: Your CCNA start".This section introduces you to Ethernet.
Instructional Video9:12
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Example on Identifying Labels

Higher Ed
This video demonstrates how to identify labels with an example. This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores the...