Curated Video
The Modern JavaScript Bootcamp (2019) - Handling User Interaction
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Looping Over Arrays
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Object References
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...
Curated Video
The Modern JavaScript Bootcamp (2019) - Multiple Arguments and Argument Defaults
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Resize Property
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int
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 -...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Principal and Interest Payments
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Implementing Page Objects Mechanism into Framework Tests
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...
Curated Video
Python 3 for Beginners: Introduction to Functions and Built-in Functions in Python
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...
Economics Explained
Do We Actually Want Affordable Housing: Is This Actually A Problem?
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...
The Business Professor
Eminent Domain - Power to Take Property
This Video Explains Eminent Domain - Power to Take Property
Curated Video
Learning D3.JS 5.0 8.2: Styling the Axis
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
Curated Video
Comprehensive Android Developer Bootcamp - Passing Course Object to Next Activity and Fragment
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...
IDG TECHtalk
2-Minute Linux Tips: How to run command loops
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.
Curated Video
Complete Modern C++ - Move Semantics - std::move Function (C++11)
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.
Curated Video
Complete Modern C++ - Task-Based Concurrency - Part II
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.
Curated Video
C++ Standard Template Library in Practice - Atomic Values
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...
Brian McLogan
Mistakes Students Make Co Function Identities
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.
Curated Video
The Complete Practical Docker Guide - Getting Help about Commands Using Man Utility
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.
Curated Video
The Complete Practical Docker Guide - Arguments for Options
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 08 - Final Variables and Final Arguments
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...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - r Look at Functions
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,...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Advanced Interactions with Browser Elements Using Action Class
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...
Curated Video
REST APIs with Flask and Python - Unpacking Keyword Arguments
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...