Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - State Variables and Constructor - Auction
In this video, we will discuss the solution to the exercise on building an Auction DApplication from the previous video, where you will write a smart contract for an auction in Solidity, including the use of state variables and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity
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)"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Constructors in Solidity
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Save EditProfileView
In this video, we will cover the process of saving edited profile information in our Twitter Clone app.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Timer App View
This video explains the focus timer app view or the Swift view. This clip is from the chapter "iOS 16.1 Live Activity Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains a new...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Fetching Data from the Admin Panel
In this video, you will learn how to fetch data from the admin panel. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section,...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding Object-Oriented Programming
In this video, we will dive into the fundamental principles of object-oriented programming and how it revolutionizes software development, concepts like encapsulation, inheritance, and polymorphism, and their significance in building...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Constructor Overloading, this keyword
In this video, we will extend our understanding of constructors by exploring constructor overloading that enables the creation of multiple constructors with different parameter sets, the "this" keyword, and use it to refer to the current...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concepts with Real-World Examples
In this video, we will examine real-world examples that showcase the power of OOP and how OOP principles are employed in scenarios like modeling a banking system, creating a game, or designing a car rental application, giving valuable...