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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook
In this lesson, you will learn about the React State hook component and how to implement it in our project. We will understand a hook, a function provided by React; they start with the word "use".
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Components, Props, and Callbacks
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Props in React
In this lesson, you will learn more about props or properties used in React. Here, the properties are transferred from the parent component to the child component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Why Components?
This video elaborates on functional components because the React program encourages using functional components.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Functional Components in React
In this video, we will understand how to introduce functional components to load data into our React project, the basic calculator.
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Showing a Confirmation Dialog Before Deleting
In this video, you will learn how to show a confirmation dialog before deleting. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Fetching Data from the Admin Panel
In this video, you will learn how to fetch data from the admin panel. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section,...