Instructional Video5:21
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 04-Understanding the AOP Terminology - Pointcut, Advice, Aspect, and JoinPoint

Higher Ed
This video highlights various AOP terminologies, such as Pointcut, Advice, Aspect, and JoinPoint. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video13:46
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Developing End-to-End TestCase to Automate the E-commerce GreenKart Application

Higher Ed
This video demonstrates how to develop TestCase to automate the e-commerce GreenKart application. This clip is from the chapter "Synchronization in Selenium Web Driver" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video1:59
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Planning the Next Steps with Paid Domain

Higher Ed
In this video, we'll be planning the next steps with a paid domain. This clip is from the chapter "Custom Domain with Free Hosting" of the series "SSL Complete Guide 2021: HTTP to HTTPS".This section will help you create a custom domain...
Instructional Video5:47
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - XSRF mitigation - The referer, origin header and the challenge response

Higher Ed
Cross Site Request Forgery: XSRF mitigation - The referer, origin header and the challenge response This clip is from the chapter "Cross Site Request Forgery" of the series "Web Security: Common Vulnerabilities And Their Mitigation".We...
Instructional Video9:20
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - The direct object reference attack - do not leak implementation details

Higher Ed
Direct Object Reference: The direct object reference attack - do not leak implementation details This clip is from the chapter "Direct Object Reference" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this...
Instructional Video2:53
Espresso Media

Following the Art Trail of Vincent van Gogh in Southern France

9th - 12th
This video explores the art trail of Vincent van Gogh in Southern France. The video showcases the quaint cafes and streets that Van Gogh painted and the places where he lived and stayed during his time in Southern France.
Instructional Video12:51
Curated Video

Understanding the External Environment: Factors Impacting Businesses Beyond Control

Higher Ed
This video provides an overview of the external factors, such as political, economic, social, technological, legal, and environmental impacts that can affect a business from outside of its control. The speaker explains through examples...
Instructional Video11:50
Curated Video

Laws of Logarithms: Understanding and Application

Higher Ed
The video is a lecture presentation on the laws of logarithms. The presenter explains the three laws of logarithms and their applications using examples. The video also covers key facts about logarithms and how to convert them between...
Instructional Video7:26
Packt

Customizing the Views Directory

Higher Ed
Web Servers: Customizing the Views Directory This clip is from the chapter "Web Servers" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about Web Servers.
Instructional Video5:01
Packt

Welcome to the Class!

Higher Ed
Welcome: Welcome to the Class! This clip is from the chapter "Welcome" of the series "The Complete Node.js Developer Course (3rd Edition)".This section will give a brief introduction to the course and its uses.
Instructional Video17:08
Packt

The Query String

Higher Ed
Accessing API from Browser: The Query String This clip is from the chapter "Accessing API from Browser" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn how to access API from Browser
Instructional Video3:06
Curated Video

API Testing with Postman - Capture API Requests with the Postman Proxy

Higher Ed
Use the Postman proxy to directly add API requests captured from network traffic. • Show how to setup a proxy on the computer • Show how to use that proxy in Postman • Walk through an example of using it This clip is from the chapter...
Instructional Video3:27
Brian McLogan

Algebra 2 - Factoring a trinomial by first factoring out the gcf, 4p^2 + 4p - 24

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video18:04
Curated Video

The Modern JavaScript Bootcamp (2019) - The Edit Note Page: Part II

Higher Ed
In this video, you’re going to learn how to pass an id between pages. This is going to allow us to tell the edit page which note we want to edit. This clip is from the chapter "Data Storage, Libraries, and More" of the series "The Modern...
Instructional Video18:27
Curated Video

The Modern JavaScript Bootcamp (2019) - Setting up the Notes Theme: Part I

Higher Ed
In this video, you'll start to set up the theme for the note-taking application. This clip is from the chapter "App Themes" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll create an App theme.
Instructional Video17:26
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Click! The App Part 3

Higher Ed
In this video, we will build Click! The App part 3. This clip is from the chapter "Click! The App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the Click! The App.
Instructional Video6:50
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - The Theory Behind Reverse Shell

Higher Ed
This video discusses the theory behind the reverse shell session. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video4:49
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 06-Using the @Around Advice to Implement Performance Tracing

Higher Ed
This video demonstrates how to use the @Around advice to implement performance tracing. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Instructional Video4:05
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 04-Disadvantages of the Get Parameters

Higher Ed
This video focuses on the disadvantages of the Get parameters. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Instructional Video3:57
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 02-Theory - Play Time - Trying to Break the Code

Higher Ed
This video focuses on the various ways to break the code. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section provides an...
Instructional Video1:18
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Overview of the Current Setup

Higher Ed
In this video, we'll cover an overview of the current setup. This clip is from the chapter "Cloudflare with Free TLS Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll use Cloudflare's free TLS...
Instructional Video27:00
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Click! The App Part 2

Higher Ed
In this video, we will build Click! The App part 2. This clip is from the chapter "Click! The App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the Click! The App.
Instructional Video8:02
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 23 - Mixing the XML Context with a Component Scan for Beans Defined with Annotation

Higher Ed
This video demonstrates how to mix the XML context with a component scan for beans defined with annotation. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java...
Instructional Video4:53
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Session hijacking - count the ways

Higher Ed
Session Management: Session hijacking - count the ways This clip is from the chapter "Session Management" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we look into security threats like...