Instructional Video6:59
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Extend Your Jenkins Job

Higher Ed
This video shows how to extend the job created in video 2.3.
Instructional Video5:37
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Anagrams and Mutations in JavaScript

Higher Ed
In this video, you will learn about anagrams and mutations in JavaScript. Anagrams are words that have the same letters but are arranged differently, while mutations are changes in a word by altering, adding, or deleting letters.
<
br/>...
Instructional Video3:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, you will go through the very common type of interview question asked to sort and order numbers into an array with JavaScript.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate"...
Instructional Video3:38
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Truncate in JavaScript Overflow Subscriptions

Higher Ed
In this video, we will discuss the solution to the exercise on how to truncate in JavaScript overflow subscriptions from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate"...
Instructional Video4:27
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Using the IndexOf in the King’s Court RPG - Example I

Higher Ed
In this video, you will see the first example of using the IndexOf in the King’s Court RPG.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero -...
Instructional Video4:13
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Building Out the Course Template on CodeSandbox

Higher Ed
This video will walk you through building out the course template on CodeSandbox, providing step-by-step guidance on how to create a web application.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series...
Instructional Video3:37
Curated Video

Vue.js 3 and Firebase for Beginners - Options or Composition?

Higher Ed
In this video, we will look at the Options API and the Composition API in Vue 3. The Composition API provides a functional and reusable way of organizing your code, while the Options API provides a traditional object-oriented...
Instructional Video11:02
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write Functions in Solidity

Higher Ed
In this video, you will learn the basics of writing functions in Solidity, including function syntax, return values, and more.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity...
Instructional Video12:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Airflow with Serverless PySpark

Higher Ed
In this video, you will learn how to use Apache Airflow to orchestrate PySpark jobs on Dataproc.
<
br/>
This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on...
Instructional Video3:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Training Flow Using Python SDK

Higher Ed
In this lab video, you will learn how to create a model training flow using the Vertex AI Python SDK.
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and...
Instructional Video3:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Endpoint Deployment

Higher Ed
In this lab video, you will learn how to deploy a custom-trained machine learning model to a production environment using Vertex AI.
<
br/>
This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data...
Instructional Video3:28
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Monitoring and Spark UI

Higher Ed
In this video, you will learn how to monitor and debug PySpark jobs running on a Dataproc cluster.
<
br/>
This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing...
Instructional Video8:58
Curated Video

Vue.js 3 and Firebase for Beginners - Creating the Sign-In Form

Higher Ed
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.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
Instructional Video7:33
Curated Video

Vue.js 3 and Firebase for Beginners - Refs and Adding to Basket

Higher Ed
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.
<
br/>
This clip is from the chapter "Composition API" of the series...
Instructional Video12:44
Curated Video

Linux Crash Course for Beginners - 2023 - Basic Shell Scripts

Higher Ed
In this video, you will learn some basics commands of shell scripts such as echo, cut, awk, and more.
Instructional Video3:18
Curated Video

Linux Crash Course for Beginners - 2023 - Shell Scripting

Higher Ed
In this video, you will learn about shell scripting.
Instructional Video3:01
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Express Manifest and JSON Package File

Higher Ed
This video helps you with setting up the Express Manifest and JSON package file.
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with...
Instructional Video4:21
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - How Does NPM Run Dev Work in Next.js

Higher Ed
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.
Instructional Video5:54
Curated Video

Fundamentals of Secure Software - SKF Labs Demo

Higher Ed
This is a demo video of the SKF (Security Knowledge Framework) Labs.
Instructional Video2:51
Curated Video

Fundamentals of Secure Software - Cross-Site Scripting

Higher Ed
This video explains cross-site scripting.
Instructional Video2:30
Curated Video

Fundamentals of Secure Software - OWASP ZAP (Zed Attack Proxy)

Higher Ed
In this video, we will install and configure OWASP ZAP.
Instructional Video7:53
Curated Video

A Detailed Guide to the OWASP Top 10 - #3 Cross-Site Scripting Attacks

Higher Ed
This video explains another important client-side based attack, which is called the cross-site scripting attack.
Instructional Video5:44
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - AWS Batch

Higher Ed
Where can you turn to automatically run those slick scripts you have created for your AWS environment? Look no further than AWS Batch.
Instructional Video4:45
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Bypassing Web Application Firewalls Demo

Higher Ed
This is a demo video that shows 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...