Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Write Methods and Structs in Rust
This is a solution video on writing methods and structs in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Write a Factorial Function in JavaScript
In this video, we will discuss the solution to the exercise on writing a factorial function in JavaScript from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Login Iteration Calculator
In this video, we will discuss the solution to the exercise on a login iteration calculator from the previous video.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Revert Work in Solidity
In Solidity, revert() is used to stop the execution of a contract and return the remaining gas to the sender while require() is used to stop the execution, revert any changes made to the state, and consume all gas supplied by the sender....
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Assert Work in Solidity
In this video, you will learn how the assert() function works in Solidity and how it differs from the require() and revert() functions in terms of error handling and gas usage. This clip is from the chapter "Learn Advanced Solidity II"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Inheritance with Smart Contracts
In this video, we will discuss the solution to the exercise on inheritance with smart contracts from the previous video. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Inheritance with Smart Contracts
This is an exercise video on inheritance with smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" 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 - Function Overloading in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - View and Pure Functions
In this video, we will discuss the solution to the exercise on the View and Pure functions from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Does Pure Mean in Solidity
In this video, you will learn about the pure keyword in Solidity. Pure functions are a type of function in Solidity that guarantees that they will not read from or modify the state of the contract. These functions are useful for...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Your First Java Method - Hello World Twice and Exercise Statements
In this video, you will learn about your first Java method—hello world twice and exercise statements.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Calculated Custom Field - Part 1
In Part 1 of the calculated custom fields lesson, we will understand the concept of computed custom fields and how to create them to perform specific calculations related to project data. This clip is from the chapter "Custom Fields" of...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Creating a Custom Field
In this video, we will discover how to create custom data fields in Microsoft Project 2021. We will learn to define and set up custom fields to adapt the software to our unique project management requirements. This clip is from the...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - BigInteger
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and embrace around this.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Level of Detail - Introduction
This video explains the level of detail expressions and how to compute them.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Table Calculations - Scope and Direction
This video explains the scope and direction of the table calculations.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Tidying Messy Data
This video explains how to tidy messy data. This clip is from the chapter "Tidying Messy Data" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains how to tidy messy data.
Curated Video
Master SQL for Data Analysis - Union, Intersect, Except
In this video, you will learn more about the UNION, INTERSECT, JOIN, and EXCEPT operators while combining datasets and tables. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Query Data (SELECT)
Let's learn to query data using the SELECT option that determines the columns to include in the result set. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section...
Curated Video
Master SQL for Data Analysis - Alias for Tables and Columns
Let's learn how to create labels for columns generated by expressions or built-in functions to make column names more visible. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Map Method / 072
This video explains the map method in arrays that will help update or change the items. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Returning Values / 032
This video explains the return keyword and how to return a value from a function in JavaScript. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Numbers / 011
This video explains numbers and operations in JavaScript along with an example. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Reduce Method / 073
This video explains the reduce method in arrays. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains methods related to arrays.