Instructional Video6:28
Curated Video

5 Components of a Powerful Sales Attitude

10th - Higher Ed
A powerful sales attitude for any salesperson consists of five components. Let’s see what they are.
Instructional Video5:42
Curated Video

What is the Marketing Channel Mix? Promotion Channel Strategy

10th - Higher Ed
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...
Instructional Video10:06
Curated Video

What is with Swift Trust? Accelerate Team Development

10th - Higher Ed
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.
Instructional Video7:32
Curated Video

What is the Trust Equation? - Gravitas needs Trust

10th - Higher Ed
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...
Instructional Video9:56
Curated Video

Collaboration in Formula One: Developing Advanced Engine Oils for High Performance

Pre-K - Higher Ed
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,...
Instructional Video4:02
Curated Video

The Making of the A380: Engine Alliance GP 7000

Pre-K - Higher Ed
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...
Instructional Video5:55
Curated Video

Eurocopter's Success and Expansion in North America

Pre-K - Higher Ed
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....
Instructional Video2:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Infrastructure as a Service (IaaS) Overview

Higher Ed
In this lesson, we will understand the first service model of cloud computing, the Infrastructure as a Service model.
Instructional Video2:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Cloud Computing Service Models

Higher Ed
This video is a general introduction to the three service models of cloud computing: IaaS, PaaS, and SaaS.
Instructional Video6:45
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Key Terms: Stacks, Frameworks, and Languages (Part 1)

Higher Ed
Let's understand full-stack languages, and try to figure out which is the most suitable for our requirements—Java, C#, Python, or PHP.
Instructional Video6:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Exploring the Linode Cloud Manager

Higher Ed
In this video, we will explore the Linode admin dashboard and look at the few available features on the dashboard.
Instructional Video2:52
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 3

Higher Ed
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.
Instructional Video14:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results

Higher Ed
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...
Instructional Video12:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State

Higher Ed
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...
Instructional Video9:01
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Context in React

Higher Ed
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.
Instructional Video5:32
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Layout

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Instructional Video3:15
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description

Higher Ed
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.
Instructional Video12:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Router - Detail Page

Higher Ed
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.
Instructional Video4:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fixing the Key Warning

Higher Ed
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.
Instructional Video10:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API

Higher Ed
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.
Instructional Video2:42
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary - 2

Higher Ed
This recapitulation video briefly summarizes our entire project and what concepts you have learned.
Instructional Video11:17
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Game Board - Header and Footer

Higher Ed
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.
Instructional Video17:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Updating the Player Circle

Higher Ed
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.
Instructional Video3:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Handling Callbacks

Higher Ed
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.