Instructional Video3:11
NASA

NASA | IBEX | What are the Boundaries of our Solar System?

3rd - 11th
IBEX is a new NASA mission that will study the interaction between the solar wind and the material beyond our Solar System called the interstellar medium. The solar wind flowing out of the sun inflates a bubble that we call the...
Instructional Video4:01
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Kinesis Data Analytics

Higher Ed
This video explains the creation of the data with Kinesis Data Streams or Kinesis Firehose and how to analyze the data.
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application...
Instructional Video9:22
Curated Video

Complete Modern C++ - Multiple (Diamond) Inheritance

Higher Ed
This video explains the issue that arises with diamond inheritance.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will...
Instructional Video9:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Simplify Functional Programming Code with Method References

Higher Ed
In this session, we will learn about simplify functional programming code with method references.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners...
Instructional Video3:25
All In One Social Media

How To Add Background Music In Streamyard (and where to find your own music)

Higher Ed
You can now add your own background music to Streamyard. Let me show you now only HOW to add background music to Streamyard, but WHERE you can get Royalty & Copywrite free music to use.
Instructional Video9:53
Physics Girl

How to control light with water

9th - 12th
How fast is the internet? How fast can we send data? This easy DIY experiment allows you to control light with water! Drill a hole in the bottom of a 2 liter bottle, fill the bottle with water allowing the water to stream out the hole,...
Instructional Video4:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Stream Intermediate Operations - Exercises - Squares of First 10, Map

Higher Ed
In this session, we will learn about stream intermediate operations - exercises - squares of first 10, map.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Stream Terminal Operations - 2 - Min, Collect To List

Higher Ed
In this session, we will learn about stream terminal operations - 2 - min, collect to list.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video1:52
Curated Video

Row Row Row Your Boat - Popular nursery rhyme for Toddlers

Pre-K - 3rd
Row Row Row Your Boat is a popular nursery rhyme for Toddlers. Sing along and row your boat with Bella and Beans. Row your boat down the river with us singing this well known nursery rhyme. We hope you enjoy it as much as we do. πŸ˜€
Instructional Video4:16
Curated Video

Learning Akka (Video 32)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video16:46
Curated Video

Multi-Paradigm Programming with Modern C++ - Synchronization with Mutexes

Higher Ed
Mutex is an object that lets us protect a resource from being accessed from multiple threads simultaneously. Mutex is one of many synchronization primitives. It’s easy to use, but there are a few caveats.

β€’ Example of a mutex:...
Instructional Video5:27
Curated Video

Creational Design Patterns in Modern C++ - Clock Class

Higher Ed
This video highlights an example that does not require a singleton implementation for singularity.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
Instructional Video9:21
Curated Video

C++ Standard Template Library in Practice - Manipulators and Formatters

Higher Ed
In this video, you will learn about Stream Manipulators and Formatters.

β€’ Introduce the different manipul
ators
β€’ Introduce the different
formatters
β€’ Present an example program that uses
t
hese concepts

...
Instructional Video4:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 15 - Behind the Screens with Functional Interfaces - Implement Function Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement function Int.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for...
Instructional Video5:25
Curated Video

Hands-On WebAssembly for C++ Programmers - Playing Simple Sounds in SDL

Higher Ed
How can we do simple beeps with SDL?

β€’ Discover SDL
Audio
β€’ Create sample be
eping code
β€’ Run code t
o
observe beeps

This clip is from the chapter "Making Music in the Browser by Integrating Audio" of the...
Instructional Video4:08
Curated Video

Creational Design Patterns in Modern C++ - Lazy Instantiation

Higher Ed
This video demonstrates how to perform a lazy instantiation.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Instructional Video4:27
Curated Video

World of Computer Networking Your CCNA start - Types of Media Access Control (MAC) Addresses

Higher Ed
This video introduces you to the different types of MAC addresses.
r/>
This clip is from the chapter "Switches and Data Link Layer" of the series "World of Computer Networking: Your CCNA start".This section introduces you to...
Instructional Video4:31
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Stream Intermediate Operations - Sort, Distinct, Filter, and Map

Higher Ed
In this session, we will learn about stream intermediate operations - sort, distinct, filter, and map.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete...
Instructional Video6:20
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Functional Programming Terminology - Lambda Expression, Stream, and Operations

Higher Ed
In this session, we will learn about functional programming terminology - lambda expression, stream, and operations.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for...
Instructional Video1:24
Weatherthings

Water Smart: Water on Earth - Lakes

6th - 8th
Water on Earth focuses on water as most kids would think about it. We start with water in obvious locations such as oceans, lakes, and rivers. We quickly learn that water can change phase to remain a solid in glaciers. Many kids may be...
Instructional Video7:47
Programming Electronics Academy

PWM and analogWrite: Arduino Course 4.7

Higher Ed
A description of Pulse Width Modulation (PWM) and how it is used with Arduino.
Instructional Video0:44
Next Animation Studio

Germany and Russia's Nordstream 2 pipeline explained

12th - Higher Ed
Russia and Germany plan to build an energy pipeline that will bypass Ukraine, according to DW.
Instructional Video2:43
Tarver Academy

How to Join a Google Meet Video Hangout

12th - Higher Ed
In This Episode, Tyler Teaches Us About How to Join a Google Meet Video Hangout
Instructional Video8:28
Curated Video

C++ Standard Template Library in Practice - Low Level I/O

Higher Ed
In this video, you will learn about low level I/O.

β€’ Introduce the concept of low leve
l I/O
β€’ See the different read functions in low
level I/O
β€’ Present an example program that uses
t
hese concepts

This...