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 - Exercise - Error Handling in Solidity
This is an exercise video on error handling in Solidity. 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 section covers...
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 - 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 - 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 - 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 result in...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Compact Array
In this video, we will discuss the solution to the exercise on a compact array from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced...
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 - Solution - Final Solidity Operator Test
In this video, we will discuss the solution to the exercise on the final Solidity operator test from the previous video. 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 - Why Comments Are Important
This video explores and helps you understand why comments are important in Solidity. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The Complete Solidity Course - Zero to Advanced for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Microframework Modules
This video explains microframework modules and packages as they tend to be as small as possible by design. Packages are common solutions that are bundled up and made available to other developers. This clip is from the chapter "Back-End...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Assignment Use Case - Fetch Data from BigQuery
In this lab assignment use case video, you will fetch data from BigQuery and perform some transformations on it using a Python script. Then, you will store the transformed data in Cloud Storage. This clip is from the chapter "Vertex AI -...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 – Step-By-Step Problem Solving with Programming
We have successfully installed Java. Let's take a look at the next step, which is problem solving.
Curated Video
Building Microservices API in Go - Assignment 1: Fix GetAllCustomers API
In this assignment video, we will work on fixing the GetAllCustomers API by implementing the acceptance criteria, including returning JSON response, handling unexpected errors with appropriate HTTP status code, and returning data for...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - FlatList in React Native and Displaying Data
This video helps you in using FlatList in React Native to display data in your application's user interface. You will learn how to fetch and parse data from APIs or databases, as well as how to render the data in a scrollable list using...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 20 - Java Interface Flyable and Abstract Class Animal - an Exercise
In this video, you will learn about Java interface flyable and abstract class animal with an exercise.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Arrays - Exercise - Create Student Class - Part 1 - Total and Ave
In this video, you will dive into Java arrays and participate in an exercise to create a student class. This exercise focuses on calculating the student's grades' total and average.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Switch Statement - Puzzles - Default, Break, and Fall Through
In this video, you will learn about Java switch statement with puzzles—default, break, and fall through.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding Object Composition - an Exercise - Books and Reviews
In this video, we will understand object composition with an exercise—books and reviews.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Programming Tip 1: Refactoring with Eclipse
In this video, you will learn about programming tip 1: refactoring with Eclipse.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Exercise 06-2
In this exercise video, we will create a combination view with the task details form in the lower pane and upper pane, grouped by duration in weeks, and we will customize, set a highlight filter for critical tasks, and apply some...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Quiz Solution
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.