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 Video3:50
Curated Video

Project Finance and Excel - Build Financial Models from Scratch - Completing the P&L Statement

Higher Ed
This video demonstrates how to wrap up the computation of the profit and loss statement. This clip is from the chapter "Building the Three Key Financial Statements" of the series "Project Finance and Excel - Build Financial Models from...
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 Video10:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods

Higher Ed
In this video, you will learn about arrays in Solidity and the pop, push, and length methods associated with them. We will cover the basics of declaring and initializing arrays, as well as how to add and remove elements from them using...
Instructional Video12:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Loop in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on how to loop in Solidity from the previous video. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video2:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Loop in Solidity

Higher Ed
This is an exercise video on how to loop in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses on...
Instructional Video19:36
Curated Video

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

Higher Ed
In this video, you will learn about the For loop in Solidity, a powerful control structure that allows you to repeat a block of code for a specified number of times or until a certain condition is met. This clip is from the chapter...
Instructional Video10:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Review – Modulo and Fun Math in Solidity

Higher Ed
In this video, we will review the concepts of modulo and other fun math operations in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain 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 Video7:42
Instructional Video15:25
Curated Video

Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification

Higher Ed
This video demonstrates how to design a recurrent neural network or RNN. This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with recurrent...
Instructional Video8:09
Curated Video

Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional

Higher Ed
This video demonstrates convolutional operations in 1-dimension. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you...
Instructional Video5:51
Instructional Video8:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static

Higher Ed
In this video, we will explore the List and ArrayList classes and their sorting capabilities. Specifically, you will be introduced to the Collections.sort() static method.
Instructional Video7:24
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers

Higher Ed
In this video, you will learn about list and ArrayList with puzzles—type safety and removing integers.
Instructional Video4:40
Instructional Video9:04
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - While Loop - Exercises - Cubes and Squares Up to Limit

Higher Ed
In this video, you will learn about the while loop with exercises—cubes and squares up to limit.
Instructional Video6:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Java For Loop - Exercise - Sum Up to N Numbers and Sum of Divisors

Higher Ed
In this video, you will learn about Java for loop with an exercise—sum up to n numbers and sum of divisors.
Instructional Video12:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers

Higher Ed
In this video, you will learn about Java for loop with the first exercise on prime numbers.
Instructional Video9:03
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Java Integer Data Types - Exercises - BiNumber - Add, Multiply, and Double

Higher Ed
In this video, you will learn about Java integer data types with exercises on BiNumber - add, multiply, and double.
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 Video3:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - If Else Problem - How to Get Number 2 and Choice from User?

Higher Ed
In this video, you will learn about an if else problem-how to get number 2 and choice from the user.
Instructional Video5:43
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Returning from a Java Method – Exercises

Higher Ed
In this video, you will learn about returning from a Java method with exercises.
Instructional Video5:14
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method

Higher Ed
In this video, you will learn about passing multiple parameters to a Java method.