Instructional Video1:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Error Handling in Solidity

Higher Ed
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...
Instructional Video4:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Overview of Error Handling in Solidity

Higher Ed
This video provides an overview of 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...
Instructional Video7:45
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity

Higher Ed
This video explores the concept of contract reviews in Solidity and how they can help improve the security and reliability of your smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)"...
Instructional Video4:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - View and Pure Functions

Higher Ed
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...
Instructional Video1:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Does Pure Mean in Solidity

Higher Ed
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...
Instructional Video8:12
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The View Keyword in Solidity

Higher Ed
In this video, you will learn about the view keyword in Solidity. The view keyword is used to indicate that a function does not modify the state of the contract. It is similar to the constant keyword, which was used in earlier versions...
Instructional Video13:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Constructors in Solidity

Higher Ed
In this video, you will learn about constructors in Solidity and how they are used to initialize state variables in a smart contract. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video2:59
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Strengthen Your Understanding of Scope and State

Higher Ed
In this video, we will discuss the solution to the exercise on strengthening your understanding of Scope and State from the previous video. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video0:54
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Strengthen Your Understanding of Scope and State

Higher Ed
This is an exercise video on strengthening your understanding of Scope and State. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity Course - Zero to...
Instructional Video4:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Scope and State in Solidity

Higher Ed
In this video, we will be discussing scope and state in Solidity, covering the difference between state variables and local variables, how scope affects the accessibility of variables and functions, and the importance of understanding...
Instructional Video1:31
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to App Engine

Higher Ed
This video provides an introduction to App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we introduce...
Instructional Video7:43
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Python Application Deployment Using Cloud Build

Higher Ed
In this video, we show you how to deploy a Python application to Google Cloud platform using Cloud Build, Google's fully managed continuous integration and delivery (CI/CD) platform. This clip is from the chapter "Cloud Run - Serverless...
Instructional Video5:08
Curated Video

Vue.js 3 and Firebase for Beginners - Detecting Auth Changes

Higher Ed
This video explains how we can detectany auth changes using the useAuth file. 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...
Instructional Video4:21
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - useEffect Hooks and Rendering Optimization with React Native

Higher Ed
In this video, we will explore the useEffect hook in React Native, which is used for handling side effects such as network requests, state updates, and rendering optimizations. By the end of this video, you will have a better...
Instructional Video5:24
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Refactoring State Code in React Native

Higher Ed
In this video, we will be discussing the importance of refactoring state code in React Native. We will go over the benefits of organizing and consolidating state management code, as well as how to refactor state code to make it more...
Instructional Video8:15
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Updating the State for Likes in Instagram with React Native

Higher Ed
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...
Instructional Video12:20
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Writing an Algorithm from Scratch with ChatGPT

Higher Ed
This video provides an introduction to writing algorithms from scratch using a step-by-step approach with the help of ChatGPT.
Instructional Video4:27
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Initialize Instagram Comments with React Native

Higher Ed
This video covers the process of initializing comments feature for an Instagram clone app built with React Native. It starts by discussing the basic data structure for comments and how it can be stored in the app's state. Then, it...
Instructional Video9:46
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Geospatial Charts Part 2

Higher Ed
Continuing on the examples of geospatial charts, we will use the places of worship in the US Excel sheet and create a map chart in layers.
Instructional Video9:56
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Selecting a Chart Type Part 1

Higher Ed
In this video, you will learn to choose the correct chart type to visualize our data efficiently and correctly.
Instructional Video3:06
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Business Intelligence Introduction

Higher Ed
This video elaborates on business intelligence, what it represents, leveraged technologies, and converts raw data into actionable information.
Instructional Video6:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class

Higher Ed
In this video, you will learn an OOP exercise—rectangle class.
Instructional Video6:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods

Higher Ed
In this video, we will continue exploring the fan class example in object-oriented programming by focusing on how to define and implement methods that control the behavior of the fan object.
Instructional Video10:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - OOP Example - Fan Class - Deciding State and Constructors

Higher Ed
In this video, we will dive into an Object-Oriented Programming (OOP) example involving a Fan class. We will focus on deciding the state of the fan and how to implement constructors.