Instructional Video12:34
Curated Video

The Modern JavaScript Bootcamp (2019) - Handling User Interaction

Higher Ed
In this video, you’ll learn how to handle user interaction. This will allow us to respond to things the user does like clicking a button or entering some text in a field. This clip is from the chapter "Javascript in the Browser" of the...
Instructional Video9:22
Curated Video

The Modern JavaScript Bootcamp (2019) - Looping Over Arrays

Higher Ed
In this video, you’re going to learn how to loop over arrays. This will allow you to do something for each item in your list, such as showing them to your users. This clip is from the chapter "Arrays" of the series "The Modern JavaScript...
Instructional Video8:50
Curated Video

The Modern JavaScript Bootcamp (2019) - Object References

Higher Ed
In this video, we’re going to explore what happens when we pass an object around our program. This clip is from the chapter "JavaScript Objects" of the series "The Modern JavaScript Bootcamp (2019)".An Object plays a vital role in...
Instructional Video15:46
Curated Video

The Modern JavaScript Bootcamp (2019) - Multiple Arguments and Argument Defaults

Higher Ed
In this video, we’re going to take a deeper dive into function arguments. You’ll learn how to set up multiple arguments and come up with default argument values if none is provided. This clip is from the chapter "JavaScript Functions" of...
Instructional Video3:54
Curated Video

Excel VBA Programming The Complete Guide - The Range.Resize Property

Higher Ed
The Range.Resize changes the size of a range based on the location of a single cell. It can be used to dynamically increase the size of a cell range in the vertical direction, horizontal direction, or both. This clip is from the chapter...
Instructional Video3:09
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int

Higher Ed
In this session, we will learn about behind the screens with functional interfaces - implement consumer Int. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video7:24
Curated Video

The Complete Excel Guide: Beginners to Advanced - Principal and Interest Payments

Higher Ed
The aim of this video is to explore principal and interest payments. This clip is from the chapter "Excel 2019 Advanced: Financial Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore...
Instructional Video9:46
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Implementing Page Objects Mechanism into Framework Tests

Higher Ed
This video explains how to implement page objects mechanism into framework tests. This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing...
Instructional Video1:52
Curated Video

Python 3 for Beginners: Introduction to Functions and Built-in Functions in Python

Higher Ed
This video explains the concept of functions in Python. It defines a function as a set of reusable code that performs an action and explains how it can be called or executed by its name. The video also covers the use of built-in...
Instructional Video2:55
Economics Explained

Do We Actually Want Affordable Housing: Is This Actually A Problem?

9th - Higher Ed
Housing is getting more expensive. Here's why. Helping you become more knowledgeable about how the world works, our content covers the biggest topics and headlines through the eyes of economists. The team explores a wide range of...
Instructional Video3:07
The Business Professor

Eminent Domain - Power to Take Property

Higher Ed
This Video Explains Eminent Domain - Power to Take Property
Instructional Video2:35
Curated Video

Learning D3.JS 5.0 8.2: Styling the Axis

Higher Ed
In this video, we will learn how to style an axis in order to improve its readability. • Add the ticks() function • Add the tickValues() function • Understand which function is better
Instructional Video14:53
Curated Video

Comprehensive Android Developer Bootcamp - Passing Course Object to Next Activity and Fragment

Higher Ed
Android Fragments – An Introduction:Passing Course Object to Next Activity and Fragment This clip is from the chapter "Android Fragments – An Introduction" of the series "The Comprehensive Android Developer Bootcamp".In this section you...
Instructional Video3:45
IDG TECHtalk

2-Minute Linux Tips: How to run command loops

Higher Ed
Being able to run command loops is one of the features of Linux that makes it easy to automate repetitive tasks. In this 2-minute Linux tip, learn about looping -- in scripts and on the command line.
Instructional Video2:56
Curated Video

Complete Modern C++ - Move Semantics - std::move Function (C++11)

Higher Ed
This video shows how to use the std::move function to force move semantics on L-value. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Instructional Video3:45
Curated Video

Complete Modern C++ - Task-Based Concurrency - Part II

Higher Ed
This videos explains std::async in more depth. This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Instructional Video5:10
Curated Video

C++ Standard Template Library in Practice - Atomic Values

Higher Ed
The user wants a simpler way to have thread safe access to simple datatypes. • Introduce the basic concepts to the user • Give an overview of how to use the new feature • Show an example to reinforce the topics covered This clip is from...
Instructional Video5:53
Brian McLogan

Mistakes Students Make Co Function Identities

12th - Higher Ed
When Students are working on Trigonometric functions one of the first identities that trips them up is the co-function identities. In this video we will explore two mistakes I see students make with co-function identities.
Instructional Video6:42
Curated Video

The Complete Practical Docker Guide - Getting Help about Commands Using Man Utility

Higher Ed
This video explains in getting help about commands using man utility. This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Instructional Video4:35
Curated Video

The Complete Practical Docker Guide - Arguments for Options

Higher Ed
This video explains about the arguments for options. This clip is from the chapter "Getting Started with Linux" of the series "The Complete Practical Docker Guide".This section talks about getting started with Linux.
Instructional Video3:13
Curated Video

Java Programming for Complete Beginners - Java 16 - Java Tip 08 - Final Variables and Final Arguments

Higher Ed
In this session, we will learn about final variables and final arguments. This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for...
Instructional Video4:19
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - r Look at Functions

Higher Ed
In this video, we'll take a closer look at functions. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code,...
Instructional Video8:09
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Advanced Interactions with Browser Elements Using Action Class

Higher Ed
This video demonstrates how to use the action class. This clip is from the chapter "Handling Advanced User Interactions and Child Windows" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Instructional Video8:44
Curated Video

REST APIs with Flask and Python - Unpacking Keyword Arguments

Higher Ed
This video demonstrates how to unpack keyword arguments. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python...