Hi, what do you want to do?
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Writing Testing Units for Model Predictions with JavaScript - Part II
In this video, we will discuss the solution to the exercise on writing testing units for model predictions with JavaScript. This is the second of the two-part solution and here, you will be completing the code lines and successfully...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - hasOwnProperty, the in Keyword, and Delete in JavaScript
This video is about hasOwnProperty, the in keyword, and delete in JavaScript. These three concepts are related to objects in JavaScript and are important to understand when working with them. The hasOwnProperty method allows you to check...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Objects in JavaScript - Dot Notation and Modifying Object Key Pair V
In this video, you will learn about objects in JavaScript, which are a data type that allows us to store key-value pairs. You will first learn about dot notation, which is a way to access and modify values within an object using the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Accessing City Weather Data Array
In this video, we will discuss the solution to the exercise on accessing city weather data array from the previous video.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Accessing City Weather Data Array
This is an exercise video where you will be accessing city weather data array.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Time Travel Program - If Else and Equality Operators
This is an exercise video where you work on time travel program using if else and equality operators.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - If Else Statements in JavaScript and (in) Equality Operators
In this video, you will learn about the if…else statement in JavaScript, which allows you to control the flow of your code based on different conditions. You will explore how to use comparison and equality operators.
<
br/>
This...
<
br/>
This...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write Assembly in Solidity
In this video, you will learn about how to write the Assembly language in Solidity and use it to optimize smart contracts.
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How Does Require Work in Solidity
In this video, you will learn how the “require†statement works in Solidity and how it can be used to validate input parameters and conditions in your smart contracts.
<
br/>
This clip is from the chapter "Learn Advanced...
<
br/>
This clip is from the chapter "Learn Advanced...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Transfer Versus Send Method in Solidity
This video discusses the differences between the “transfer†and “send†methods in Solidity, which are used to transfer Ether between accounts. The video covers the potential risks of using the “send†method, which can...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Hack a Smart Contract (Malicious Constructor Trick)
In this video, you will learn how to exploit a vulnerable smart contract using the malicious constructor trick. The video will begin with an introduction to the concept of constructor in Solidity, followed by an explanation of the...
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.
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to...
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to...
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.
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for...
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Comparison Operators
In this video, we will discuss the solution to the exercise on comparison operators from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series...
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Comparison Operators in Solidity
In this video, you will learn about comparison operators in Solidity and how to use them to compare values and produce Boolean results.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write If else Statements in Solidity
In this video, we will cover the basics of decision-making in Solidity by exploring how to write if-else statements. You will learn how to use conditionals to create logic that allows your smart contracts to make decisions based on...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write Solidity Variables
In this video, we will discuss the solution to the exercise on writing Solidity variables from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Solidity Variables
This is an exercise video on how to write Solidity variables.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" 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 - 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.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - Retrieving Admin Users
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase...
Curated Video
Vue.js 3 and Firebase for Beginners - Modal Toggle
This video explains a code on how to open and close modal toggle.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how to create...
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how to create...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 5 - Share Image Using ShareLink
In this lesson, we will explore how to create share links to share images with someone. We will create a share image preview and then a share image view and use a button to create a link for the share image option.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Building Microservices API in Go - Refactoring the Verify API
In this video, we will focus on refactoring the Verify API using the Claims domain object while parsing JWT tokens. You will learn how to improve the code design and maintainability by encapsulating token-related functionalities in...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Updating the State for Likes in Instagram with React Native
In this video, we will be updating the state for likes in our Instagram clone app using React Native. We will use ChatGPT to guide us through the process of updating the state and implementing the like functionality, allowing users to...