Instructional Video3:51
Curated Video

Complete Modern C++ - std::optional - II

Higher Ed
In this video, understand how to use std::optional to represent return type of functions that may not return a value every time. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video17:37
Curated Video

The Modern JavaScript Bootcamp (2019) - Async/Await

Higher Ed
In this lesson, you’re going to learn about async functions and the await operator, also known as async/await. Async/await allows you to create asynchronous promise-based code that looks like standard synchronous code. This clip is from...
Instructional Video13:44
Curated Video

The Modern JavaScript Bootcamp (2019) - Converting To-Do App: Part II

Higher Ed
In this video, we’ll wrap up the solution for the to-do app challenge. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll...
Instructional Video15:13
Curated Video

The Modern JavaScript Bootcamp (2019) - Promise Chaining

Higher Ed
In this lesson, you’re going to explore promise chaining. Promise chaining makes it easy to link together multiple promises and do one thing after something else has finished. This clip is from the chapter "Asynchronous JavaScript" of...
Instructional Video11:59
Curated Video

The Modern JavaScript Bootcamp (2019) - Converting to Promises

Higher Ed
In this challenging lesson, it’s up to you to switch from the callback pattern to promises. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you...
Instructional Video6:46
Curated Video

The Modern JavaScript Bootcamp (2019) - A Fetch Challenge

Higher Ed
In this challenging lesson, it’s up to you to make an HTTP request with the Fetch API. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand...
Instructional Video4:42
Curated Video

Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database

Higher Ed
Adding a database for GraphQL: Updating GraphQL Resolvers to use the Database This clip is from the chapter "Adding a database for GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section shows how to add a...
Instructional Video5:28
Curated Video

Practical GraphQL - Become a GraphQL Ninja - File (Image) Uloading using the Frontend (React, Cloudinary, GraphQL)

Higher Ed
Authentication via React and GraphQL: File (Image) Uloading using the Frontend (React, Cloudinary, GraphQL) This clip is from the chapter "Authentication via React and GraphQL" of the series "Practical GraphQL - Become a GraphQL...
Instructional Video5:10
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Programming Examples Using 'for' Loop

Higher Ed
This video provides programming examples using "for" loop. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
Instructional Video6:17
Curated Video

REST APIs with Flask and Python - Advanced Request Parsing with Flask-RESTful

Higher Ed
This video explains how to create an advanced request parsing with Flask-RESTful. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the...
Instructional Video13:45
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Reusing Functions with Different Data

Higher Ed
This video demonstrates how to reuse functions with different data. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basics...
Instructional Video6:38
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - How to Handle with Static JSON Payloads

Higher Ed
This video explains how to handle with static JSON payloads. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video8:32
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Java Program Principles

Higher Ed
This video explains the Java program principles. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes,...
Instructional Video9:04
Curated Video

pandas for Python - A Quick Guide - Handling Missing Values and Duplicates

Higher Ed
During the data analysis, significant time is spent on data cleaning and transformation. Pandas provides the tool to handle such data. In this video, you will learn about handling missing data and duplicates. You will learn to eliminate...
Instructional Video8:30
Curated Video

Data Analytics using Python Visualizations - Bubble Charts with Vectorization of Properties

Higher Ed
This video explains bubble charts with vectorization of properties. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...
Instructional Video6:24
Curated Video

Docker - A Complete Hands-On Guide - ENTRYPOINT Versus CMD

Higher Ed
This video explains ENTRYPOINT versus CMD. This clip is from the chapter "Dockerfile – ENTRYPOINT and CMD" of the series "Docker A Beginner- HandsOn Guide".This section explains the dockerfile.
Instructional Video9:44
Curated Video

Docker - A Complete Hands-On Guide - Create Your First Dockerfile

Higher Ed
This video explains how to create your first Dockerfile. This clip is from the chapter "Dockerfile" of the series "Docker A Beginner- HandsOn Guide".This section explains the dockerfile.
Instructional Video10:08
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Project - Step 4

Higher Ed
This is the fourth of the seven-part video working on the final project. This clip is from the chapter "Final Project" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the final project.
Instructional Video7:43
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Create, Remove, and Manipulate Files

Higher Ed
This video helps you create, remove, and manipulate files. This clip is from the chapter "Use the Terminal on Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the usage of the...
Instructional Video4:09
Curated Video

The Complete Python Course - _init_() Function

Higher Ed
An init function executes when an object gets created. Let's look at how the init function works. This clip is from the chapter "Python – Classes and Objects" of the series "The Complete Python Course (2022)".In this section, we will...
Instructional Video5:00
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - How to Attach Screenshots

Higher Ed
This video explains how to attach screenshots. This clip is from the chapter "Advanced Reporting Integration to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about...
Instructional Video6:39
Curated Video

Python In Practice - 15 Projects to Master Python - Starting Our Website Project with Django

Higher Ed
This video helps in starting our website project with Django. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video2:14
Curated Video

Python In Practice - 15 Projects to Master Python - setattr( )

Higher Ed
This video explains the setattr( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video2:06
Curated Video

Python In Practice - 15 Projects to Master Python - range( )

Higher Ed
This video explains the range( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.