Instructional Video14:00
Curated Video

Burp Suite Unfiltered - Go from a Beginner to Advanced - Http Methods Exploitation (Repeater Ideas)

Higher Ed
This video explains HTTP methods exploitation by showing how to use the repeated tab more effectively.
Instructional Video7:11
Curated Video

Modern JavaScript from the Beginning - Second Edition - Constructor Functions

Higher Ed
In this video, we will introduce constructor functions and explain how they are used to create objects. We will also discuss the 'new' keyword and how it is used to instantiate objects from constructor functions. This clip is from the...
Instructional Video5:07
Curated Video

Modern JavaScript from the Beginning - Second Edition - More on Object Literals and this Keyword

Higher Ed
In this video, we will review object literals and the 'this' keyword. We will discuss how the 'this' keyword refers to the current object and how we can use it to access object properties. This clip is from the chapter "OOP -...
Instructional Video6:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP

Higher Ed
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP. This clip is from the chapter "OOP -...
Instructional Video2:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-OOP Section Intro

Higher Ed
In this video, we will introduce the topic of Object-Oriented Programming (OOP) and explain its importance in modern web development. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Instructional Video7:34
Curated Video

Modern JavaScript from the Beginning - Second Edition - Show Location on a Map

Higher Ed
In this video, you will learn how to show the location data on a map using the Google Maps API. You will also learn how to customize the map according to your needs. This clip is from the chapter "Web Browser APIs" of the series "Modern...
Instructional Video7:52
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove Elements

Higher Ed
This video covers how to remove an element from the DOM using JavaScript. It covers the removeChild() method. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video4:54
Curated Video

Modern JavaScript from the Beginning - Second Edition - Custom insertAfter() Challenge

Higher Ed
This video presents a coding challenge to create a custom function called insertAfter() that can insert an element after a specific element in the DOM. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript...
Instructional Video9:20
Curated Video

Modern JavaScript from the Beginning - Second Edition - DOM Selectors - Multiple Elements

Higher Ed
This video covers the different ways to select multiple elements in the DOM using JavaScript. It covers the getElementsByTagName(), getElementsByClassName(), and querySelectorAll() methods. This clip is from the chapter "DOM...
Instructional Video11:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM

Higher Ed
This video explains what the DOM is and how it works. It covers the concept of nodes and how they are used to represent the elements in an HTML document. The video also explains how JavaScript can be used to interact with the DOM. This...
Instructional Video15:35
Curated Video

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

Higher Ed
In this video, we will explore the Array.map method, which allows us to create a new array by applying a function to each element of an existing array. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the...
Instructional Video7:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array Challenges

Higher Ed
This video presents some challenges related to arrays and requires students to apply their knowledge of array methods and manipulation. This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video10:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Array Methods

Higher Ed
In this video, you will learn about some basic array methods in JavaScript, such as push(), pop(), shift(), unshift(), and splice(). This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video5:51
Curated Video

Modern JavaScript from the Beginning - Second Edition - Working with Numbers

Higher Ed
In this video, we will cover the basics of working with numbers in JavaScript. We will explore number literals, operators, and common methods for working with numbers. This clip is from the chapter "Variables, Data Types, Methods, and...
Instructional Video1:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-The Document Object Model

Higher Ed
This video introduces this section, which covers the topic of DOM (Document Object Model) manipulation. The video gives an overview of what the section will cover and what the viewer can expect to learn. This clip is from the chapter...
Instructional Video1:03
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Loops and High Order Array Methods

Higher Ed
In this video, we will introduce this section and discuss what will be covered. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video5:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Global and Function Scope

Higher Ed
Here, you will learn about global and function scope, and how JavaScript handles variable declarations within these scopes. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video12:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Spread Operator and Methods

Higher Ed
This video explains how to use the object spread operator and several object methods in JavaScript, such as Object.assign(), Object.keys(), and Object.values(). This clip is from the chapter "Arrays and Objects" of the series "Modern...
Instructional Video10:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Nesting, Concat and the Spread Operator

Higher Ed
In this video, you will learn how to nest arrays and use the concat() and spread operator to manipulate arrays. This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video9:03
Curated Video

Modern JavaScript from the Beginning - Second Edition - Date Methods and DateTimeFormat API

Higher Ed
In this video, we will continue our exploration of the Date object in JavaScript, focusing on some of the built-in methods for working with dates and times. We will also cover the new Intl.DateTimeFormat API, which provides a powerful...
Instructional Video6:02
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Math Object

Higher Ed
In this video, we will explore the Math object in JavaScript, which provides a set of built-in methods for performing mathematical operations. We will cover common methods such as round, ceil, floor, random, and more. This clip is from...
Instructional Video7:46
Curated Video

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

Higher Ed
In this video, we will cover the basics of JavaScript. We will discuss what is JavaScript used for and understand why we should learn JavaScript. This clip is from the chapter "Course Introduction" of the series "Modern JavaScript from...
Instructional Video10:55
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dealing with Missing Values

Higher Ed
Let's look at the first step involved in the data cleaning process, which is filling or removing missing values from a dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video5:04
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - String Object Methods in Rust

Higher Ed
In this video, you will learn about the different methods available on the String object in Rust and how to use them effectively in your programs. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming...