Instructional Video5:38
Curated Video

Mean, Median, Mode, and Range GCSE Questions

3rd - Higher Ed
This video covers some mean, median, mode, and range GCSE exam practice questions. Answers are provided.
Instructional Video3:03
Curated Video

Linux Network Administration - Network Components

Higher Ed
This video explains the network components in Linux, which helps in building or installing Linux machines.
Instructional Video17:06
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Personal Cybersecurity - What I Do

Higher Ed
In this video, the author talks about the necessary steps that he takes to keep himself and his data safe from malware and hackers. This clip is from the chapter "Introduction" of the series "The Absolute Beginners Guide to Cybersecurity...
Instructional Video4:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Network Interfaces (ENIs)

Higher Ed
Virtual servers need virtual network interfaces. In AWS, these interfaces are called Elastic Network Interfaces (ENIs). This video introduces the concept and use of ENIs.
Instructional Video5:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Ready, Set, Go

Higher Ed
This video demonstrates how to create a free AWS account, the prerequisites for the setup, and the many free-tier services available from AWS.
Instructional Video6:56
Curated Video

The Digital Divide: Navigating Modern Technologies

6th - Higher Ed
Explore the impact of digital tools like smartphones, credit cards, and the internet through a challenge between Pierre, who uses traditional methods, and Christian, who uses digital solutions, to complete everyday tasks in Paris. This...
Instructional Video8:01
Curated Video

React JS Masterclass - Go From Zero To Job Ready - ENV / 142

Higher Ed
After completing all the lessons in the section, 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 Video9:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Context and Reducers / 124

Higher Ed
In this tutorial, we will use useReducer and useContext to maintain a global state available throughout the project and the state variable.
Instructional Video14:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart Interface / 123

Higher Ed
The shopping cart page is designed to allow buyers to see all the products they have added to the shopping cart. It contains a detailed list of products.
Instructional Video19:12
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API: Product List / 104

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 Video10:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101

Higher Ed
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.
Instructional Video19:45
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 099

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that add style props to your React components and allow you to control styles based on criteria.
Instructional Video11:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094

Higher Ed
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.
Instructional Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Slice and Action / 092

Higher Ed
A "slice" is a collection of Redux reducer logic and actions for a single feature in your app, typically defined together in a single file.
Instructional Video15:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Introduction

Higher Ed
Redux is an open-source JavaScript library used to manage application state. React uses Redux for building the user interface.
Instructional Video25:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Reducer / 088

Higher Ed
After creating a ledge for the basket page, you will now learn to add functionality to the basket and start receiving items from the product list and the function buttons to work.
Instructional Video16:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Context / 087

Higher Ed
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Instructional Video16:32
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Components / 082

Higher Ed
After creating a ledge for the basket page, you will now learn to add functionality to the basket and start receiving items from the product list and the function buttons to work.
Instructional Video17:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-1

Higher Ed
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate project.
Instructional Video17:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Component Level Styling / 021

Higher Ed
After exploring index.css, we will look at the component-level styling. We will understand the structure of a component that involves styling.
Instructional Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Pages / 083

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 Video6:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: Project Setup

Higher Ed
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Instructional Video10:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Movie List Structure / 068

Higher Ed
In this video, we will create the homepage for the Cinemate project and we will define the appearance of the movie list structure on the project.
Instructional Video12:56
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header and Hero Section/ 208

Higher Ed
We will take the project styling further, and look at creating the separate header and Hero sections. The Hero section will have a tagline and subtitle and then the other section with the cards and other components.