Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Structs in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Structs in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Hosting with Heroku
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Sockets
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Merging
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Client
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...
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 - Unsubscribing from Updates
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Real-Time Order Updates
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Real-Time Pizza Updates
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...
Curated Video
Vue.js 3 and Firebase for Beginners - The Signup Function
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...
Curated Video
Fundamentals of Neural Networks - Language Processing
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...
Curated Video
Fundamentals of Neural Networks - Backward Propagation
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Update Database Data with Mapping in React Native by Compiling ChatGPT Code
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...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Deploy the Instagram Feed App to Your Phone
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Java For Loop - Syntax and Puzzles
In this video, you will learn about Java for loop—syntax and puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 31 - Getting Started with Programming - Revise All Terminology
This video talks about getting started with programming and revising all terminology.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 30 - Java For Loop to Print Multiplication Table – Puzzles
This video talks about Java for loop to print the multiplication table – puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 27 - Java For Loop to Print Multiplication Table – Introduction
This video talks about Java for loop to print the multiplication table – introduction.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Building REST API to Update a Course – PUT
In this video, we will build REST API to update a course.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Understanding REST API – 10,000 Feet Overview
In this video, we will understand the fundamentals of REST API.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Annotations Versus XML Configuration for Java Spring Framework
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.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Finish Routing Form Data on Express Side for Exercise App
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...