Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth Middleware
In this video, we will implement an authentication middleware that checks whether a user is authorized to access certain routes by verifying their JSON Web Token (JWT).
Professor Dave Explains
Introduction to Transition Metal Catalysis
After learning about the different kinds of organometallic reactions, we are ready to learn about transition metal catalysis. This is an incredible field that has pushed organic synthesis forward in leaps and bounds over the past 50...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 2
This is the second of the two-part video that demonstrates how to be prevented from the account takeover through Clickjacking. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the series "Web Hacking...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Subdomain Takeover – Part 2
This is the second of the two-part video that recaps what steps you have followed to take the control of the Subdomain. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the series "Web Hacking Expert...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - HTTP Parameter Pollution – Part 1
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. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Full-Stack Attacks on Modern Web Applications
This video introduces the section. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".null
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Exploiting Race Conditions in Web Applications
This video introduces the section. This clip is from the chapter "Exploiting Race Conditions in Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on exploiting race conditions in...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Hacking AngularJS Applications
This video introduces the section. This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on hacking AngularJS applications.
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - XSS through Image – Part 2
This is the second of the two-part video that demonstrates the XSS through Image. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Hacking Web Applications via PDFs, Images, and Links
This video introduces the section. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on hacking web...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Bypassing Content Security Policy in Modern Web Applications
This video introduces the section. This clip is from the chapter "Bypassing Content Security Policy in Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on bypassing Content...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction
This clip is from the chapter "Introduction to the Course" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section introduces the course.
Curated Video
The Art of Doing - Web Development for Beginners - For and While Loops
In this video, you will learn how to use for loops and while loops in JavaScript for different scenarios. We will explore the syntax, usage, and differences between for loops and for-of loops, as well as understand how while loops can be...
Curated Video
ChatGPT for Creatives - Tips and Techniques
In this video, you will learn about the tips and techniques of using ChatGPT as a novice, explore different suggestions and options, and act on the responses based on the suggestions as suitable.
Curated Video
ChatGPT for Creatives - WriterZen
In this video, the author talks about another AI tool called WriterZen, which is a writing assistant that helps in improving writing skills. It can check grammar, suggest vocabulary, and give feedback on the tone and style of the...
Curated Video
ChatGPT for Creatives - How to Set Up Your Own Curriculum
In this video, you will learn to set up a personalized learning curriculum that fits our goals and preferences. We will understand the importance of defining the learning objectives, breaking them into manageable chunks and prioritizing...
Curated Video
Tracing Giants: Discovering France's Dinosaur Legacy
Journey through France's prehistoric past as we uncover giant dinosaur footprints in the Jura Mountains and massive fossils in Charente. This video highlights the thrilling discoveries and ongoing research that reveal the immense scale...
Curated Video
The Sweet Science: How Candy is Made
Dive into the delectable world of candy making, where each piece is crafted with a blend of science and art. Discover how simple ingredients like sugar, gelatin, and citric acid are transformed into the chewy, fizzy treats we adore....
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Ticketing Systems
As a tech, you will almost certainly be dealing with tickets. Customers or employees run into technical issues all the time and it's important to prioritize and address the problems and solve them in a timely manner. This is where...
Curated Video
Generative AI Art for Beginners - Introduction
In this video, we will cover the course learning objective and give you a brief overview of the exciting world of AI-generated art. This clip is from the chapter "Generative AI Art" of the series "Generative AI Art for Beginners".null
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Order Class
In this video, you will see adding the validation attributes to the Order Model class. This is required for server-side validation of the Order form. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Template Method
This video demonstrates basic implementation of the template method pattern through coding. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Getting You Onboard
This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts regarding the course, you will touch base on JavaScript...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - I
This video explains the implementation of shape hierarchy with the help of the Visitor pattern. Here, you will implement classes representing the geometry of a line and a circle. This clip is from the chapter "Visitor" of the series...