Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes and Variables in Programming Part II
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Completing the P&L Statement
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...
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - The Mechanics Behind Timing Flags
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Loop in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - How to Loop in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The For Loop in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Review – Modulo and Fun Math in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Booleans, Integers, and Strings
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Expression - an Introduction
This video talks about Java expressions.
Curated Video
Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification
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...
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring New Java API - Predicate - not Method
In this video, you will learn about the method, Predicate.not.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers
In this video, you will learn about list and ArrayList with puzzles—type safety and removing integers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Introduction to Break and Continue
In this video, you will learn about break and continue.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - While Loop - Exercises - Cubes and Squares Up to Limit
In this video, you will learn about the while loop with exercises—cubes and squares up to limit.
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
In this video, you will learn about Java for loop with an exercise—sum up to n numbers and sum of divisors.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers
In this video, you will learn about Java for loop with the first exercise on prime numbers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Java Integer Data Types - Exercises - BiNumber - Add, Multiply, and Double
In this video, you will learn about Java integer data types with exercises on BiNumber - add, multiply, and double.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Selecting Loop in Java - For Versus While Versus Do While
In this video, you will learn about selecting loop in Java—for versus while versus do while.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - If Else Problem - How to Get Number 2 and Choice from User?
In this video, you will learn about an if else problem-how to get number 2 and choice from the user.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Returning from a Java Method – Exercises
In this video, you will learn about returning from a Java method with exercises.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Passing Multiple Parameters to a Java Method
In this video, you will learn about passing multiple parameters to a Java method.