Instructional Video5:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Logarithm of Count

Higher Ed
In this video, we will explore how to calculate the count of elements using the logarithm function.
Instructional Video4:14
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Find Closest Title

Higher Ed
In this lesson, we will try to locate the nearest element to the search, and we will do this using functions.
Instructional Video4:09
Instructional Video6:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Occurrence Count

Higher Ed
In this video, you will learn how to count the number of occurrences of each element in content-based filtering.
Instructional Video5:12
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Missing Values

Higher Ed
In this lesson, we will develop a new data frame for our content-based filtering for missing values.
Instructional Video1:47
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - How to Prevent Google Indexing from Happening

Higher Ed
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...
Instructional Video3:56
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Google Hacking: Finding SQL Syntax Errors

Higher Ed
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...
Instructional Video10:14
Instructional Video18:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed

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

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile TabButtons

Higher Ed
In this video, we will walk you through the process of designing and implementing custom Profile TabButtons.
Instructional Video14:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedView

Higher Ed
In this video, we will explore how to design and implement a FeedView in a mobile app.
Instructional Video11:57
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView

Higher Ed
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Instructional Video24:09
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1

Higher Ed
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...
Instructional Video13:14
Curated Video

The Art of Doing - Web Development for Beginners - Final CSS Project Part 1

Higher Ed
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...
Instructional Video13:09
Curated Video

The Art of Doing - Web Development for Beginners - Debugging an Issue

Higher Ed
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...
Instructional Video6:56
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteCustomer Action Method

Higher Ed
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...
Instructional Video4:09
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Edit Home Controller Index View

Higher Ed
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...
Instructional Video4:05
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Controllers Folder

Higher Ed
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...
Instructional Video18:03
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - State Management (Session State)

Higher Ed
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...
Instructional Video22:02
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management

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

ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response

Higher Ed
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...
Instructional Video9:47
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Realizing Instances and Decimation

Higher Ed
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.
Instructional Video5:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method

Higher Ed
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...
Instructional Video9:22
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - I

Higher Ed
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...