Curated Video
Samurai for Kids | Bedtime History
Discover the legendary world of samurai in this captivating video! Journey back to feudal Japan and explore the fascinating lives of these elite warriors who lived by the code of Bushido. Learn about their rigorous training, the...
Wonderscape
Flight Dynamics: Understanding Air Pressure and Lift
Delve into the principles of flight dynamics, focusing on the relationship between air pressure and lift. Discover how Bernoulli's principle influences the design of airplane wings, creating the necessary conditions for lift to occur....
Curated Video
Pareto Principle [The 80/20 Rule Explained]
The Pareto Principle, also known as the 80/20 rule, states that often 20% of the causes create around 80% of the outcomes while the remaining causes are responsible for the rest. Discovered by the Italian economist Vilfredo Pareto, the...
Wonderscape
Embracing Diversity: Practical Steps Toward Multiculturalism
This video explores actionable ways to promote multiculturalism and dismantle systemic barriers. Learn how activism at various levels, from government lobbying to local community efforts, aims to create a more equitable society. Discover...
Curated Video
Miniaturization Marvels: From LEDs to OLEDs
Discover the transformative journey of lighting technology from Thomas Edison's incandescent bulbs to today's ultra-efficient LEDs and groundbreaking OLEDs. This video explains the evolution of light sources, their impact on energy...
Curated Video
Revolutionizing Music: The Future of Instruments
Dive into the world of futuristic musical instruments where traditional boundaries are redefined. Explore the 3DVarius, an electric violin crafted through 3D printing, and the Dualo, an intuitive synthesizer that makes learning music...
Curated Video
From Grain to Flour: Milling Through the Ages
Explore the journey of wheat as it transforms into flour, a staple in our diets. From ancient windmills to modern industrial mills, learn about the evolution of flour milling. This segment details the entire process, highlighting both...
Curated Video
Building Microservices API in Go - Introduction to Hexagonal Architecture
In this video, we will explore the principles and concepts of hexagonal architecture, including ports and adapters, and how it can be used to design flexible and maintainable applications in Go. This clip is from the chapter "Application...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - BigDecimal Exercises - Simple Interest Calculation
In this video, you will learn about BigDecimal exercises—simple interest calculation.
Curated Video
Debunking Gender Stereotypes: Exploring the Science of Gender Differences in Behavior
Explore the science behind common gender stereotypes related to driving, sense of direction, and intuition. Through experiments and expert insights, discover whether these stereotypes hold any scientific validity. This video examines how...
Curated Video
A Detailed Guide to the OWASP Top 10 - #4 Insecure Design Prevention
This video explains how to prevent insecure design when developing software.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Principle of Least Privilege
One of the biggest and most common mistakes made in security management is granting too many permissions to a user. The principle of least privilege can assist in preventing this and it is covered in this video.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Oracle Database Administration from Zero to Hero - Applying the Principle of Least Privileges
In this video, we will discuss the importance of applying the Principle of Least Privileges in Oracle databases. You will understand the concept and best practices for granting minimal privileges to users. This clip is from the chapter...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design principles - SOLID
This video introduces the SOLID principles, a set of design principles that guide the development of robust and maintainable software systems. We will explore each principle—Single Responsibility, Open-d, Liskov Substitution, Interface...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with Fan-Out Publish/Subscribe Messaging
This video showcases the design considerations and implementation of a microservices architecture using the fan-out publish/subscribe messaging pattern and explores how this pattern can enhance the scalability and flexibility of...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Microservices Architecture?
In this video, we will gain a deeper understanding of microservices architecture as an architectural style that structures an application as a collection of loosely coupled services. We will discover the principles of service isolation,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles - Separation of Concerns (SoC)
In this video, we will dive into the design principle of separation of concerns (SoC). You will learn to identify and separate different concerns within our software system, allowing for better maintainability, reusability, and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI
Here, let's apply the principles of KISS and YAGNI to design the architecture of an e-commerce application using the monolithic approach. We will emphasize simplicity, avoiding unnecessary complexity and implementing only the essential...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY
In this video, dive into essential design principles for monolithic architecture, including KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and DRY (Don't Repeat Yourself). We will understand how these principles guide...
Curated Video
Design Microservices Architecture with Patterns and Principles - The Shared Database Anti-Pattern and Polyglot Persistence
This video discusses the shared database anti-pattern, where multiple microservices share the same database and highlights the challenges and drawbacks of this approach, such as tight coupling, data conflicts, and scalability...
Curated Video
Design Microservices Architecture with Patterns and Principles - Polyglot Persistence Principle in Microservices
The video explains the concept of polyglot persistence in microservices, which advocates using different databases for different microservices based on their specific needs and explores the benefits of polyglot persistence. This clip is...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles - Dependency Inversion Principles (DIP)
This video introduces the Dependency Inversion Principle as a design principle for building loosely coupled and maintainable microservices architectures and discusses how applying DIP can facilitate effective asynchronous communication...