Hi, what do you want to do?
Curated Video
The Complete Vue.js Course for Beginners - beforeCreate and created
In this video, we will look at beforeCreate and created, where beforeCreated hook is before an instance has been fully initialized whereas the created hook is after an instance is created.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?
In this video, we will talk about lifecycle hooks in Vue.js and how we can use them, and in which label we will work to instruct which method will be run first.
<
br/>
This clip is from the chapter "Understanding the Lifecycle Hooks...
<
br/>
This clip is from the chapter "Understanding the Lifecycle Hooks...
Curated Video
The Complete Vue.js Course for Beginners - Teleport Components
is a built-in component that allows us to "teleport" a part of a component's template into a DOM node that exists outside the DOM hierarchy of that component.
<
br/>
This clip is from the chapter "Advanced Concepts" of the series...
<
br/>
This clip is from the chapter "Advanced Concepts" of the series...
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the series "The...
<
br/>
This clip is from the chapter "Advanced Concepts" of the series "The...
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In...
<
br/>
This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In...
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the...
<
br/>
This clip is from the chapter "Advanced Concepts" of the...
Curated Video
The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js
In this video, we will create a child component and we will also discuss how we can pass data in between child components.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
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.
<
br/>...
<
br/>...
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...
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.
<
br/>
This clip is from...
<
br/>
This clip is from...
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...
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...
In this video, we look at the three factors that...
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.<b<br/>r/>
We'll look at the techniques to use when you are overloaded.
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.