Instructional Video5:58
Curated Video

Complete Modern C++ - std::variant - III

Higher Ed
In this video, you will learn how to use the visitor to read or modify active members in a variant. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video7:24
Curated Video

Complete Modern C++ - Perfect Forwarding - Part I (C++11)

Higher Ed
This video introduces perfect forwarding, which is a very important concept implemented through R-value references. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Instructional Video12:39
Curated Video

C++ Programming By Example - Reacting to User Interaction with Signals and Slots

Higher Ed
What are signals and slots in Qt? • Go through the Qt documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the chapter "Qt...
Instructional Video5:59
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Elasticsearch and Apache Spark - Part 2

Higher Ed
This is the second part of the two-part video that explains Elasticsearch and Apache Spark. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and...
Instructional Video6:21
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Implementing an Example with ConcurrentHashMap

Higher Ed
In this session, we will learn about implementing an example with ConcurrentHashMap. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete...
Instructional Video5:05
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Implementing Generics for the Custom List

Higher Ed
In this session, we will learn about implementing generics for the custom list. This clip is from the chapter "Generics" of the series "Java Programming for Complete Beginners - Java 16".In this section, we explore about generics - why...
Instructional Video5:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf

Higher Ed
In this video, we will learn about Java wrapper classes - creation - constructor and valueOf. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...
Instructional Video12:55
Curated Video

The Complete Java Developer Course: From Beginner to Master - String Methods, Part 1

Higher Ed
This video is the first part of the two-part video, which shows different string methods. This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner to...
Instructional Video3:13
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Total Marks per Course

Higher Ed
In this session, we will work on showing the total marks that the students have achieved per course. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video2:53
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type

Higher Ed
This video shows how to modify a data type of a variable. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of...
Instructional Video9:53
Curated Video

Handling User Input of Numbers and Error Handling in Python

Pre-K - Higher Ed
This Python tutorial video demonstrates how to allow users to input numbers, perform calculations, and handle errors related to data types. By converting user input into integers, the program can accurately multiply and add numbers...
Instructional Video5:19
Curated Video

Complete Modern C++ - Initialization Versus Assignment and Member Initialization List

Higher Ed
This video explains why initialization should be preferred over assignment. It also explains the concept of member initializer list. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is...
Instructional Video8:43
Curated Video

Comprehensive Android Developer Bootcamp - Creating a Seekbar and SeekTo

Higher Ed
Android Media – Playing Sounds and Videos:Creating a Seekbar and SeekTo This clip is from the chapter "Android Media – Playing Sounds and Videos" of the series "The Comprehensive Android Developer Bootcamp".This section explains how to...
Instructional Video1:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 00 - Primitive Data Types in Depth - Section Overview

Higher Ed
In this video, we will learn about primitive data types in depth - section overview. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Instructional Video8:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 13 - Introduction to Variables in Java

Higher Ed
This video talks about variables in Java. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video4:49
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 12 - Optional class in Java - an Introduction

Higher Ed
In this session, we will learn about optional class in Java - an introduction. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video5:09
Curated Video

REST APIs with Flask and Python - Type Hinting in Python 3.5+

Higher Ed
This video explains type hinting in Python 3.5+. 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 knowledge.
Instructional Video7:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving the JSON Array Size and its Elements Using the JSON Path

Higher Ed
This video explains how to retrieve the JSON array size and its elements using the JSON path. This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video4:47
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Numbers

Higher Ed
One. Two. Three. Numbers have been a part of our lives since we were kids. Numbers are actually very important in programming (and in Python) these days. This clip is from the chapter "Beginner-friendly Python" of the series "Python for...
Instructional Video5:18
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Rectifying the Error

Higher Ed
In this session, we will rectify the errors we faced while creating DataFrames from RDD. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark...
Instructional Video8:21
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Variables - Data Types

Higher Ed
This video explores the data types in Python. This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the fundamentals of Python. In this...
Instructional Video4:04
Curated Video

Generate Random Data in Google Sheets

Pre-K - Higher Ed
Sometimes I find it necessary to generate some random data in a spreadsheet, perhaps for testing out an addon or a formula, or when creating a resource for students to use. in this video, I demonstrate a very useful addon for Google...
Instructional Video16:05
Curated Video

Exploring Rational Exponents and Nth Roots

9th - 12th
This lesson will provide instruction to find nth roots and evaluate expressions with rational exponents. I will deomonstrate and explain how to rewrite fractional exponents in radical from as well as how to rewrite radical form to...
Instructional Video18:57
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Functional Programming Questions and Answers

Higher Ed
Functional Programming - Lambda Expressions and Streams: Functional Programming Questions and Answers This clip is from the chapter "Functional Programming - Lambda Expressions and Streams" of the series "Java Interview Guide : 200+...