Hi, what do you want to do?
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Exploiting Race Conditions Case 1 (Part2)
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 condition for stealing money from a bank.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Exploiting Race Conditions Case 1 (Part1)
This is the first of the two-part video on exploiting race conditions for case 1. Here, you would be looking at how hackers use multithreading conditions for stealing money from a bank.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Fuzzing with Burp Suite Intruder Tips and Tricks
This video helps you with tips and tricks on Fuzzing with Burp Suite Intruder. You will learn some advanced tricks that can be used in your own projects as well.
<
br/>
This clip is from the chapter "Fuzzing with Burp Suite...
<
br/>
This clip is from the chapter "Fuzzing with Burp Suite...
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Bypassing Web Application Firewalls Overview
This video provides an overview of how to bypass web application firewalls.
<
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...
<
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Sender
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Follow and Unfollow Server-Side
In this video, you will learn about the process of following and unfollowing users on the server-side of our application.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Update Server-Side EditProfileView
In this video, we will update the server-side code for EditProfileView, which we have been working on in the previous videos. We will modify the Node.js backend to allow users to edit their profile information and update it in the database.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - FeedViewModel
In this video, we will cover the implementation of the FeedViewModel, which will handle the logic and data for displaying tweets in the Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function
This video focuses on the "Fetch User" function, which is a crucial part of any app that requires user authentication. In this video, you will learn how to retrieve user data from our backend database and use it in our application. We...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login Services
This video covers the login services for our full stack Twitter Clone app. You will learn how to authenticate a user and generate a JSON web token using Node.js and the JWT library.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Register User
This video will guide you through the process of implementing user registration functionality for your Twitter Clone app's backend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet
This video is all about implementing a "like" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Upload
In this video, you will learn how to add the ability to upload images to tweets in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweeting
In this video, you will learn how to create the API endpoint for posting tweets on our Twitter Clone app using Node.js, Express, and MongoDB.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Unfollowing
In this video, you will learn how to implement the "Unfollow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Presenting User Profile Images
In this video, the presenter shows how to present the user profile images in the app UI by creating a route to serve the static files.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Profile Image Upload
In this video, you will learn how to implement profile image upload functionality in your Twitter Clone app using Node.js and Express framework.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login
In this video, we will implement the user login functionality using Passport.js authentication.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create User
In this video, you will learn how to create a user and store it in our MongoDB database using Mongoose and Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create Notes with POST Requests
In this video, we will demonstrate how to use POST requests to create and store new notes in an API and provide guidance on best practices for structuring and managing this data.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Routers
In this video, we will create the notification routers for our Twitter Clone app. By the end of this video, we will have fully functional notification routes in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Unlike Tweet
This video is all about implementing a "Unlike" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Visualize
In this video, you will learn how to visualize tweet images in your Twitter Clone app. We will explore how to retrieve tweet images from the database and display them in the app's UI.