Instructional Video10:05
Curated Video

Samurai for Kids | Bedtime History

K - 5th
Discover the legendary world of samurai in this captivating video! Journey back to feudal Japan and explore the fascinating lives of these elite warriors who lived by the code of Bushido. Learn about their rigorous training, the...
Instructional Video5:15
Wonderscape

Flight Dynamics: Understanding Air Pressure and Lift

K - 5th
Delve into the principles of flight dynamics, focusing on the relationship between air pressure and lift. Discover how Bernoulli's principle influences the design of airplane wings, creating the necessary conditions for lift to occur....
Instructional Video2:24
Curated Video

Pareto Principle [The 80/20 Rule Explained]

Higher Ed
The Pareto Principle, also known as the 80/20 rule, states that often 20% of the causes create around 80% of the outcomes while the remaining causes are responsible for the rest. Discovered by the Italian economist Vilfredo Pareto, the...
Instructional Video5:41
Wonderscape

Embracing Diversity: Practical Steps Toward Multiculturalism

K - 5th
This video explores actionable ways to promote multiculturalism and dismantle systemic barriers. Learn how activism at various levels, from government lobbying to local community efforts, aims to create a more equitable society. Discover...
Instructional Video7:57
Curated Video

Miniaturization Marvels: From LEDs to OLEDs

6th - Higher Ed
Discover the transformative journey of lighting technology from Thomas Edison's incandescent bulbs to today's ultra-efficient LEDs and groundbreaking OLEDs. This video explains the evolution of light sources, their impact on energy...
Instructional Video8:36
Curated Video

Revolutionizing Music: The Future of Instruments

6th - Higher Ed
Dive into the world of futuristic musical instruments where traditional boundaries are redefined. Explore the 3DVarius, an electric violin crafted through 3D printing, and the Dualo, an intuitive synthesizer that makes learning music...
Instructional Video8:24
Curated Video

From Grain to Flour: Milling Through the Ages

6th - Higher Ed
Explore the journey of wheat as it transforms into flour, a staple in our diets. From ancient windmills to modern industrial mills, learn about the evolution of flour milling. This segment details the entire process, highlighting both...
Instructional Video6:36
Curated Video

Building Microservices API in Go - Introduction to Hexagonal Architecture

Higher Ed
In this video, we will explore the principles and concepts of hexagonal architecture, including ports and adapters, and how it can be used to design flexible and maintainable applications in Go. This clip is from the chapter "Application...
Instructional Video11:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - BigDecimal Exercises - Simple Interest Calculation

Higher Ed
In this video, you will learn about BigDecimal exercises—simple interest calculation.
Instructional Video8:09
Curated Video

Debunking Gender Stereotypes: Exploring the Science of Gender Differences in Behavior

6th - Higher Ed
Explore the science behind common gender stereotypes related to driving, sense of direction, and intuition. Through experiments and expert insights, discover whether these stereotypes hold any scientific validity. This video examines how...
Instructional Video4:14
Curated Video

A Detailed Guide to the OWASP Top 10 - #4 Insecure Design Prevention

Higher Ed
This video explains how to prevent insecure design when developing software.
Instructional Video5:02
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Principle of Least Privilege

Higher Ed
One of the biggest and most common mistakes made in security management is granting too many permissions to a user. The principle of least privilege can assist in preventing this and it is covered in this video.
Instructional Video5:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Strategy Pattern

Higher Ed
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:59
Curated Video

Oracle Database Administration from Zero to Hero - Applying the Principle of Least Privileges

Higher Ed
In this video, we will discuss the importance of applying the Principle of Least Privileges in Oracle databases. You will understand the concept and best practices for granting minimal privileges to users. This clip is from the chapter...
Instructional Video2:50
Learning Mole

How Does it Work? - Boats

Pre-K - 12th
This video is explaining how boat works for kids.
Instructional Video4:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Design principles - SOLID

Higher Ed
This video introduces the SOLID principles, a set of design principles that guide the development of robust and maintainable software systems. We will explore each principle—Single Responsibility, Open-d, Liskov Substitution, Interface...
Instructional Video2:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with Fan-Out Publish/Subscribe Messaging

Higher Ed
This video showcases the design considerations and implementation of a microservices architecture using the fan-out publish/subscribe messaging pattern and explores how this pattern can enhance the scalability and flexibility of...
Instructional Video2:44
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Microservices Architecture?

Higher Ed
In this video, we will gain a deeper understanding of microservices architecture as an architectural style that structures an application as a collection of loosely coupled services. We will discover the principles of service isolation,...
Instructional Video2:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Principles - Separation of Concerns (SoC)

Higher Ed
In this video, we will dive into the design principle of separation of concerns (SoC). You will learn to identify and separate different concerns within our software system, allowing for better maintainability, reusability, and...
Instructional Video3:43
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI

Higher Ed
Here, let's apply the principles of KISS and YAGNI to design the architecture of an e-commerce application using the monolithic approach. We will emphasize simplicity, avoiding unnecessary complexity and implementing only the essential...
Instructional Video3:51
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY

Higher Ed
In this video, dive into essential design principles for monolithic architecture, including KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and DRY (Don't Repeat Yourself). We will understand how these principles guide...
Instructional Video3:40
Curated Video

Design Microservices Architecture with Patterns and Principles - The Shared Database Anti-Pattern and Polyglot Persistence

Higher Ed
This video discusses the shared database anti-pattern, where multiple microservices share the same database and highlights the challenges and drawbacks of this approach, such as tight coupling, data conflicts, and scalability...
Instructional Video3:29
Curated Video

Design Microservices Architecture with Patterns and Principles - Polyglot Persistence Principle in Microservices

Higher Ed
The video explains the concept of polyglot persistence in microservices, which advocates using different databases for different microservices based on their specific needs and explores the benefits of polyglot persistence. This clip is...
Instructional Video3:57
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Principles - Dependency Inversion Principles (DIP)

Higher Ed
This video introduces the Dependency Inversion Principle as a design principle for building loosely coupled and maintainable microservices architectures and discusses how applying DIP can facilitate effective asynchronous communication...