Instructional Video8:43
Curated Video

Type-Safe Interfaces with Modern C++ - std::variant – Basic Interface

Higher Ed
Learn about the basic interface of the new C++17 std::variant class.
Instructional Video8:23
Curated Video

Steak Science: Crafting the Perfect Cut

6th - Higher Ed
Uncover the art of selecting and cooking the perfect steak. Learn about different beef cuts, the impact of collagen on tenderness, and how fat enhances flavor. Experience the scientific journey from pasture to plate, including how aging...
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Big O and Time Complexity

Higher Ed
In this video, you will learn about the Big O notation and time complexity in computer science. We will start by understanding what the Big O notation is and why it is important in analyzing the performance of algorithms. You will also...
Instructional Video16:10
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Laying Out the Debt Repayment Schedule

Higher Ed
This video talks about laying out the debt repayment schedule.
<
br/>
This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models from Scratch".In...
Instructional Video25:20
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Debt Sizing and Circularity Breakdown

Higher Ed
This video explains debt sizing and breaking down the circularity. To break it down, we need to start from somewhere like from some values and then we can use those values to compute what we need, and we will try to analyze the result...
Instructional Video30:56
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Sources and Uses of Funds During Construction

Higher Ed
This video explains the construction sheet; the construction happens early in the project and is quite crucial. We will create an entire sheet just for construction.
<
br/>
This clip is from the chapter "Visualizing the Construction...
Instructional Video6:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Final Auction Solution

Higher Ed
In this video, we will continue to discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will finally deploy and debug the solution code for building an Auction DApplication from...
Instructional Video3:33
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Withdrawal Function - Auction

Higher Ed
In this video, we will continue to discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will learn how to create a withdrawal function in a Solidity smart contract for an auction,...
Instructional Video8:31
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - State Variables and Constructor - Auction

Higher Ed
In this video, we will discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will write a smart contract for an auction in Solidity, including the use of state variables and...
Instructional Video7:37
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Final Exercise - Build an Auction DApplication

Higher Ed
This is a final exercise video on building an Auction DApplication.
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video8:03
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Error Handling in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on error handling in Solidity from the previous video.
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Instructional Video9:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Exactly are Events in Solidity

Higher Ed
This video explains the concept of events in Solidity, including their purpose, syntax, and usage in smart contract development.
<
br/>
This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the...
Instructional Video2:53
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cost Restriction in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on cost restriction in Solidity from the previous video.
<
br/>
This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete...
Instructional Video2:55
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cost Restriction in Solidity

Higher Ed
This is an exercise video on cost restriction in Solidity.
<
br/>
This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video4:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write a Withdrawal Function in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on writing a withdrawal function in Solidity from the previous video.
<
br/>
This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete...
Instructional Video1:25
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write a Withdrawal Function

Higher Ed
This is an exercise video on writing a withdrawal function in Solidity.
<
br/>
This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video4:52
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Transfer Versus Send Method in Solidity

Higher Ed
This video discusses the differences between the “transfer” and “send” methods in Solidity, which are used to transfer Ether between accounts. The video covers the potential risks of using the “send” method, which can...
Instructional Video6:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity II

Higher Ed
In this video, you will learn about some of the most commonly used global variables in Solidity, which can help you write more efficient and secure smart contracts. By the end of this video, you will have a solid understanding of...
Instructional Video9:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I

Higher Ed
In this video, you will learn about global variables in Solidity, which are pre-defined variables that can be accessed from anywhere in the contract.
<
br/>
This clip is from the chapter "Learn Solidity Basics IV (Conversions and...
Instructional Video8:38
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write an Airdrop If Statement in Solidity (Exercise with Solution)

Higher Ed
This is an exercise along with a solution video on writing an Airdrop If statement in Solidity.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete...
Instructional Video9:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write If else Statements in Solidity

Higher Ed
In this video, we will cover the basics of decision-making in Solidity by exploring how to write if-else statements. You will learn how to use conditionals to create logic that allows your smart contracts to make decisions based on...
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.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
Instructional Video4:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes

Higher Ed
This video explains container orchestration is the process of automating application deployment, scaling, and management. In a nutshell, it is a way to manage sets of containers. Kubernetes was originally developed by Google and is...
Instructional Video8:36
Curated Video

Building Microservices API in Go - Assignment Solution: Make a Transaction in Bank Account

Higher Ed
In this solution video, we will work on the solution for the assignment on making a transaction in a bank account. We will review the implementation and discuss best practices for handling transactions, error handling, and ensuring...