Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: ICM
In this lesson, you will learn about the item-context matrix, a list of items and attributes in the recommender system.
Curated Video
Fundamentals of Secure Software - Running a ZAP Scan
In this video, we will run a ZAP scan.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Fuzzing with Burp Suite Intruder Overview
This video provides you with an overview of Fuzzing with the help of Burp Suite Intruder. This clip is from the chapter "Fuzzing with Burp Suite Intruder" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...
Professor Dave Explains
Late Modern Philosophy Part 1: The Roots of Continental Philosophy
Modern philosophy began to approach its final stages in the early 19th century as two important groups began to form. These are the continental and analytic traditions, and these two groups will guide our investigation for the next...
Curated Video
ChatGPT and DALL-E: Sell Your Creative Thinking with AI - Limitation 6: AI Works in a Vacuum
In this video, we will discuss the limitation that generative AI works in a vacuum and does not have an understanding of the broader cultural or social context in which it's used. This clip is from the chapter "When (And When Not) to Use...
Professor Dave Explains
Late Modern Philosophy Part 2: The Roots of Analytic Philosophy
We just introduced continental philosophy, so let's take a look at the analytic tradition that arose around the same time, as the modern era was drawing to a close. Of the two schools, this was the one more concerned with philosophy of...
Curated Video
ChatGPT for Creatives - How to Talk to Chat GPT
In this video, as we get started with using ChatGPT, we will explore how to create prompts the right way and understand the guidelines shared by the AI to write effective prompts. It discusses clarity, specificity, tone, close/open-ended...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Server-Side Validation with AddCustomer View
AddCustomer view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. The application is run at the end of the video to demonstrate server-side validation in action. This...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Non-Member Strategy Pointer
In this video, we will see one more alternative to the strategy pattern, where the pointer is passed as an argument into the function, instead of being a member of the class. This clip is from the chapter "Strategy" of the series...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Example-1
In this video, we will go through one of the basic examples of strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Example-2
This video explains a basic example of the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-State
This video provides an introduction to the State design pattern and helps find the state of the object. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design...
Curated Video
Behavioral Design Patterns in C++ - Boolean Evaluator
This video explains the Boolean Evaluator. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Methods for States - I
This video demonstrates another approach—methods for state approach that can be implemented in the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Interpreter
This video talks about the pros and cons of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Interpreter
This video explains the basic implementation of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Interpreter
This video provides an introduction to the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cart: Context and Reducers / 124
In this tutorial, we will use useReducer and useContext to maintain a global state available throughout the project and the state variable.
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 - Project Structure / 091
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Context / 087
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 086
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.