Curated Video
5 Components of a Powerful Sales Attitude
A powerful sales attitude for any salesperson consists of five components. Let’s see what they are.
Curated Video
What is the Marketing Channel Mix? Promotion Channel Strategy
Channel Mix is the ratio at which you assign resources to the different ways of communicating about products. It is a strategic document that identifies each channel that can deliver your messages and the optimum blend that maximizes...
Curated Video
What is with Swift Trust? Accelerate Team Development
Swift Trust s a simple idea... How can you quickly build trust among strangers? If you are getting a group together and you need them to perform well as a team, quickly, then the Swift Trust framework can really help.
Curated Video
What is the Trust Equation? - Gravitas needs Trust
Before you gain gravitas, you need to acquire trust. And the best model for how to build trust, and for how we assess trustworthiness, is the Trust Equation. This is a simple representation of how trust is made up of four components. The...
Curated Video
Collaboration in Formula One: Developing Advanced Engine Oils for High Performance
This video explores the collaboration between Formula One team McLaren, automotive giant Mercedes, and Exxon Mobil in developing advanced engine oils and lubricants. It highlights the importance of lubricants in maximizing performance,...
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
Eurocopter's Success and Expansion in North America
Eurocopter is a leading helicopter manufacturer with a strong presence in North America. They provide commercial and homeland defense helicopters to various government agencies, including the US Coast Guard and law enforcement agencies....
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Infrastructure as a Service (IaaS) Overview
In this lesson, we will understand the first service model of cloud computing, the Infrastructure as a Service model.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Cloud Computing Service Models
This video is a general introduction to the three service models of cloud computing: IaaS, PaaS, and SaaS.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Key Terms: Stacks, Frameworks, and Languages (Part 1)
Let's understand full-stack languages, and try to figure out which is the most suitable for our requirements—Java, C#, Python, or PHP.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Exploring the Linode Cloud Manager
In this video, we will explore the Linode admin dashboard and look at the few available features on the dashboard.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 3
After completing all the lessons in the section, and ultimately implementing the project and testing out the project, this video provides a detailed recapitulation of the concepts learned in this project for the React app.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results
In this video, we will understand how to implement a search bar on the basket page. We will generate a couple of components that will aid us in inputting in a textbox and allow the page to search for the component based on the stored...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Context in React
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Layout
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description
In this lesson, we will understand the styled system, a collection of utility functions that adds style props to your React components and allows you to control styles based on criteria.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page
In this video, you will learn how to use the React-Router and its components to create a Single Page Application as a detail page.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fixing the Key Warning
Let's learn more about the "Each child in a list should have a unique key prop" warning, which happens in React when you create a list of elements without the unique key attribute.
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 - Styling the Game Board - Header and Footer
We will take the styling of the game board further, and instead of just the 16 circles, we will add a header and footer to the game board and improve its overall appearance.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Updating the Player Circle
Here, we will use the dynamic styles we created and learn to update the player circles with those styles to make the game more presentable.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Handling Callbacks
In this lesson, we will use the dynamic classes created in the previous video in callback functions to handle exceptions when running an Event function.