Instructional Video3:46
Curated Video

High Five Facts - Bridges

Pre-K - 5th
This video explores five fun facts about bridges.
Instructional Video6:18
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Arithmetic Exception Handling

Higher Ed
In this video, we will get hands-on experience handling arithmetic exceptions in Java. We will also understand the different coding tasks involving handling division by zero errors, performing calculations safely, and using appropriate...
Instructional Video14:47
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Map and its Uses

Higher Ed
In this video, we will learn about the Map interface and its implementations, HashMap, in the Collection Framework. We will create and work with key-value pairs, perform operations like adding, retrieving, and removing elements from a...
Instructional Video6:37
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Wrapper Class, Autoboxing and Unboxing

Higher Ed
In this video, we will discover wrapper classes, which provide a way to work with primitive data types as objects. This video will explain autoboxing and unboxing, which enables automatic conversion between primitive types and their...
Instructional Video6:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding OOPS Concepts with Real-World Examples

Higher Ed
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...
Instructional Video3:51
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Taking User Input from Keyboard

Higher Ed
In this video, we will discover how to interact with users by taking input from your Java programs' keyboard and reading input using the Scanner class, enabling you to prompt users for information during program execution.
<
br/>...
Instructional Video6:46
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding our First Java Program

Higher Ed
After we have written and executed our first Java program, we understand its components and functionality. This video will dissect each line's code, purpose, and role in the program's execution. We will gain a deeper comprehension of...
Instructional Video5:30
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Send Message through Python

Higher Ed
In this video, we will show you how to send messages to Telegram using Python code. You will learn how to utilize the Telegram API, integrate it into your trading bot's codebase, and send messages programmatically. This method provides...
Instructional Video12:14
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Open Trades - Initial Setup

Higher Ed
In this video, we will guide you through the initial setup of open trades in your trading bot. You will learn how to define the parameters for opening trades, including entry conditions, position sizing, and risk management. This setup...
Instructional Video6:17
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Get ISO Times

Higher Ed
In this video, we will show you how to retrieve ISO times using Python. ISO times are essential for synchronizing data and ensuring accurate timestamps for market data. You will learn how to gather ISO times from reliable sources,...
Instructional Video10:03
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - All Positions Function - Part 2

Higher Ed
In this video, we will continue the implementation of the close all positions function for our trading bot. Building upon the previous video, you will learn the remaining steps and considerations for closing open positions on the DYDX...
Instructional Video16:24
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Connect to DYDX in Python with Colab

Higher Ed
In this video, we will walk you through the process of connecting to the DYDX platform using Python and Colab. You will learn how to set up a Colab notebook, import necessary libraries, and establish a connection to DYDX, enabling you...
Instructional Video8:29
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Playing Back Audio and Blob Encoding

Higher Ed
In this video, we will incorporate the functionality to play back recorded audio. We will also cover blob encoding for storing the recorded audio in the database.
<
br/>
This clip is from the chapter "Frontend - React Web...
Instructional Video4:38
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Animating a Record Icon

Higher Ed
In this video, we will add animation to our record icon for a more interactive user interface. We will discuss how to incorporate the animation with our existing code.
<
br/>
This clip is from the chapter "Frontend - React Web...
Instructional Video8:44
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Adding Audio Recording Functionality

Higher Ed
In this video, we will add the functionality to record audio in our application. We will explore the necessary code and structure to achieve this feature.
<
br/>
This clip is from the chapter "Frontend - React Web Application" of...
Instructional Video9:43
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Title Component - Part I (Reset Function)

Higher Ed
In this video, we will build the first part of the Title component that includes the reset function. We will cover the implementation of the reset function in detail.
<
br/>
This clip is from the chapter "Frontend - React Web...
Instructional Video7:37
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Store and Reset Message Data

Higher Ed
In this video, we will create a data structure to store and manage the conversation history of our chatbot and learn how to reset the chatbot for new conversations.
<
br/>
This clip is from the chapter "Backend Build - Working with...
Instructional Video8:53
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Receiving ChatGPT Response

Higher Ed
In this video, we will receive the response from ChatGPT and send it back to the frontend for display.
<
br/>
This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT Voice-Powered Chatbot Build with...
Instructional Video10:11
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Convert Voice to Text with Whisper

Higher Ed
In this video, you will learn how to use the Whisper library to convert the voice snippets we recorded to text for processing by our chatbot.
<
br/>
This clip is from the chapter "Backend Build - Working with AI" of the series...
Instructional Video9:04
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Final Updates and Finishing Touches

Higher Ed
In this video, we will make some final updates and finishing touches to our React application.
<
br/>
This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series "ChatGPT Voice-Powered Chatbot Build with...
Instructional Video10:35
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Refactor: Create New Bill for Every User without Update

Higher Ed
Building upon the previous video, this video focuses on refactoring the code to create a new bill for every user without performing unnecessary updates. You will learn to optimize the process and improve the performance of bill...
Instructional Video15:09
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Payment Page 02

Higher Ed
Continuing from the previous video, this video focuses on the second part of the payment page. You will learn to integrate additional components and features, further refining the payment process and ensuring a smooth user...
Instructional Video9:24
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Save Add / Delete of Consumed Products to PouchDB and CouchDB

Higher Ed
In this video, you will learn to seamlessly save the addition or deletion of consumed products to PouchDB and CouchDB, ensuring data consistency and persistence across different platforms and devices.
<
br/>
This clip is from the...
Instructional Video12:20
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - CRUD Products: Part 2

Higher Ed
Building upon the previous video, this segment will cover additional techniques for CRUD operations related to products. We will explore advanced functionalities and best practices for managing product data efficiently, ensuring...