Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Endpoint Deployment
In this lab video, you will learn how to deploy a custom-trained machine learning model to a production environment using Vertex AI. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Monitoring and Spark UI
In this video, you will learn how to monitor and debug PySpark jobs running on a Dataproc cluster. This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In...
Curated Video
Vue.js 3 and Firebase for Beginners - Creating the Sign-In Form
This video explains how to create a sign-in form to capture user details. This form is both dual use as it can be used for both sign in and sign up. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket
A ref is a wrapper for a value and in our case, the value is a pizza. In this video, we will use ref as a wrapper for our basket, which the user can add pizzas to. This clip is from the chapter "Composition API" of the series "Vue.js 3...
Curated Video
Linux Crash Course for Beginners - 2023 - Basic Shell Scripts
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Curated Video
Linux Crash Course for Beginners - 2023 - Shell Scripting
In this video, you will learn about shell scripting.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Express Manifest and JSON Package File
This video helps you with setting up the Express Manifest and JSON package file. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js
In this video, we will explore the process of running the "npm run dev" command in Next.js and how it helps facilitate a smooth development experience for building ChatGPT OpenAI projects.
Curated Video
Fundamentals of Secure Software - SKF Labs Demo
This is a demo video of the SKF (Security Knowledge Framework) Labs.
Curated Video
Fundamentals of Secure Software - Cross-Site Scripting
This video explains cross-site scripting.
Curated Video
Fundamentals of Secure Software - OWASP ZAP (Zed Attack Proxy)
In this video, we will install and configure OWASP ZAP.
Curated Video
A Detailed Guide to the OWASP Top 10 - #3 Cross-Site Scripting Attacks
This video explains another important client-side based attack, which is called the cross-site scripting attack.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Batch
Where can you turn to automatically run those slick scripts you have created for your AWS environment? Look no further than AWS Batch.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - Bypassing Web Application Firewalls Demo
This is a demo video that shows how to bypass web application firewalls. 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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Linux and macOS Permissions
While macOS and Linux lack NTFS's fine control of resources, they do still have permissions, and a good tech should understand how they work. Additionally, there are specific tools used to control permissions. This clip is from the...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through Polyglot File
This video explains bypassing CSP through polyglot file. 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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through ajax.googleapis.com
This video explains and demonstrates bypassing CSP through ajax.googleapis.com. This clip is from the chapter "Bypassing Content Security Policy in Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation...
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 - XSS through Image – Part 1
This is first of the two-part video that talks about the theoretical part as to how to attack the image. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert...
Curated Video
The Art of Doing - Web Development for Beginners - Using querySelector()
In this video, we will explore the querySelector method, which allows us to select elements using CSS selectors. You will learn how to use more complex selection options using querySelector and how it differs from getElementById. This...
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Project
In this video, we will code the "Guess My Number" project together, following the project requirements discussed in the previous video. We will implement the game logic step by step, utilizing functions to structure our code and make the...
Curated Video
The Art of Doing - Web Development for Beginners - JavaScript Variables: let, var, and const
In this video, we will explore how to declare variables using the let, var, and const keywords in JavaScript. We will discuss the differences between these keywords and learn when to use each one based on their scope and reassignment...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Scripting and the Terminal
Scripting can make tedious tasks more efficient, but there are several other reasons to use it as well. This video reviews the use cases for scripting, what can happen when scripting goes wrong, and a few other helpful tips. This clip is...