Instructional Video13:30
TED Talks

TED: Why Africa must become a center of knowledge again | Olufemi Taiwo

12th - Higher Ed
How can Africa, the home to some of the largest bodies of water in the world, be said to have a water crisis? It doesn't, says Olufemi Taiwo -- it has a knowledge crisis. Taiwo suggests that lack of knowledge on important topics like...
Instructional Video8:44
Bozeman Science

Thinking in Patterns - Level 7 - Causal Patterns at Varying Scale

12th - Higher Ed
In this video Paul Andersen shows conceptual thinking in a mini-lesson on causal patterns at varying scale. TERMS Patterns - regularity in the world Scale - the relative size or extent of something System - a set of components (e.g....
Instructional Video8:38
SciShow

The Link Between Zebra Stripes and Sand Dunes | Natural Patterns

12th - Higher Ed
Stripes! Hexagons! They're everywhere! These patterns in nature might seem like aesthetic coincidences, but they are actually the result of physical process that show up again and again, even in otherwise unrelated phenomena.
Instructional Video4:20
TED-Ed

TED-Ed: Why do some people snore so loudly? | Alayna Vaughan

Pre-K - Higher Ed
A leather mask that clamps the mouth shut. A cannonball sewn into a soldier's uniform. A machine that delivers sudden electrical pulses. These were all treatments for a problem that has haunted humanity for millennia: snoring. It might...
Instructional Video7:28
Crash Course

Solutions: Crash Course Chemistry

12th - Higher Ed
This week, Hank elaborates on why Fugu can kill you by illustrating the ideas of solutions and discussing molarity, molality, and mass percent. Also, why polar solvents dissolve polar solutes, and nonpolar solvents dissolve nonpolar...
Instructional Video14:49
TED Talks

How theater weathers wars, outlasts empires and survives pandemics | Cara Greene Epstein

12th - Higher Ed
When catastrophe strikes, art prevails -- and has done so for centuries. In this fascinating talk, writer and director Cara Greene Epstein places the closing of theaters during the coronavirus pandemic in a historical context, exploring...
Instructional Video6:26
Bozeman Science

Thinking in Patterns - Level 4 - Patterns in Data

12th - Higher Ed
A mini-lesson about patterns in data.
Instructional Video8:25
Bozeman Science

Thinking in Patterns - Level 5 - Patterns at Varying Scale

12th - Higher Ed
A mini-lesson on patterns at varying scale.
Instructional Video3:19
Curated Video

Create and Compare Number Patterns

9th - 12th
In this short math video we will create and compare number patterns to answer a standardized math test question. We will first identify the first number in each pattern and use the provided rule to continue the pattern. We will then...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Adapt Microservices Architecture with Decomposition Patterns

Higher Ed
In this video, we will investigate the design and adaptation of a microservices architecture using decomposition patterns. You will learn to map the identified microservices to their respective bounded contexts, define their interfaces,...
Instructional Video3:22
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with Backends for Frontend Pattern

Higher Ed
This video focuses on the design and evaluation of a microservices architecture that incorporates the Backends for Frontends pattern and explores how to design and implement BFF services, and the benefits of using this pattern to address...
Instructional Video3:39
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Resiliency Patterns

Higher Ed
In this video, we will explore various resiliency patterns specifically designed for microservices architectures and discuss patterns such as Circuit Breaker, Bulkhead, Timeout, and Fallback, which help enhance the fault-tolerance and...
Instructional Video3:13
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Microservices Architecture with CQRS, Event Sourcing, Eventual Consist

Higher Ed
This video discusses the evaluation of a microservices architecture that incorporates the CQRS pattern, Event Sourcing, and eventual consistency, the benefits, drawbacks, and trade-offs of using these patterns and evaluates their impact...
Instructional Video3:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

Higher Ed
This video showcases the design of a microservices architecture that incorporates the CQRS pattern, Event Sourcing, and eventual consistency and demonstrates how these patterns and principles can be applied together to build a scalable...
Instructional Video4:16
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with Service Aggregator, Registry

Higher Ed
In this video, we will explore the design and evaluation of a microservices architecture using the Service Aggregator and Registry patterns and how the Service Aggregator acts as a central point for aggregating data from multiple...
Instructional Video6:13
Flame Media

What can Fire fighting tell us about fighting stress?

12th - Higher Ed
In his series 'Redesign my Brain', award winning documentary maker Todd Sampson sets out to learn how to manage fear. To demonstrate it is possible to overcome fear Todd will walk on a wire across two skyscrapers – a world first for...
Instructional Video3:24
Curated Video

Repeated and Non-Repeating Number Patterns

K - 12th
Recognize the difference between repeating and non-repeating patterns.
Instructional Video7:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Design: Microservices Architecture with SAGA, Outbox Pattern, and CDC

Higher Ed
This video explores the design considerations and principles for building a robust microservices architecture using the SAGA pattern, Transactional Outbox pattern, and Change Data Capture (CDC). This clip is from the chapter...
Instructional Video5:05
Curated Video

Using Rules to Create Number Patterns

9th - 12th
In this video, the teacher guides students through solving a standardized math test question using number patterns. The question has four parts, and students must create number patterns, write coordinate pairs, and plot them on a...
Instructional Video4:35
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Resilience, Observability, and Monitoring

Higher Ed
In this video, you will learn the best practices and principles for designing microservices with resilience, observability, and monitoring in mind, architectural considerations, such as implementing resilience patterns, incorporating...
Instructional Video2:14
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Microservice Architecture with SAGA, Transactional Outbox, and CDC Pattern

Higher Ed
This video delves into the adaptation of an existing microservices architecture to incorporate the SAGA pattern, Transactional Outbox pattern, and CDC and discusses the necessary modifications and enhancements required to enable...
Instructional Video4:08
Curated Video

Design Microservices Architecture with Patterns and Principles - Design: Microservices Architecture with Database Sharding Pattern

Higher Ed
This video focuses on designing microservices architecture using the database sharding pattern and the considerations and steps involved in incorporating data partitioning through sharding into the overall system design. This clip is...
Instructional Video5:12
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Database Management Patterns and Principles

Higher Ed
This video introduces various database management patterns and principles for microservices and concepts such as database per service, shared database, event sourcing, and CQRS (Command Query Responsibility Segregation), highlighting...
Instructional Video3:05
Curated Video

Design Microservices Architecture with Patterns and Principles - The Database-Per-Service Pattern - Polyglot Persistence

Higher Ed
In this video, we will explore the database-per-service pattern in microservices architecture, where each service has its own dedicated database. We will understand the advantages of polyglot persistence and the challenges of maintaining...

Other popular searches