Curated Video
The Modern JavaScript Bootcamp (2019) - JavaScript in the Browser
In this video, you’re going to run JavaScript in the browser. You’ll learn how to connect your script with your HTML, so your script runs when the pages load. This will allow you to create dynamic web apps as opposed to static websites....
Curated Video
The Modern JavaScript Bootcamp (2019) - Setting up the To-Do Theme: Part II
In this video, you'll finish setting up the theme for the to-do 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.
Curated Video
The Modern JavaScript Bootcamp (2019) - The Fetch API
In this lesson, you’re going to learn about the fetch API. The Fetch API provides a simpler alternative to XMLHttpRequest. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This...
Curated Video
The Modern JavaScript Bootcamp (2019) - The Class Syntax
In this video, you’re going to explore the class syntax. This is a newer language feature that makes setting up our constructors and methods a bit easier. This clip is from the chapter "Advanced Objects and Functions" of the series "The...
Curated Video
World of Computer Networking Your CCNA start - Responsibilities of the Router
This video explains the responsibilities of the router. This clip is from the chapter "Routing" of the series "World of Computer Networking: Your CCNA start".This section introduces you to routing.
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Making Function to Run the Attack
In this video, you'll learn to make functions to run your brute force attack. This clip is from the chapter "Developing a Brute Force Attacker" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section,...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Sending Messages Using the While Loop
In this video, you'll learn to send messages using the while loop. 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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Downloading Files from the Internet
This video teaches you how to securely download files from the Internet. 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...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Wrapping up the OWASP top 10 list
One last word: Wrapping up the OWASP top 10 list This clip is from the chapter "One last word" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, before wrapping up the author gives a quick...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 15-Redirecting to the Welcome Page-ModelMap and @RequestParam
This video demonstrates how to redirect your application to the Welcome page using ModelMap and @RequestParam. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class -...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 26 - Reading Values From the External Properties File
This video demonstrates how to read values from the external properties files. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 17 - Implementing the deleteById JPA Repository Method
This video demonstrates how to implement the deleteById JPA repository method. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class -...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 16 - Using the Component Scan to Scan for Beans
This video demonstrates how to use the component scan to scan for beans. This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 08-What is in the Background? - Understanding Spring Boot Autoconfiguration
This video provides an explanation of the Spring Boot autoconfiguration. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class - Java...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 01 - Setting Up a Project with JDBC, JPA, H2, and the Web Dependencies
This video demonstrates how to set up a project with JDBC, JPA, H2, and the web dependencies. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Current Setup and Planning the Next Steps
In this video, we'll be looking at the current setup and plan our next steps. This clip is from the chapter "Configuring NGINX Web Server and Installing TLS Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - Touring the Motherboard
A typical motherboard is covered with chips, slots, connectors and heatsinks. A good tech has a solid understanding what goes on a motherboard and the function of most if not all of the connections. This clip is from the chapter...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - What is the CompTIA A+?
CompTIA creates IT certifications that cover topics such as how to build and fix computers or how to secure businesses from internal and external threats. Every major IT manufacturer is part of CompTIA. The CompTIA A+ certification is a...
KnowMo
Equations of a Straight Line from Coordinates
This video provides a lecture on how to calculate the equation of a straight line using coordinates. The presenter explains the formula for a linear graph, which is Y = MX + C, where M is the gradient and C is the Y-intercept. The video...
Packt
Updating the Paid Endpoint
This video explains how to update the paid endpoint. This clip is from the chapter "Checkout Process-Part 2" of the series "MERN E-commerce from Scratch".This is the second part of a two-part section that explains the checkout process.
Packt
The Fetch API
Asynchronous JavaScript, Ajax & Fetch API: The Fetch API This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In this section, you will learn about asynchronous...
Curated Video
The Modern JavaScript Bootcamp (2019) - Adding Elements via the DOM
In this video, you’re going to learn how to add a new element to a web page via the DOM. This is useful when it comes to rendering a dynamic web page. You’ll be using this to render your application data such as the list of to-do items...
Curated Video
The Modern JavaScript Bootcamp (2019) - Introduction to the Terminal
In this video, you’ll learn how to use the terminal. We’ll cover some basic commands that’ll make it possible to run JavaScript files from our machines. This clip is from the chapter "Building Out Our App" of the series "The Modern...
Curated Video
World of Computer Networking Your CCNA start - Analyzing One of the Internet Protocol Version 4 (IPv4) Packets
This video demonstrates how to analyze one of the IPv4 packets. This clip is from the chapter "Internet Protocol (IP) Addressing and Internet Protocol (IP) Packets" of the series "World of Computer Networking: Your CCNA start".This...