Instructional Video28:36
Curated Video

Explain how and why scaling is used to make and interpret maps

Pre-K - Higher Ed
Pupil outcome: You can explain how and why scaling is used to make and interpret maps and plans. Key learning points: - The language 'for every' can be used to describe the relationship between the distance on the map and on the ground....
Instructional Video31:20
Curated Video

Solve problems involving scaling and ratio

Pre-K - Higher Ed
Pupil outcome: You can identify and describe the relationship between two squares using scale factors Key learning points: - Ratio and scaling problems can be represented in similar ways. - Ratio and scaling problems can be solved in...
Instructional Video10:18
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Scalability and Instance Types in App Engine

Higher Ed
In this lab video, you will learn about the scalability and instance types available in Google Cloud platform's App Engine.
<
br/>
This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data...
Instructional Video2:18
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - PySpark Serverless Autoscaling Properties

Higher Ed
PySpark is a powerful open-source data processing engine used for large-scale data processing. In this video, you will learn about running PySpark on Google Cloud Dataproc.
<
br/>
This clip is from the chapter "Dataproc Serverless...
Instructional Video6:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Run Application Scalability Parameters

Higher Ed
In this video, we discuss the scalability parameters for Cloud Run applications, exploring the different factors that affect the scalability of your application.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and...
Instructional Video10:12
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Serverless Versus Servers and Containerization

Higher Ed
In this video, we compare serverless versus servers and containerization, discussing the differences between the two approaches and providing insights into when to use each one.
<
br/>
This clip is from the chapter "Modern-Day Cloud...
Instructional Video6:37
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Scalability - Horizontal Versus Vertical Scaling

Higher Ed
This video discusses scalability in the context of horizontal versus vertical scaling, exploring the advantages and disadvantages of each method, and providing insights into when to choose one over the other.
<
br/>
This clip is...
Instructional Video2:56
Curated Video

Chatbots Development with Amazon Lex - Benefits of Amazon Lex

Higher Ed
Here, we will discuss the benefits of using Lex bot, including seamless deployment and scaling, built-in integration with AWS, input technologies, cost-effectiveness, and simplicity.
Instructional Video1:52
Curated Video

Deep Learning - Crash Course 2023 - Activation Functions in Deep Learning Neural Networks - Introduction

Higher Ed
In this video, we will have a quick introduction to activation functions for deep learning neural networks.
<
br/>
This clip is from the chapter "Activation Functions in Deep Learning Neural Networks" of the series "Deep Learning -...
Instructional Video7:47
Curated Video

Deep Learning - Crash Course 2023 - Data Standardization - 2

Higher Ed
In this video, we will understand when and how to apply standard Scaler with data standardization.
<
br/>
This clip is from the chapter "Sigmoid Neuron Implement with Python" of the series "Deep Learning - Crash Course 2023".In this...
Instructional Video5:01
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Completing the GridImagesView

Higher Ed
In this video, we will understand how to change the image view. You will learn to create partial views of the images and also be able to scale the text.
<
br/>
This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16...
Instructional Video4:01
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Autoscaling Groups

Higher Ed
Autoscaling works against collections of instances that can be scaled together. This video explores the concept of autoscaling groups and how they fit into any implementation or design.
Instructional Video9:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Performant Design

Higher Ed
Now that you understand resilient design, you will apply it to the Widget Makers requirements. See how to offer resilient design for processing, databases, storage and more.
Instructional Video4:38
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Scalability Solutions

Higher Ed
How do you grow a database when it's not keeping up with the workload. AWS offers different scalability solutions, and they are presented in this video to assist the architect in selecting the best option.
Instructional Video6:37
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Termination Policies

Higher Ed
How do you decide which instance should be stopped when scaling in or down? The answer in AWS is termination policies and they are covered here.
Instructional Video5:57
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Autoscaling Overview

Higher Ed
When you want to dynamically grow or shrink a set of servers in AWS, you need to understand autoscaling. This video provides an introductory overview to the autoscaling capabilities of AWS.
Instructional Video2:57
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Benefits of Amazon Lex

Higher Ed
Here, we will discuss the benefits of using Lex bot, including seamless deployment and scaling, built-in integration with AWS, input technologies, cost-effectiveness, and simplicity.
<
br/>
This clip is from the chapter "Chatbots...
Instructional Video2:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Scalability - Vertical Scaling - Horizontal Scaling

Higher Ed
In this video, let's dive into the concepts of vertical and horizontal scaling, discovering the differences between these approaches. You will learn how vertical scaling increases server capacity, while horizontal scaling involves...
Instructional Video1:34
Curated Video

Design Microservices Architecture with Patterns and Principles - Horizontal Scaling - Scale Out

Higher Ed
Here, let's delve into horizontal scaling, where additional servers are added to the system. You will learn about the benefits of distributing the workload across multiple servers, improving scalability and enabling higher availability...
Instructional Video1:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Vertical Scaling - Scale Up

Higher Ed
In this video, we explore vertical scaling techniques, including upgrading hardware components and increasing server capacity. We will discover how scaling up enables a single server to handle larger workloads and improves overall...
Instructional Video4:18
Curated Video

Design Microservices Architecture with Patterns and Principles - What Are Container Orchestrators?

Higher Ed
This video explains container orchestrators in microservices deployments, how container orchestrators, such as Kubernetes, help in managing and coordinating containerized applications across a cluster of machines.
<
br/>
This clip...
Instructional Video4:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management

Higher Ed
This video introduces microservices data management. It covers the importance of data management in microservices architecture and highlights the challenges and considerations involved in managing data across multiple services.
<
br/>...
Instructional Video4:23
Curated Video

Design Microservices Architecture with Patterns and Principles - Stateless and Stateful Application Horizontal Scaling

Higher Ed
This video discusses the differences between stateless and stateful applications and explores the challenges and considerations involved in horizontally scaling both types of applications, the approaches and techniques for scaling...
Instructional Video4:30
Curated Video

Design Microservices Architecture with Patterns and Principles - The Scale Cube

Higher Ed
This video presents the Scale Cube model, a conceptual framework for scaling applications in three dimensions: X-axis scaling (horizontal duplication), Y-axis scaling (functional decomposition), and Z-axis scaling (data...