Instructional Video3:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with API Gateway Design

Higher Ed
This video focuses on the design and evaluation aspects of incorporating API gateways in microservices architectures. It discusses the best practices for designing API gateways, including considerations. This clip is from the chapter...
Instructional Video2:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Cloud Computing

Higher Ed
This video is a brief introduction to cloud computing concepts. It outlines what cloud computing comprises, virtual instances, and system and networking resources.
Instructional Video3:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java

Higher Ed
In this video, we will learn about abstract classes, which provide a blueprint for derived classes but cannot be instantiated. We delve into the concept of abstraction, where we focus on the essential features of an entity and hide the...
Instructional Video6:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concepts with Real-World Examples

Higher Ed
In this video, we will examine real-world examples that showcase the power of OOP and how OOP principles are employed in scenarios like modeling a banking system, creating a game, or designing a car rental application, giving valuable...
Instructional Video2:09
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - OOPS Concept Analogy

Higher Ed
In this video, we will understand OOP concepts by relating them to real-world analogies through practical examples and comparisons. We will also grasp the essence of concepts like encapsulation, inheritance, and polymorphism, making them...
Instructional Video5:03
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concept Continued

Higher Ed
In this video, we will build upon our knowledge of OOP concepts by exploring advanced topics such as abstraction, interfaces, and inheritance hierarchies and how these concepts enable code reuse, maintainability, and flexibility in Java...
Instructional Video4:06
Curated Video

Structural Design Patterns in Modern C++ - Static Bridge

Higher Ed
This video focuses on the static bridge. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn about handling...
Instructional Video5:08
Curated Video

Structural Design Patterns in Modern C++ - Single-Responsibility, Open-d, Liskov Substitution, Interface Segregation, and Dependency Inversion (S.O.L.I.D.) Principles - Part III

Higher Ed
This is the third part of the three-part video that explains the S.O.L.I.D principles. This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns...
Instructional Video3:43
Curated Video

Structural Design Patterns in Modern C++ - Bridge Intent and Implementation Overview

Higher Ed
This video explains the intent of the bridge pattern and presents an overview of the implementation of the pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This...
Instructional Video7:14
Packt

Structural Design Patterns in Modern C++ - Introduction to the Bridge Pattern

Higher Ed
This video introduces the bridge pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn about...
Instructional Video8:55
Curated Video

Structural Design Patterns in Modern C++ - Bridge Implementation

Higher Ed
This video explains how to implement the bridge pattern in the shape drawing application. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge...
Instructional Video6:12
Curated Video

R Programming for Statistics and Data Science - Variance, standard deviation, and coefficient of variability

Higher Ed
This video explains variance, standard deviation, and coefficient of variability. This clip is from the chapter "Exploratory Data Analysis" of the series "R Programming for Statistics and Data Science".This section explains exploratory...
Instructional Video5:23
Curated Video

Structural Design Patterns in Modern C++ - Shapes Hierarchy and Implementing the Line Class

Higher Ed
This video discusses the shape hierarchy and explains how to implement the line class. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge...
Instructional Video2:08
Curated Video

Structural Design Patterns in Modern C++ - Handle-Body

Higher Ed
This video discusses the handle-body idiom. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn about...
Instructional Video4:54
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Bridge Design Pattern

Higher Ed
This video presents a basic implementation example of the bridge pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern....
Instructional Video5:21
Curated Video

Structural Design Patterns in Modern C++ - Pros and Cons - Bridge Design Pattern

Higher Ed
This video explains the pros and cons of the bridge pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also...
Instructional Video7:21
Amor Sciendi

The Paintings of Fiona Rae

12th - Higher Ed
An explanation of Fiona Rae's Abstract Paintings
Instructional Video6:23
The Art Assignment

Art I Can't Show You

9th - 12th
Agnes Martin's minimal paintings reproduce terribly. Their magic does not come though in photos or videos. Guest host John Green discusses Martin's art anyway, how it brilliantly captures emotion itself, and why you should seek it out.
Instructional Video10:16
The Art Assignment

Explore variations of white. | Odili Donald Odita | The Art Assignment

9th - 12th
What is white? What is any color? Philadelphia-based abstract painter Odili Donald Odita talks with us about his work and offers us an assignment about color.
Instructional Video12:23
Curated Video

Core Java Programming Course- Abstraction

Higher Ed
This video explains abstraction. This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and abstraction in Java.
Instructional Video5:49
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Introducing KTable

Higher Ed
This lecture introduces you to the notion of KTable. This clip is from the chapter "KTable - An Update Stream" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about KTable. You will create your...
Instructional Video12:03
Programming Electronics Academy

Understanding HIGH and LOW Arduino Pin States :: Open Source Hardware Group Arduino Tutorials

Higher Ed
If you are just getting started with Arduino, you might be wondering what the heck all this HIGH and LOW stuff everyone is talking about really means. At first I just figured everyone using microcontrollers was just on some type of...
Instructional Video7:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 1

Higher Ed
Abstract classes are constructs that allow subtypes to share common state and behavior definitions, all while enabling polymorphism. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8...
Instructional Video3:09
Curated Video

Multi-Paradigm Programming with Modern C++ - What Makes a Good Interface

Higher Ed
Application programming interfaces are to programmer what UI is to the end user. Creating good interfaces improves modularity and promotes code reuse. • What is an API and why we need it? • What makes a good API? • How to design a good...