Instructional Video3:30
Curated Video

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

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

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

Higher Ed
This is an exercise video on structs in Solidity. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this section, we...
Instructional Video10:55
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Cloud Hosting with Heroku

Higher Ed
This video explains Heroku, which is a cloud platform that enables developers to build, run, and operate applications entirely on cloud. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for...
Instructional Video8:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis

Higher Ed
This video explains Redis, an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker with optional durability. This clip is from the chapter "Databases" of the series "Web...
Instructional Video4:05
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Sockets

Higher Ed
This video explains the WebSockets API, which makes it possible to open a bi-directional, interactive session between a client and server. WebSockets are the backbone for applications that have chat functionality. This clip is from the...
Instructional Video5:32
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Merging

Higher Ed
This video explains merging, which happens when a branch of new functionality is completed and ready to be brought back into the main development branch and ready to use. This clip is from the chapter "Version Control" of the series "Web...
Instructional Video4:17
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Client

Higher Ed
This video explains the client, which is a login that makes a webpage smart. It handles user interactions and flow of data between the user and server. The client is what turns a webpage into a web application. This clip is from 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 Video2:50
Curated Video

Vue.js 3 and Firebase for Beginners - Unsubscribing from Updates

Higher Ed
In this video, the author talks about how to unsubscribe from updates. To do this, we will use the useOrders.js file, where we can add the unsubscribe function to a variable. This clip is from the chapter "Real-Time Updates and Firebase...
Instructional Video2:30
Curated Video

Vue.js 3 and Firebase for Beginners - Real-Time Order Updates

Higher Ed
We will make a few updates in the useOrder.js file to get real-time order updates in the website. This clip is from the chapter "Real-Time Updates and Firebase Rules" of the series "Vue.js 3 and Firebase for Beginners".This section...
Instructional Video4:54
Curated Video

Vue.js 3 and Firebase for Beginners - Real-Time Pizza Updates

Higher Ed
This video talks about how to add real-time pizza updates to the website as some updates are reflected immediately while others are not updated. So, we will make a few changes to the usePizza.js file to get real-time updates. This clip...
Instructional Video7:27
Curated Video

Vue.js 3 and Firebase for Beginners - The Signup Function

Higher Ed
This video explains the signup function. This project is going to use Firebase authentication to manage user accounts and allow them to sign up and sign in. This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
Instructional Video10:33
Curated Video

Fundamentals of Neural Networks - Language Processing

Higher Ed
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information. This clip is from the chapter "Recurrent Neural Networks" of the...
Instructional Video7:14
Curated Video

Fundamentals of Neural Networks - Backward Propagation

Higher Ed
This video explains backward propagation, which is defined by the optimization problem called the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video8:44
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Update Database Data with Mapping in React Native by Compiling ChatGPT Code

Higher Ed
This video is a tutorial on updating database data with mapping in React Native by compiling ChatGPT code. You will learn how to map data from a database or API to components in your application's user interface, as well as how to handle...
Instructional Video2:51
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Deploy the Instagram Feed App to Your Phone

Higher Ed
In this video, we will go through the steps of deploying the Instagram feed app we built in React Native to our phones. By the end of this video, you will have a fully functional Instagram feed app running on your own phone.
Instructional Video6:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Java For Loop - Syntax and Puzzles

Higher Ed
In this video, you will learn about Java for loop—syntax and puzzles.
Instructional Video6:28
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 31 - Getting Started with Programming - Revise All Terminology

Higher Ed
This video talks about getting started with programming and revising all terminology.
Instructional Video6:33
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 30 - Java For Loop to Print Multiplication Table – Puzzles

Higher Ed
This video talks about Java for loop to print the multiplication table – puzzles.
Instructional Video9:04
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 27 - Java For Loop to Print Multiplication Table – Introduction

Higher Ed
This video talks about Java for loop to print the multiplication table – introduction.
Instructional Video3:25
Instructional Video4:45
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Annotations Versus XML Configuration for Java Spring Framework

Higher Ed
In this video, you will compare and contrast the use of annotations and XML configuration in the Spring framework. You will learn about the pros and cons of each approach and when to use one over the other.
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...