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 Video3:57
Curated Video

Multiplying Integers: Using Patterns to Learn

K - 5th
In this video, the teacher explains how patterns can help students learn to multiply integers. By observing the patterns in multiplication tables, students can understand the rules for multiplying positive and negative numbers.
Instructional Video8:09
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Developing Product Lambda Microservice with DynamoDB Client - AWS SDK for JS v3

Higher Ed
This video is the continuation of the earlier part on developing product Lambda microservice with DynamoDB Client—AWS SDK for JS version 3. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS...
Instructional Video5:03
Curated Video

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

Higher Ed
In this video, we will apply the layered architecture pattern to design an e-commerce application. We will define the layers and their responsibilities, ensuring a clear separation of concerns and a modular structure that facilitates...
Instructional Video5:38
Curated Video

Comparing Number Patterns

K - 8th
Comparing Number Patterns compares sets of two number patterns by creating a line graph from the patterns.
Instructional Video6:16
Curated Video

Finding Number Patterns

K - 8th
Mr. Addit reviews the definition of a pattern and explains that to find a pattern in a number sequence, we must first identify the rule. He also demonstrates how to first determine the rule of a number sequence in order to determine the...
Instructional Video3:50
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Resource Cleanup - Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB

Higher Ed
This video explains the resource cleanup. This clip is from the chapter "Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB" of the series "AWS Serverless Microservices with Patterns and Best Practices".This...
Instructional Video4:07
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Don't Forget - Destroying Our AWS CDK App - API Gateway-Lambda Synchronous RESTful Microservices with CDK

Higher Ed
This video explains how to destroy our AWS CDK app, which is a very important step. This clip is from the chapter "API Gateway-Lambda Synchronous RESTful Microservices with CDK" of the series "AWS Serverless Microservices with Patterns...
Instructional Video1:42
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Introduction to the Section - AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)

Higher Ed
This video provides an introduction to the section. This clip is from the chapter "AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)" of the series "AWS Serverless Microservices with Patterns and Best Practices".This...
Instructional Video7:01
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Implement Lambda Function Code for Product Microservices

Higher Ed
This video helps implement Lambda function code for product microservices. This clip is from the chapter "Creating Product Microservices Serverless CRUD REST API Infrastructure with CDK" of the series "AWS Serverless Microservices with...
Instructional Video6:20
Curated Video

Identifying Outliers in Data Sets Using Quartiles

K - 5th
In this video, the teacher explains how to identify outliers in data sets using quartiles. They use the example of temperature data in Chicago to demonstrate the process. The teacher emphasizes the importance of not simply dismissing...
Instructional Video1:20
Curated Video

How to Continue a Pattern

9th - 12th
In this short video we will answer a standardized math test question where we are asked to continue a pattern. We will first identify the pattern and the first term of the pattern. We will use a table as a strategy to organize our work....
Instructional Video5:37
Curated Video

Patterns: Extend & Write a Rule | 7.EE.B.4

9th - 12th
In this math video we will be learning about patterns as we extend & write a rule. We will be presented with the first four terms of an arithmetic pattern. This is a two part question. Part A will ask us to identify the 7th term in the...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - DevOps and CI/CD Pipelines for Microservices Deployments

Higher Ed
This video focuses on DevOps practices and CI/CD (Continuous Integration and Continuous Deployment) pipelines for microservices deployments and explains the importance of DevOps culture and automation in enabling fast and reliable...
Instructional Video7:08
Curated Video

Combining Similar Paragraphs and Adding Reasons

K - 5th
In this video, the teacher provides guidance on how to strengthen argumentative writing by ensuring that each reason is unique and supported by evidence. The teacher models the process of identifying repetitive paragraphs, combining...
Instructional Video1:46
Curated Video

Design Microservices Architecture with Patterns and Principles - Timeout Pattern

Higher Ed
In this video, you will learn about the Timeout pattern, which helps prevent resource exhaustion and system degradation by setting a maximum time limit for a request or operation. The video explains how timeouts can be used to detect and...
Instructional Video6:52
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - II

Higher Ed
In this video, we will continue to explore the function strategy design pattern, building on the concepts covered in the previous video. We will dive deeper into the implementation of this pattern. This clip is from the chapter...
Instructional Video2:55
Curated Video

Behavioral Design Patterns in C++ - Template Method - III

Higher Ed
In this video, we continue to explore the final details of the template method design pattern, which allows us to define the skeleton of an algorithm in a base class and let subclasses implement specific steps of the algorithm. This clip...
Instructional Video5:15
Curated Video

Extending Fraction Patterns Using a Number Line

K - 5th
In this video, the teacher explains how to extend a fraction pattern using a number line. They emphasize the importance of not stopping at just the next number in the sequence but extending it by at least three or four steps. The teacher...
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Hangman - V

Higher Ed
This video will help in building upon the previous video and continuing our implementation of the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video3:40
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation - II

Higher Ed
In this video, we continue our exploration of the command design pattern by implementing the basic structure of our command objects. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video5:53
Curated Video

Behavioral Design Patterns in C++ - Template Method - II

Higher Ed
In this video, we continue exploring the template method design pattern, building on the concepts covered in the previous video and implement the text document. This clip is from the chapter "Template Method" of the series "Behavioral...
Instructional Video3:58
Curated Video

Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments

Higher Ed
In this video, the typical steps involved in a CI/CD pipeline for microservices deployments are discussed. It covers activities such as version control, building container images, running tests, deploying to staging environments, and...
Instructional Video6:42
Curated Video

Behavioral Design Patterns in C++ - Chat System - II

Higher Ed
This video is a continuation to building a central chat server. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.