Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate: Microservices Architecture with API Gateway Design
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Cloud Computing
This video is a brief introduction to cloud computing concepts. It outlines what cloud computing comprises, virtual instances, and system and networking resources.
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concepts with Real-World Examples
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - OOPS Concept Analogy
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concept Continued
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...
Curated Video
Structural Design Patterns in Modern C++ - Static Bridge
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...
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
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...
Curated Video
Structural Design Patterns in Modern C++ - Bridge Intent and Implementation Overview
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...
Packt
Structural Design Patterns in Modern C++ - Introduction to the Bridge Pattern
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...
Curated Video
Structural Design Patterns in Modern C++ - Bridge Implementation
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...
Curated Video
R Programming for Statistics and Data Science - Variance, standard deviation, and coefficient of variability
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...
Curated Video
Structural Design Patterns in Modern C++ - Shapes Hierarchy and Implementing the Line Class
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...
Curated Video
Structural Design Patterns in Modern C++ - Handle-Body
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...
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Bridge Design Pattern
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....
Curated Video
Structural Design Patterns in Modern C++ - Pros and Cons - Bridge Design Pattern
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...
The Art Assignment
Art I Can't Show You
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.
The Art Assignment
Explore variations of white. | Odili Donald Odita | The Art Assignment
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.
Curated Video
Core Java Programming Course- Abstraction
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.
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Introducing KTable
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...
Programming Electronics Academy
Understanding HIGH and LOW Arduino Pin States :: Open Source Hardware Group Arduino Tutorials
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 1
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - What Makes a Good Interface
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...