Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Logarithm of Count
In this video, we will explore how to calculate the count of elements using the logarithm function.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Find Closest Title
In this lesson, we will try to locate the nearest element to the search, and we will do this using functions.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Fuzzywuzzy Implementation
You will learn to develop the two types of functions needed to make the recommender engine.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Occurrence Count
In this video, you will learn how to count the number of occurrences of each element in content-based filtering.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Missing Values
In this lesson, we will develop a new data frame for our content-based filtering for missing values.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - How to Prevent Google Indexing from Happening
This video demonstrates how to prevent Google Indexing from happening. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding SQL Syntax Errors
This video talks about how to find SQL syntax errors using Google Hacking. This clip is from the chapter "Web Application Security Testing with Google Hacking" of the series "Web Hacker's Toolbox - Tools Used by Successful Hackers".This...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Loops
This video talks about loops.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed
The UserProfile Feed is the heart of any Twitter Clone app's user profile page, showcasing the user's latest tweets, retweets, and other activities; in this video, we will show you how to create a responsive, dynamic UserProfile feed.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile TabButtons
In this video, we will walk you through the process of designing and implementing custom Profile TabButtons.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedView
In this video, we will explore how to design and implement a FeedView in a mobile app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1
This is the first of the two-part video that demonstrates the actual attack where you would take control of the account with the help of Clickjacking. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the...
Curated Video
The Art of Doing - Web Development for Beginners - Final CSS Project Part 1
In this video, we will dive into coding our index page and adding styles using the welcome_style.css file. Learn how to create a visually appealing layout and apply CSS styles to your web pages. This clip is from the chapter "CSS...
Curated Video
The Art of Doing - Web Development for Beginners - Debugging an Issue
In this video, we will solve the issue where we couldn't center-align an image in the Flexbox layout. You will learn how to troubleshoot and debug common layout issues in CSS and implement the necessary changes to achieve the desired...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method
This video explains the code to delete a customer from the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 - Build Hands-On Web...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Edit Home Controller Index View
We will edit the default Index view of the home controller in this video to customize it according to our needs. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Controllers Folder
This video discusses the Controller folder and its content (HomeController) when the project was created with the default Model-View-Controller project template. This clip is from the chapter "Coding Project Part 2: Consume the Web API...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - State Management (Session State)
In this video, you will learn, with code examples from a running project, to demonstrate state management with session state. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management
In this video, you will learn, with code examples from a running project, to demonstrate how cookies are used for state management. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response
In this video, the entire mechanism of generating an HTML response to a request as handled by the Razor Pages in an ASP.NET Core 3.1 application is discussed. This clip is from the chapter "Create and Take a Deep Dive into Your First...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Realizing Instances and Decimation
In this lesson, we will be using realizing instances to turn geometry nodes into mesh. This will result in a very high polygon count, meaning that we will need to use the decimation modifier in Blender to reduce the polygon count.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method
This is the video that explains the code for a DeleteOrder action method that deletes an order from the database. It does this without any confirmation of record deletion. This confirm delete view in the present project context is not...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - I
In this video, we will introduce a dynamic array that may be used in both single-threaded and multi-threaded applications. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you...