Instructional Video3:25
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch All Tweets

Higher Ed
In this video, we will be implementing the functionality to fetch all tweets from the database using Mongoose and Express.js.
Instructional Video5:57
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetching a Specific User

Higher Ed
In this video, you will learn how to fetch a specific user using their ID, and send back only the necessary user data.
Instructional Video6:27
Curated Video

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

Higher Ed
In this video, you will learn how to implement a secure endpoint for deleting a user, including verifying the user's identity, deleting all of the user's tweets, and using proper error handling.
Instructional Video5:27
Curated Video

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

Higher Ed
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Instructional Video8:09
Curated Video

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

Higher Ed
In this video, we will go over how to fetch all users from the MongoDB database using Mongoose and Express, and display them in our app.
Instructional Video12:20
Curated Video

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

Higher Ed
DELETE requests are an essential part of any application that involves user-generated content; in this video, we will walk through how to structure and implement this functionality in your own projects, and offer guidance on how to...
Instructional Video9:36
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - User Interface (UI)

Higher Ed
This video talks and demonstrates the User Interface (UI) part.
Instructional Video12:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE and DELETE Requests

Higher Ed
UPDATE and DELETE requests are essential tools for managing data in web applications; in this video, we will walk through how to structure and implement these requests in your own projects.
Instructional Video8:20
Curated Video

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

Higher Ed
In this video, we will take a closer look at GET requests and how they function, as well as some best practices for implementing them in your web applications.
Instructional Video10:16
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Note Model and POST Request

Higher Ed
In this video, we will explore the Note model and POST request in depth, including how they work and how to use them effectively in your programming projects.
Instructional Video6:51
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - More Advanced Testing with Sqlmap Demo

Higher Ed
This is a demo video of more advanced testing with Sqlmap.
<
br/>
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...
Instructional Video19:01
Curated Video

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

Higher Ed
In this video, we will be discussing how to implement the ImageUploader in our SwiftUI Twitter Clone app.
Instructional Video25:11
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Hacking a Static Template

Higher Ed
This video explains the hacking of a static template in AngularJS.
<
br/>
This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on...
Instructional Video18:13
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Template Injection and $scope Hacking – Part 2

Higher Ed
This is the second of the two-part video that demonstrates Template Injection and $scope Hacking that uses AngularJS.
<
br/>
This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert ...
Instructional Video10:21
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - HTTP Parameter Pollution – Part 2

Higher Ed
This is the second of the two-part video that bypasses the authorization and helps you demonstrate the HTTP Parameter Pollution.
<
br/>
This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the series "Web...
Instructional Video6:03
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - HTTP Parameter Pollution – Part 1

Higher Ed
This is the first of the two-part video that talks about the root cause of the problem in the browser where we can use this HTTP Parameter Pollution.
<
br/>
This clip is from the chapter "Full-Stack Attacks on Modern Web...
Instructional Video10:52
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Exploiting Race Conditions – Case 2

Higher Ed
This video explains exploiting race conditions for case 2. Here, you would be looking at how the hackers re-use one-time discount code.
<
br/>
This clip is from the chapter "Exploiting Race Conditions in Web Applications" of the...
Instructional Video8:35
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Exploiting Race Conditions – Case 1 (Part2)

Higher Ed
This is the first of the two-part video on exploiting race conditions for case 2. Here, you would be looking at how the hackers use another race conditions for stealing money from a bank.
<
br/>
This clip is from the chapter...
Instructional Video11:29
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Exploiting Race Conditions – Case 1 (Part1)

Higher Ed
This is the first of the two-part video on exploiting race conditions for case 1. Here, you would be looking at how the hackers use multithreading conditions for stealing money from a bank.
<
br/>
This clip is from the chapter...
Instructional Video5:06
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Template Injection and $scope Hacking – Part 1

Higher Ed
This is the first of the two-part video that talks about the theoretical part of Template Injection and $scope Hacking that uses AngularJS.
<
br/>
This clip is from the chapter "Hacking AngularJS Applications" of the series "Web...
Instructional Video15:49
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Token Hijacking through PDF – Part 2

Higher Ed
This is the second of the two-part video that demonstrates token hijacking through PDF.
<
br/>
This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack...
Instructional Video8:13
Curated Video

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

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with query strings.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
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.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 -...
Instructional Video8:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Model Binding Introduction

Higher Ed
At the end of this video, you will have a fairly good understanding of the model binding concept.
<
br/>
This clip is from the chapter "Model Binding in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...