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 Video1:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Assert Time and Dates Suffix in Solidity

Higher Ed
This is an exercise video on asserting time and dates suffix in Solidity. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course - Zero to Advanced for...
Instructional Video7:49
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Mapping and Struct Assignment

Higher Ed
In this video, we will discuss the solution to the exercise on mapping and struct assignment from a previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero...
Instructional Video11:06
Curated Video

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

Higher Ed
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By the...
Instructional Video7:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Write Enums

Higher Ed
In this video, we will discuss the solution to the exercise on how to write Enums in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Instructional Video7:17
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Writing Strings in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on writing strings in Solidity from the previous video. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to...
Instructional Video2:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Platforms

Higher Ed
This video explains the cloud platform, which is a suite of services made available by a provider. The most common service made available by cloud platforms is site and application hosting and, in recent years, has expanded to a wide...
Instructional Video3:10
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Document Databases - NoSQL

Higher Ed
This video explains NoSQL. Data is schemaless and organized into JSON-like objects. Instead of defined rows of needed information, an entry can be more free form. Entries can contain different information from other entries in the...
Instructional Video9:33
Curated Video

Building Microservices API in Go - Application Configuration

Higher Ed
In this video, you will learn how to manage application configuration using environment variables. We will discuss best practices for handling configuration in your application and how to securely store sensitive information such as API...
Instructional Video2:56
Curated Video

Building Microservices API in Go - Assignment Solution: Fix GetAllCustomers API

Higher Ed
In this solution video, we will review the solution for the GetAllCustomers API assignment and discuss the best practices for implementing the required functionality. This clip is from the chapter "Application Development" of the series...
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 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 Video7:33
Instructional Video8:59
Instructional Video4:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - List Interface - Immutability and Introduction of Implementations – Array

Higher Ed
In this video, we will explore the concept of immutability in the context of the List interface and discuss the array implementation as an introduction to different list implementations available in Java.
Instructional Video3:49
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 19 - Java Interface Versus Abstract Class - a Comparison

Higher Ed
In this video, we will explore the similarities and differences between Java interfaces and abstract classes and discuss the scenarios where one might be more appropriate than the other for a given programming task.
Instructional Video3:35
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Arrays - Using Person Objects and String Elements with Exercises

Higher Ed
In this video, you will learn about Java arrays—using person objects and string elements with exercises.
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 Video5:05
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - While Loop in Java - an Introduction

Higher Ed
In this video, you will learn about while loop in Java—an introduction.
Instructional Video4:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Do While Loop in Java - an Introduction

Higher Ed
In this video, you will learn about the do while loop in Java—an introduction.
Instructional Video5:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing State of an Object with Speed Variable

Higher Ed
In this video, you will learn about introducing the state of an object with the speed variable.
Instructional Video5:27
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Our First Java Class with Eclipse

Higher Ed
In this video, you will learn about our first Java class with Eclipse.
Instructional Video7:18
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Exploring Jakarta CDI with Spring Framework and Java

Higher Ed
In this video, you will learn about Jakarta CDI and how it can be used with the Spring framework and Java. You will explore the benefits of using CDI, such as dependency injection, and see how it can be integrated with Spring.
Instructional Video7:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Finish Routing Form Data on Express Side for Exercise App

Higher Ed
This video helps you finish routing form data on the Express side for the exercise app. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...