Curated Video
The Complete Vue.js Course for Beginners - Dynamic Components
Dynamic components is a Vue.js feature that enables users to dynamically render different components based on certain conditions or user interactions. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - Multiple Slots
In this video, we will look at multiple slots, study different slots, why we make them, and where they are used. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section,...
Curated Video
The Complete Vue.js Course for Beginners - Props and Non-Props Data
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits. This clip is from the chapter "Advanced Concepts" of the series "The...
Curated Video
Design Microservices Architecture with Patterns and Principles - Advantages and Disadvantages of GraphQL
In this video, we will assess the advantages and disadvantages of using GraphQL in microservices architectures. We will understand the benefits of increased flexibility and reduced network traffic, as well as the challenges of caching,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Helm Charts with Kubernetes for Microservices Deployments
This video focuses on Helm, a package manager for Kubernetes, and its usage in microservices deployments. It explains how Helm charts can be used to define, install, and manage microservices applications in a Kubernetes cluster. This...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Components
In this video, the various components of Kubernetes are explored, components such as the Kubernetes API server, kubelet, kube-proxy, and etcd. The video explains the role of each component in managing and maintaining the desired state of...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Architecture
This video provides an overview of the architecture of Kubernetes, the key components of Kubernetes, such as the control plane and worker nodes, and how they work together to manage and schedule containers. This clip is from the chapter...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kafka Components - Topic, Partitions, Offset, and Replication Factor
This video delves deeper into the key components of Apache Kafka. It explains topics as logical event streams, partitions for data distribution, offsets for message ordering, and replication factor for data redundancy and fault...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Characteristics
In this video, you will learn about the essential characteristics of microservices, including bounded context, single responsibility, scalability, resilience, and replaceability. We will understand how these characteristics contribute to...
Seven Dimensions
Ways to Increase your Emotional Intelligence
Ways to Increase your Emotional Intelligence is a video to help anyone improve their EQ. A person's IQ (Intelligence Quotient) is a measure of their ability to solve problems and think logically. EQ (Emotional Intelligence Quotient)...
Curated Video
The Making of the Boeing 747: A Milestone in Aviation History
This video provides a fascinating insight into the groundbreaking development and challenges faced in creating the iconic Boeing 747, which revolutionized commercial aviation. From building the world's largest factory to conducting...
Curated Video
Hackman and Oldham: Job Characteristics Model of Motivation
How do the characteristics of the task at hand affect motivation? This is the question that Hackman and Oldham tackle in their Job Characteristics model of motivation. In this video, we look at the three factors that contribute to the...
Curated Video
How to Handle Overload: When Time Management is Not Enough
What do you do when you objectively have too much to do in the time available? This is overload. We'll look at the techniques to use when you are overloaded.
Curated Video
Advancements in Aero Engine Design and Manufacturing Techniques
This video highlights the importance of engine design and manufacturing in the aviation industry. It showcases the advancements in technology and techniques used by MTU Aero Engines to improve engine performance, fuel efficiency, and...
Curated Video
The Making of the A380: Engine Alliance GP 7000
The A380, the largest jetliner ever built, will revolutionize air travel with its fuel efficiency, quiet operation, and reduced environmental impact. Powered by the Engine Alliance GP 7000, a collaborative effort between General...
Curated Video
Evolution of the BMW Williams FW 25: Constant Improvements for Racing Success
This video provides an inside look at the continuous research and development process behind the BMW Williams FW 25 Formula One car. With over 200,000 individual items designed and manufactured each year, the team constantly seeks even...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Categories
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Styled Components
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API
In this lesson, we will look at the Fetch API, a promise-based interface for fetching resources by making HTTP requests to servers from web browsers.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 2
This recapitulation video briefly summarizes our entire project and what concepts you have learned.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Initializing the Game
Here, we will use the component "didinitevent" to initialize the game on the game board using the React State hook. You will also learn to initialize the players of the game.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Lifecycle Events
This video illustrates a lifecycle event in React. It explains the different functions defined and invoked during an event and how the functions work to cause an effect on the event.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Game Circle - Event
In this video, we will create the game board component and define the Event() functions for the game.