Instructional Video11:28
Curated Video

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

Higher Ed
This video explains what interfaces are in Solidity and how they are used to enforce standardized behavior across contracts.
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity...
Instructional Video3:27
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cryptographic Oracle Contract

Higher Ed
This is an exercise video on a cryptographic Oracle contract.
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
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.
<
br/>
This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
Instructional Video4:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Visibility - Public Private Internal External - in Solidity III

Higher Ed
In this video, we will dive deeper into Solidity visibility modifiers and explore more advanced topics and their practical applications in smart contract development.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II...
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.
<
br/>
This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity...
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 Video8:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Visibility - Public Private Internal External - in Solidity

Higher Ed
In this video, we will discuss visibility in Solidity and the different visibility modifiers, including public, private, internal, and external. We will go over how these modifiers can restrict access to variables and functions within...
Instructional Video10:54
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write Your First Smart Contract - Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on writing your first smart contract in Solidity by building a calculator from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
Instructional Video9:21
Curated Video

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

Higher Ed
In this video, you will learn about the scope in Solidity, including how functions and variables can have different scopes and how it affects their accessibility within a contract.
<
br/>
This clip is from the chapter "Learn...
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.
<
br/>
This clip...
Instructional Video8:02
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View

Higher Ed
This video demonstrates how we can update the image view. We will use binding variables defining the image, color, and size. We will also adjust the image view based on the device that the app will run.
<
br/>
This clip is from the...
Instructional Video5:08
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Structure

Higher Ed
This video will discuss the structure of forms, buttons, pickers, sliders, toggles, images, and overlays. We will create a basic form and create different sections and views.
<
br/>
This clip is from the chapter "Beyond the Basics"...
Instructional Video9:25
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Lists and Sheets

Higher Ed
This lesson will create a quick UI view and understand lists with examples. You will learn to create a list of images by resizing the images in the frames and adding shadows. You will learn to create a sheet.
<
br/>
This clip is...
Instructional Video3:55
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Warming Up with the Basics

Higher Ed
In this lesson, we will explore the basics of Xcode 14. The lecture explains the interface and then takes us to the basic concepts of Xcode and what we can do with the program.
<
br/>
This clip is from the chapter "Introduction" of...
Instructional Video19:55
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Connecting EditProfileView and UserProfile

Higher Ed
In this video, we will be connecting EditProfileView with UserProfile so that the user can see the updated profile details after editing them.
Instructional Video11:21
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet

Higher Ed
In this video, we will be using the ImagePicker to enable users to select and upload images along with their tweets in the full stack Twitter Clone app.
Instructional Video18:35
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE Notes

Higher Ed
In this video, we will dive into how to use UPDATE requests to modify existing notes in an API and provide examples of how to structure and manage this data to ensure consistency and security.
Instructional Video5:20
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminders App

Higher Ed
This video explains the reminders app.
<
br/>
This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between...
Instructional Video28:01
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pizza Order View

Higher Ed
This video explains the pizza order view.
<
br/>
This clip is from the chapter "iOS 16.1 Live Activity Lifecycle Events" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains live...
Instructional Video5:32
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate App

Higher Ed
This video explains the exchange rate app.<br<br/>/>

This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video8:55
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 1

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video7:44
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Better Searching with Debouncing

Higher Ed
You will learn tips and tricks for better searching using the debouncing technique, using up, down, and clear, and developing a clear search feature.
Instructional Video8:23
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Conditional Rendering

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false—conditional rendering.
Instructional Video14:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Displaying the Winner

Higher Ed
After defining the moves in the game and being able to calculate the winner, we will now create a display effect on the game board to display the winner after the game is completed.