Hi, what do you want to do?
Curated Video
Computing Volume of Rectangular Prisms Using Dimensions
In this video, the teacher explains how to compute the volume of a solid, specifically a rectangular prism, by using the dimensions and counting unit cubes. The lesson emphasizes the importance of efficiency and introduces a more...
Curated Video
Multi-Paradigm Programming with Modern C++ - Compile-Time Evaluation Using constexpr
Some expressions can be evaluated during compilation. This lets us improve performance, and also compute constants, which improves code readability.
• About constant expres
sions
• What code can become a
constexpr?
...
• About constant expres
sions
• What code can become a
constexpr?
...
Catalyst University
Series | The Ratio Test: Theory and 1 Example
Series | The Ratio Test: Theory and 1 Example
Brian McLogan
Geomtery 10 How to find the surface area of a rectangular prism
Geomtery 10 How to find the surface area of a rectangular prism
Brian McLogan
Why and how to the properties of logarithms work
👉 Learn how to condense logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the expanded...
Visual Learning Systems
Metric Conversions: Converting Between Metric Units
This program provides a conceptual foundation to help students understand how to convert between English and metric units of mass, volume, length, and temperature. The program also discusses how it is possible to convert between units of...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Resource Providers - Lab Activity
In this video, we will cover resource providers - lab activity.
r/>
This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and...
r/>
This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Section 5 Review
This video reviews Section 5.
r/>
This clip is from the chapter "Cost-Optimized Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section explains cost-optimized...
r/>
This clip is from the chapter "Cost-Optimized Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section explains cost-optimized...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Overview of Azure Services
In this video, we will cover an overview of Azure services.
r/>
This clip is from the chapter "Azure Services - An Overview" of the series "AZ-104: Microsoft Azure Administrator Full Course".In this section, we will cover a...
r/>
This clip is from the chapter "Azure Services - An Overview" of the series "AZ-104: Microsoft Azure Administrator Full Course".In this section, we will cover a...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Site Recovery
In this video, we will cover Azure site recovery.
r/>
This clip is from the chapter "Data Protection" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains data protection and its agenda along...
r/>
This clip is from the chapter "Data Protection" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains data protection and its agenda along...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Application and Deployment Services
This video explains the different application and deployment services and their importance.
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application Deployment" of the series...
r/>
This clip is from the chapter "Solutions Architect Chapter 11 – Amazon Web Services (AWS) Application Deployment" of the series...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Amazon Web Services (AWS) Services – Part 1
This video is the first part of the two-part video that allows you to explore the different AWS services by browsing the services list in the AWS console.
r/>
This clip is from the chapter "Solutions Architect Chapter 1 -...
r/>
This clip is from the chapter "Solutions Architect Chapter 1 -...
Brian McLogan
How to find the geometric mean between two numbers
Learn about the geometric mean of numbers. The geometric mean of n numbers is the nth root of the product of the numbers. To find the geometric mean of n numbers, we first multiply the numbers and then take the nth root of the product.
IDG TECHtalk
Using Cython to speed up Python
Cython allows math-heavy Python code to be transformed into C and run at many times its original speed. Here, we'll demonstrate graphically how this works.
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - What is Amazon Web Services (AWS)?
This video briefly introduces you to AWS. You will also learn its basic robust set of services.
r/>
This clip is from the chapter "Exam Tips and Tricks" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep...
r/>
This clip is from the chapter "Exam Tips and Tricks" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Introduction "Resilient Architectures"
This video introduces you to the section.
r/>
This clip is from the chapter "Resilient Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section introduces you to...
r/>
This clip is from the chapter "Resilient Architectures" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section introduces you to...
Curated Video
Dividing Whole Numbers by Fractions
In this video, the teacher explains how to divide a whole number by a fraction. They emphasize the importance of understanding the context of the division problem and using stories or real-life scenarios to make sense of the quotient.
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Resource Providers
In this video, we will cover resource providers.
r/>
This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module and...
r/>
This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module and...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure Pricing Calculator
In this video, we will cover Azure pricing calculator.
r/>
This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how...
r/>
This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course - Section 1 Review
This video reviews the topics learnt in section 1.
r/>
This clip is from the chapter "The Basics of Cloud with AWS" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section introduces...
r/>
This clip is from the chapter "The Basics of Cloud with AWS" of the series "AWS Certified Solutions Architect Associate (SAA-C02) Exam Prep Course".This section introduces...
Brian McLogan
Master determining the reference angle from a given angle
Master determining the reference angle from a given angle
Curated Video
Dividing Fractions by Whole Numbers
In this video, students learn how to divide a fraction by a whole number by putting the problem into context and interpreting the quotient. The teacher emphasizes the importance of understanding the story behind the division problem and...
Curated Video
Complete Modern C++ - Move Semantics - Implementation (C++11)
This video shows how to implement move semantics in a class.<br/<br/>>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.