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. 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...
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. This clip is from the chapter "Learn Solidity - Basics I" of the series "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 file. This...
Curated Video
Vue.js 3 and Firebase for Beginners - Modal Toggle
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...
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. This clip is from the...
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Solution for Stories Bug in the Codes with ChatGPT
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.
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Feed ChatGPT for Debugging Toggle Functionality in the React Native App
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Completing the Database with the ChatGPT Initial Model in React Native
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - OOP Example - Fan Class - Deciding Behavior with Methods
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill
In this video, you will learn about Java arrays—compare, sort, and fill.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf
In this video, you will learn about Java wrapper classes—creation, constructor, and valueOf.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java Reference Types – Puzzles
In this video, you will learn about Java reference types with puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers
In this video, you will learn about Java for loop with the first exercise on prime numbers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Ternary Operation - an Introduction
In this video, you will learn about Java ternary operation—an introduction.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay
In this video, you will learn about the Java switch statement with exercises—isWeekDay, nameOfMonth, nameOfDay.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Introduction to If Else Statement
In this video, you will learn about the if else statement.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case, and L
In this video, you will learn about Java char data type with exercise 3—isConsonant, List Upper Case, and L.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Java char Data Type - Exercise 2 – isDigit
In this video, you will learn about Java char data type with exercise 2—isDigit.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java char Data Type - Exercise 1 – isVowel
In this video, you will learn about Java char data type with exercise 1—isVowel.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators
In this video, you will learn about Java Boolean data type with puzzles on short circuit operators.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Boolean Data Type - Relational and Logical Operators
In this video, you will learn about Java Boolean data type—relational and logical operators.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles
This video talks about Java conditionals and if statement – puzzles.