Curated Video
Complete Modern C++ - std::variant - III
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
Curated Video
Complete Modern C++ - Perfect Forwarding - Part I (C++11)
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...
Curated Video
C++ Programming By Example - Reacting to User Interaction with Signals and Slots
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...
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Elasticsearch and Apache Spark - Part 2
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Implementing an Example with ConcurrentHashMap
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Implementing Generics for the Custom List
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - String Methods, Part 1
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Total Marks per Course
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Cast a Type to Another Type
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...
Curated Video
Handling User Input of Numbers and Error Handling in Python
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...
Curated Video
Complete Modern C++ - Initialization Versus Assignment and Member Initialization List
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...
Curated Video
Comprehensive Android Developer Bootcamp - Creating a Seekbar and SeekTo
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 - Primitive Data Types in Depth - Section Overview
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,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - Introduction to Variables in Java
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 12 - Optional class in Java - an Introduction
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...
Curated Video
REST APIs with Flask and Python - Type Hinting in Python 3.5+
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.
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Retrieving the JSON Array Size and its Elements Using the JSON Path
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Numbers
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Rectifying the Error
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Variables - Data Types
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...
Curated Video
Generate Random Data in Google Sheets
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...
Curated Video
Exploring Rational Exponents and Nth Roots
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...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Functional Programming Questions and Answers
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+...