Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - How to Install AutoCAD 2D on Your PC
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...
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - How to Download AutoCAD 2D
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...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Demo
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...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Maintaining Windows
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...
Professor Dave Explains
Introduction to Transition Metal Catalysis
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...
Curated Video
ChatGPT for Creatives - Neural Text
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...
Curated Video
The Sweet Science: How Candy is Made
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....
Curated Video
Ancient Wisdom for Modern Food Preservation
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...
Curated Video
Generative AI Art for Beginners - DSNR Bot for Custom Prompts
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...
Great Big Story
From prank to practice, the unexpected journey of Liquid Ass
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.
Curated Video
Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ENV / 142
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.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Dashboard Actions
This video explains dashboard actions and how to enable them.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Provider / 125
The context API simplifies sharing of cart data between components. Create a new function called CartProvider and add the reducer.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart Interface / 123
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Toggle Dropdown (Hide) / 122
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Clear Filter / 114
This lesson demonstrates how to cover key concepts required to filter successfully and concisely.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Filter: Properties / 113
This lesson will teach us more about props or properties used in React. Here, the properties are transferred from the parent to child components.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Filter: Initial Product List / 112
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
React JS Masterclass - Go From Zero To Job Ready - Filter: Context and Reducers / 111
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Title / 110
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
React JS Masterclass - Go From Zero To Job Ready - Product Search / 109
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Individual Product Component / 106
You will learn tips and tricks for better searching using the debouncing technique, up, down, and clear, and developing a clear search feature.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API: Product List / 104
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.