Instructional Video5:35
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - How to Install AutoCAD 2D on Your PC

Higher Ed
In this video, we will walk you through the process of installing AutoCAD 2D on your PC. You will learn step-by-step instructions on how to install the software, set up the required configurations, and activate your license. We will also...
Instructional Video2:23
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - How to Download AutoCAD 2D

Higher Ed
In this video, we will show you how to download AutoCAD 2D from the Autodesk website. You will learn the process of downloading the software and ensure that you have the correct version for your operating system. We will also provide...
Instructional Video4:40
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Demo

Higher Ed
This is a demo video of the basics of Sqlmap. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This section focuses on how...
Instructional Video3:14
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Maintaining Windows

Higher Ed
Software updates are crucial to maintaining a healthy system. An unpatched system can spell disaster to a network. Although Windows has made their update process relatively hands-free, there are still some things to take note of. This...
Instructional Video9:09
Professor Dave Explains

Introduction to Transition Metal Catalysis

12th - Higher Ed
After learning about the different kinds of organometallic reactions, we are ready to learn about transition metal catalysis. This is an incredible field that has pushed organic synthesis forward in leaps and bounds over the past 50...
Instructional Video6:55
Curated Video

ChatGPT for Creatives - Neural Text

Higher Ed
In this video, the author talks about an AI writing tool called Neural Text. It uses artificial intelligence to help writers generate content by suggesting sentences and phrases based on the input text. The author demonstrates how to use...
Instructional Video7:14
Curated Video

The Sweet Science: How Candy is Made

6th - Higher Ed
Dive into the delectable world of candy making, where each piece is crafted with a blend of science and art. Discover how simple ingredients like sugar, gelatin, and citric acid are transformed into the chewy, fizzy treats we adore....
Instructional Video9:14
Curated Video

Ancient Wisdom for Modern Food Preservation

6th - Higher Ed
Discover how our ancestors minimized food waste long before modern preservation techniques, with a journey to Chamerolles castle in the Loiret. Join Mac Lesggy and medieval cuisine specialist Fabian Muller as they explore traditional...
Instructional Video4:11
Curated Video

Generative AI Art for Beginners - DSNR Bot for Custom Prompts

Higher Ed
In this video, we will explore a Discord bot called DSNR, which can analyze your input and generate unique prompts based on your requirements. We will show you how to use this bot and provide some examples to help you get started. This...
Instructional Video2:09
Great Big Story

From prank to practice, the unexpected journey of Liquid Ass

12th - Higher Ed
Explore the quirky story of Liquid Ass, a prank fart spray that found an unexpected role in military medical training, helping prepare troops for real-world conditions.
Instructional Video7:25
Curated Video

Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture

Higher Ed
This video explains the transaction management system. You will look at the problem statement, do a requirement analysis, understand the application architecture, and the ways to implement it (steps to resolve the business problem of...
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 Video7:59
Curated Video

Learn Tableau by Working on Exciting Dashboards - Dashboard Actions

Higher Ed
This video explains dashboard actions and how to enable them.
Instructional Video13:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125

Higher Ed
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
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 Video3:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Toggle Dropdown (Hide) / 122

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Instructional Video5:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Clear Filter / 114

Higher Ed
This lesson demonstrates how to cover key concepts required to filter successfully and concisely.
Instructional Video38:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Properties / 113

Higher Ed
This lesson will teach us more about props or properties used in React. Here, the properties are transferred from the parent to child components.
Instructional Video11:41
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Initial Product List / 112

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 Video19:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Filter: Context and Reducers / 111

Higher Ed
Let's understand UserContext Hook, which makes it easy to pass data throughout your app without manually passing props down the tree, and UseReducer Hook, which allows for a more straightforward, predictable, and organized way to update...
Instructional Video7:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110

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 Video17:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Product Search / 109

Higher Ed
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Instructional Video16:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Individual Product Component / 106

Higher Ed
You will learn tips and tricks for better searching using the debouncing technique, up, down, and clear, and developing a clear search feature.
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.