Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Arrays and Pop in JavaScript
In this video tutorial, you will learn how to modify arrays using the .pop() method in JavaScript. The .pop() method removes the last element of an array and returns that element, thereby modifying the original array. You will see how to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - The Remainder Operator in JavaScript
This is a solution video where you will work on the remainder operator in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Incrementing and Decrementing Operators in JavaScript
This is a solution video where you will learn about incrementing and decrementing operators in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part II
This video is a continuation of the previous one and will cover more advanced techniques for assigning variables to each other in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Declare a Variable in JavaScript and Log the Result
This exercise video is on declaring a variable in JavaScript and logging the result. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution for In-Line and Multi-Line Comments in JavaScript
This video will provide a comprehensive solution for using in-line and multi-line comments in JavaScript effectively. You will learn how to use comments to document your code. This clip is from the chapter "Introduction to Programming...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Write Multi-Line Comments in JavaScript
In this video, you will discover how to write multi-line comments in JavaScript, which are great for providing more detailed explanations and notes about specific sections of your code. You will also learn some tips and tricks for using...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Why Comments Are Important in Programming - In-Line and Multi-Line Comments
This video will explain the importance of comments in programming and cover two types of comments—in-line and multi-line—that you can use to provide context, explanations, and other helpful information in your code. This clip is from...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final JavaScript Course Template Review
This video will provide a final review of the JavaScript course template on CodeSandbox, ensuring that you have all the necessary tools and resources to successfully complete the course and build your own web applications. This clip is...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Hook Up and Save Your Course Learning Template
In this video, you will discover how to hook up and save your course learning template in CodeSandbox, so you can easily access it and continue building upon it throughout the duration of the course. This clip is from the chapter...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Final Exercise - Build an Auction DApplication
This is a final exercise video on building an Auction DApplication. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Entrance Exam for the Advanced Solidity Sections
This video focuses on the advanced topics in Solidity and how you can go about it. This is also an exercise video on contract visibility in Solidity. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Cryptographic Oracle Contract
In this video, we will discuss the solution to the exercise on a cryptographic Oracle contract 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 - Exercise - Use Assembly to Run Byte Conversions
This is an exercise video on using Assembly to run byte conversions. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Access Library Using A for B Pattern
This is an exercise video on accessing a library using the A for B pattern. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Injected Web3 Interface Exercise Prerequisite
In this video, you will learn the prerequisites required for understanding and working with Injected Web3 interfaces in Solidity programming. It also covers topics such as Web3.js, Metamask, or other tools and technologies used in web3...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Abstract Contract Calculator
This is an exercise video on abstract contract calculator. 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 Smart...
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 - Exercise - Contract Visibility Advanced
This is an exercise video on contract visibility advanced. 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 Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cost Restriction in Solidity
This is an exercise video on cost restriction in Solidity. 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 Contracts".In...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write a Withdrawal Function
This is an exercise video on writing a withdrawal function in Solidity. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Withdrawal Pattern in Solidity
In this video, you will learn about the withdrawal pattern in Solidity. We will understand the need for the withdrawal pattern in smart contract development, how it can prevent potential vulnerabilities, and how to implement it in a...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Smart Contract Oracles
In this video, you will learn about Smart Contract Oracles, which are third-party services that provide external data to smart contracts. You will understand the importance of Oracles in smart contract development, the challenges of...