Instructional Video11:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array.filter Method

Higher Ed
In this video, we will explore the Array.filter method, which allows us to create a new array with only the elements that pass a certain test. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series...
Instructional Video11:42
Curated Video

Machine Learning: Random Forest with Python from Scratch - Importing Data, Helper Functions

Higher Ed
Before creating a decision tree, we will first learn to import our dataset using Pandas. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video12:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Anagram Algorithm

Higher Ed
In this video, we will write a unit test for an anagram checking algorithm. We will use Jest to test our algorithm and ensure that it correctly identifies anagrams. This clip is from the chapter "Unit Testing Algorithms" of the series...
Instructional Video9:55
Curated Video

Modern JavaScript from the Beginning - Second Edition - Reverse String Algorithm

Higher Ed
In this video, we will write a unit test for a simple string reversal algorithm. We will use Jest to test our algorithm and make sure it works correctly. This clip is from the chapter "Unit Testing Algorithms" of the series "Modern...
Instructional Video3:28
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is Unit Testing?

Higher Ed
In this video, we will explain what unit testing is and why it's important. We will talk about the benefits of unit testing, the difference between unit testing and other types of testing, and the principles of good unit testing. This...
Instructional Video2:49
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction and What Are Algorithms?

Higher Ed
In this video, we will introduce the concept of algorithms and why they are important in programming. We will discuss what an algorithm is, the different types of algorithms, and why it's crucial to have good algorithms in software...
Instructional Video11:43
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage

Higher Ed
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests.
Instructional Video12:54
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Testing Workflow

Higher Ed
This video explains the different types of tests and implements the testing part of the CI workflow.
Instructional Video4:44
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - CI/CD

Higher Ed
This video explains continuous integration and continuous delivery in DevOps. This clip is from the chapter "DevOps" of the series "Web Development Concepts for Everyone".This video explains DevOps and cloud orchestration with Kubernetes.
Instructional Video2:05
Curated Video

Building Microservices API in Go - Getting Started

Higher Ed
In this video, we will cover the necessary tools required for developing REST-based microservices APIs in Go, including setting up your development environment and understanding the tools that will be used throughout the course. This...
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises

Higher Ed
In this video, you will learn advanced techniques for printing output to the console with Java. The video covers several exercises to help you practice and solidify your understanding of the concepts.
Instructional Video5:59
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Overtime

Higher Ed
In this video, we will focus on dealing with overtime scheduling in project management. We will discover strategies for managing and accounting for overtime hours within project tasks. This clip is from the chapter "Costs" of the series...
Instructional Video6:23
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Online Evaluation Techniques

Higher Ed
In this video, you will learn about the evaluation technique and focus on the online evaluation technique in this lecture.
Instructional Video2:12
Curated Video

Fundamentals of Secure Software - Penetration Testing

Higher Ed
This video explains penetration testing.
Instructional Video5:34
Curated Video

Fundamentals of Secure Software - DevSecOps

Higher Ed
This video explains the concept of DevSecOps.
Instructional Video9:22
Curated Video

Fundamentals of Secure Software - Introduction to OWASP Top 10

Higher Ed
This video is a high-level walkthrough of the OWASP Top 10 and other OWASP resources.
Instructional Video8:10
Curated Video

Fundamentals of Secure Software - Introduction to Application Security

Higher Ed
In this video, we will lay the groundwork for what an SDLC looks like.
Instructional Video7:15
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making Recommendations

Higher Ed
We will now perform some recommendations using the brute-force algorithms and then perform the indexing of our data.
Instructional Video4:40
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Demo

Higher Ed
This is a demo video of the basics of Sqlmap. 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 section focuses on how...
Instructional Video6:59
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - The Basics of Sqlmap Overview

Higher Ed
This video provides an overview of the basics of Sqlmap. 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 section focuses...
Instructional Video25:11
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Hacking a Static Template

Higher Ed
This video explains the hacking of a static template in AngularJS. This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on hacking...
Instructional Video14:05
Curated Video

Learn Azure Serverless Functions in a Weekend - Developing Azure Functions in Local Functions App

Higher Ed
This video helps you with developing Azure Functions in the local functions app. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Instructional Video10:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Fire Events and User Events / 153

Higher Ed
In this video, we will look at different events such as mouse clicks, mouse overs, mouse out, key down, and document load.
Instructional Video14:21
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Testing Structure / 151

Higher Ed
This is a continuation of how to connect to and communicate with a MariaDB database featuring a demo app and code samples.