Curated Video
Create and Compare Number Patterns
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...
Curated Video
Multiplying Integers: Using Patterns to Learn
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.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing Product Lambda Microservice with DynamoDB Client - AWS SDK for JS v3
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - Layered Architecture
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...
Curated Video
Comparing Number Patterns
Comparing Number Patterns compares sets of two number patterns by creating a line graph from the patterns.
Curated Video
Finding Number Patterns
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Resource Cleanup - Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB
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...
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
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Introduction to the Section - AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Implement Lambda Function Code for Product Microservices
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...
Curated Video
Identifying Outliers in Data Sets Using Quartiles
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...
Curated Video
How to Continue a Pattern
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....
Curated Video
Patterns: Extend & Write a Rule | 7.EE.B.4
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - DevOps and CI/CD Pipelines for Microservices Deployments
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...
Curated Video
Combining Similar Paragraphs and Adding Reasons
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Timeout Pattern
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...
Curated Video
Behavioral Design Patterns in C++ - Function Strategy - II
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...
Curated Video
Behavioral Design Patterns in C++ - Template Method - III
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...
Curated Video
Extending Fraction Patterns Using a Number Line
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...
Curated Video
Behavioral Design Patterns in C++ - Hangman - V
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...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation - II
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...
Curated Video
Behavioral Design Patterns in C++ - Template Method - II
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - CI/CD Pipeline Steps for Microservices Deployments
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...
Curated Video
Behavioral Design Patterns in C++ - Chat System - II
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.