Instructional Video13:46
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - The Mechanics Behind Timing Flags

Higher Ed
The next sheet that we are about to create is the timing assumptions. We will basically have to create a sheet dedicated to the timing of the project. We need to do this to help us with our computations and analyze each stage. This clip...
Instructional Video3:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions

Higher Ed
In this video, we will discuss the solution to the exercise on using Assembly to run byte conversions from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Instructional Video9:00
Curated Video

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

Higher Ed
This video introduces logical operators in Solidity and explains how to use them to make decisions in your smart contracts. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the...
Instructional Video8:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Expression – Puzzles

Higher Ed
In this video, you will be presented with Java expression puzzles to solve and enhance your understanding of expressions.
Instructional Video5:29
Curated Video

Fundamentals of Neural Networks - Stride

Higher Ed
For a convolutional or pooling operation, the stride denotes the number of pixels by which the window moves after each operation. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural...
Instructional Video11:39
Curated Video

Fundamentals of Neural Networks - Convolutional Operation

Higher Ed
The Convolution layer (CONV) uses filters that perform convolution operations as it is scanning the input with respect to its dimensions. Its hyperparameters include the filter size and stride. The resulting output is called a feature...
Instructional Video7:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - String Concatenation and Join, Replace Methods

Higher Ed
In this video, you will learn about string concatenation and join, replace methods.
Instructional Video9:32
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Switch Statement - an introduction

Higher Ed
In this video, you will learn about Java switch statement—an introduction.
Instructional Video6:45
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - If Else Problem - How to Get User Input in Java?

Higher Ed
In this video, you will learn about an if else problem—how to get user input in Java.
Instructional Video4:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Java String Alternatives - StringBuffer and StringBuilder

Higher Ed
In this video, you will learn about Java string alternatives—StringBuffer and StringBuilder.
Instructional Video3:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Selecting Loop in Java - For Versus While Versus Do While

Higher Ed
In this video, you will learn about selecting loop in Java—for versus while versus do while.
Instructional Video6:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Character Data Type char - Representation and Conversion

Higher Ed
In this video, you will learn about Java character data type char—representation and conversion.
Instructional Video5:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators

Higher Ed
In this video, you will learn about Java Boolean data type with puzzles on short circuit operators.
Instructional Video10:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Boolean Data Type - Relational and Logical Operators

Higher Ed
In this video, you will learn about Java Boolean data type—relational and logical operators.
Instructional Video20:46
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError

Higher Ed
This video helps you learn the concept of retrying an operation with a single higher order function and reuse to refactor the code of readDataOfBirthRetry and readSubscribeToMailingListRetry. This clip is from the chapter "Actions with...
Instructional Video13:07
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Customer Controller

Higher Ed
This video walks through creating the Customer Controller in the Web API project. It uses the customer repository to associate the CRUD operations with the Controller action methods. This clip is from the chapter "Coding Project Part 1:...
Instructional Video8:27
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Asynchronous Programming Through Console Application

Higher Ed
This video teaches the concepts of asynchronous programming. After going through this video, you will be able to answer questions such as what is asynchronous programming? This clip is from the chapter "Middleware in ASP.NET Core 3.1" of...
Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Template Method

Higher Ed
This video demonstrates basic implementation of the template method pattern through coding. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video16:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all

Higher Ed
This video explains a new function called Promise.allSettled(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains async...
Instructional Video5:20
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Logical Operators

Higher Ed
This video explains logical operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-State

Higher Ed
This video talks about the pros and cons of the State design pattern. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Visitor

Higher Ed
This video talks about the pros and cons of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video4:43
Curated Video

Behavioral Design Patterns in C++ - Generic Acycle Visitor - I

Higher Ed
This video explains generic Acycle Visitor in detail and helps you implement it. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video4:44
Curated Video

Behavioral Design Patterns in C++ - Introduction-Interpreter

Higher Ed
This video provides an introduction to the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.