Instructional Video8:21
Curated Video

Type-Safe Interfaces with Modern C++ - std::optional – Use Cases

Higher Ed
Understand realistic use cases for optional, by looking at example function interfaces and data structure definitions
Instructional Video5:43
Curated Video

Type-Safe Interfaces with Modern C++ - Understanding Variants

Higher Ed
Understand what a "variant" is and its usefulness.
Instructional Video2:53
Curated Video

Type-Safe Interfaces with Modern C++ - The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video8:15
Curated Video

Creating Your Own Cosmetics: A Blend of Science and Style

6th - Higher Ed
Learn how to make your own cosmetics, such as moisturizers and eye shadows, from scratch using simple chemical principles. This part covers the basics of emulsions, the importance of hygiene, and how different ingredients cater to...
Instructional Video9:09
Curated Video

Debunking Food Myths: Spinach Strength, Skin and Digestion

6th - Higher Ed
Explore the truth behind popular food myths like the iron content in spinach, the effects of cold cuts on skin, and the digestive benefits of sparkling water. Discover how these beliefs started and what modern science says about them,...
Instructional Video14:04
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the Constructor and “this†keyword in JavaScript

Higher Ed
In JavaScript, a constructor is a function that is used to create and initialize objects. It is called when a new object is created using the new keyword. The “this†keyword is used inside the constructor to refer to the object that...
Instructional Video9:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - I

Higher Ed
In this video, you will learn about the for loop in JavaScript, which allows you to repeat a block of code a specified number of times. You will explore the basic syntax of a for loop, which includes a loop variable, a condition, and an...
Instructional Video3:30
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Objects in JavaScript

Higher Ed
This video helps you understand the objects in JavaScript. Objects can be created using object literal syntax or using the Object() constructor function. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the...
Instructional Video5:25
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes and Variables in Programming Part II

Higher Ed
This video is a continuation of the previous one and will cover datatypes and variables in programming in more detail. You will learn about complex data types such as arrays and objects, as well as how to declare and initialize variables...
Instructional Video2:28
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Write Your Very First Variable in JavaScript

Higher Ed
In this video, you will learn how to write your very first variable in JavaScript, which is a fundamental concept in programming. You will explore different ways to declare and initialize variables, and learn about the different data...
Instructional Video4:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Function Overloading in Solidity

Higher Ed
In this video, we will cover the concept of function overloading in Solidity. Function overloading allows you to define multiple functions with the same name but different parameter types, which can help you write more modular and...
Instructional Video5:39
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Returning Multiple Data Types with Functions in Solidity

Higher Ed
In this video, you will learn how to return multiple data types with functions in Solidity. We will understand why returning multiple values can be useful and then dive into the syntax and implementation of such functions in Solidity....
Instructional Video9:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity

Higher Ed
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video3:53
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Improve Your Skills with This Course

Higher Ed
In this video, you will learn some tips and tricks to improve your skills and get the most out of this course along with providing you with the review of the concepts learned till now. This clip is from the chapter "Learn Solidity -...
Instructional Video4:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity

Higher Ed
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video4:51
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Booleans, Integers, and Strings

Higher Ed
In this video, we will dive into the basics of Boolean values, integers, and strings in Solidity, and how to declare and use them in your smart contracts. This clip is from the chapter "Learn Solidity - Basics I" of the series "The...
Instructional Video5:18
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - General Introduction to Variables and Types

Higher Ed
In this video, we will provide a general introduction to variables and types in the Solidity programming language. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video3:21
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Remix Ethereum - IDE Basics (How to Use an IDE)

Higher Ed
In this video, you will learn the basics of using an IDE, specifically Remix Ethereum, for Solidity development including creating a new file. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Instructional Video3:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - HTTP Methods

Higher Ed
This video explains HTTP methods, where predefined verbs are used to describe the interaction that the client wishes to engage in with the server, often called a request. The most common HTTP methods are GET, POST, PUT, and DELETE. This...
Instructional Video4:51
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types

Higher Ed
This video introduces you to different programming types such as numbers, strings, and Booleans. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going...
Instructional Video10:18
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Scalability and Instance Types in App Engine

Higher Ed
In this lab video, you will learn about the scalability and instance types available in Google Cloud platform's App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model...
Instructional Video7:50
Curated Video

Building Microservices API in Go - Logger and AppError as Go Module

Higher Ed
In this video, you will learn how to extract the logger and AppError package from the existing banking project and create a Go module out of it. We will discuss best practices for creating reusable modules and how to integrate them into...
Instructional Video7:30
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Connecting to Data Sources

Higher Ed
After learning how to prepare and structure datasets for Tableau, we will connect the tool to different types of data sources to create visualizations on the platform.