Instructional Video4:13
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Solidity Variables

Higher Ed
This is an exercise video on how to write Solidity variables. 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 section...
Instructional Video4:51
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Booleans, Integers, and Strings

Higher Ed
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. This clip is from the chapter "Learn Solidity - Basics I" of the series "The...
Instructional Video5:38
Curated Video

Vue.js 3 and Firebase for Beginners - Retrieving Admin Users

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

Vue.js 3 and Firebase for Beginners - Modal Toggle

Higher Ed
This video explains a code on how to open and close modal toggle. 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 login and...
Instructional Video6:34
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 5 - Share Image Using ShareLink

Higher Ed
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. This clip is from the...
Instructional Video16:48
Curated Video

Building Microservices API in Go - Refactoring the Verify API

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

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Solution for Stories Bug in the Codes with ChatGPT

Higher Ed
This video offers a solution to fix the bug in the code related to the stories feature in React Native with the help of ChatGPT.
Instructional Video4:04
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Feed ChatGPT for Debugging Toggle Functionality in the React Native App

Higher Ed
In this video, you will learn how to use ChatGPT to debug the toggle functionality in your React Native app. We will feed ChatGPT with our code and analyze the output to identify and resolve any issues related to the toggle feature. By...
Instructional Video5:40
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Completing the Database with the ChatGPT Initial Model in React Native

Higher Ed
In this video, you will learn how to complete the database for your ChatGPT project using the initial model in React Native. The tutorial will cover how to add tables, columns, and relationships to your database schema, as well as how to...
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 Video5:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill

Higher Ed
In this video, you will learn about Java arrays—compare, sort, and fill.
Instructional Video5:22
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf

Higher Ed
In this video, you will learn about Java wrapper classes—creation, constructor, and valueOf.
Instructional Video8:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Java Reference Types – Puzzles

Higher Ed
In this video, you will learn about Java reference types with puzzles.
Instructional Video12:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers

Higher Ed
In this video, you will learn about Java for loop with the first exercise on prime numbers.
Instructional Video6:22
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Ternary Operation - an Introduction

Higher Ed
In this video, you will learn about Java ternary operation—an introduction.
Instructional Video13:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay

Higher Ed
In this video, you will learn about the Java switch statement with exercises—isWeekDay, nameOfMonth, nameOfDay.
Instructional Video4:52
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Introduction to If Else Statement

Higher Ed
In this video, you will learn about the if else statement.
Instructional Video9:00
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case, and L

Higher Ed
In this video, you will learn about Java char data type with exercise 3—isConsonant, List Upper Case, and L.
Instructional Video8:03
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Java char Data Type - Exercise 2 – isDigit

Higher Ed
In this video, you will learn about Java char data type with exercise 2—isDigit.
Instructional Video7:47
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Java char Data Type - Exercise 1 – isVowel

Higher Ed
In this video, you will learn about Java char data type with exercise 1—isVowel.
Instructional Video5:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators

Higher Ed
In this video, you will learn about Java Boolean data type with puzzles on short circuit operators.
Instructional Video10:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Boolean Data Type - Relational and Logical Operators

Higher Ed
In this video, you will learn about Java Boolean data type—relational and logical operators.
Instructional Video6:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles.