Instructional Video9:10
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS

Higher Ed
In this lesson, you will learn to hook up the OpenAI app, using the API key to provide access and then configuring the OpenAI API by linking it to the app to generate images. This clip is from the chapter "How to Get a DALL-E API OpenAI...
Instructional Video5:00
Curated Video

The Ultimate Guide to Blender 3D Rigging and Animation - Lesson 14 - Animating Tank Track on 3D Terrain

Higher Ed
In this video, you will learn to animate tank tracks on 3D terrain in Blender, rigging the tank tracks and animating them to adhere to different types of terrain surfaces. You will learn techniques for creating tank tracks and the...
Instructional Video8:15
Packt

Underfitting and Overfitting

Higher Ed
This video explains the concepts of underfitting and overfitting. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video8:05
Packt

Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the...
Instructional Video5:00
Packt

Lesson 14 - Animating Tank Track on 3D Terrain

Higher Ed
In this video, you will learn to animate tank tracks on 3D terrain in Blender, rigging the tank tracks and animating them to adhere to different types of terrain surfaces. You will learn techniques for creating tank tracks and the...
Instructional Video6:41
Curated Video

Multiplication Facts 6, 7, 8, 9, 10

3rd - Higher Ed
Mr. Addit gives a few hints and suggestions for solving facts with factors 6, 7, 8, 9, and 10.
Instructional Video2:03
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Index Out of Bound Exception handling

Higher Ed
In this video, we will explore the handling of array index out-of-bounds exceptions, which occur when attempting to access elements outside the valid index range of an array, safely accessing array elements, and handling exceptions when...
Instructional Video3:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods

Higher Ed
This video will deepen our understanding of ArrayList methods and their usage in practical scenarios. We will work through coding exercises that involve using ArrayList methods to perform common operations, sorting, searching, iterating,...
Instructional Video4:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java

Higher Ed
In this video, we will understand the concept of the final keyword in Java and its various applications, how final can be used to create constants, mark classes or methods as immutable, and enforce restrictions on inheritance and method...
Instructional Video5:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples

Higher Ed
In this video, we will gain hands-on experience with arrays through practical examples and exercises demonstrating how to manipulate array elements, search for specific values, perform sorting operations, and more. This clip is from the...
Instructional Video14:05
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding Arrays in Java

Higher Ed
In this video, we will gain a deep understanding of arrays in Java. This video will cover array declaration, initialization, accessing elements, and performing common array operations. You will also learn about multi-dimensional arrays...
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 the...
Instructional Video2:55
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Get Public Candlestick Price Data

Higher Ed
In this video, we will demonstrate how to retrieve public candlestick price data from the DYDX platform using the DYDX API. You will learn how to make API requests to fetch historical price data, which will be essential for analyzing...
Instructional Video11:09
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Full User Interaction and Tweaking

Higher Ed
In this video, we will go through the entire user interaction flow and make necessary tweaks to make it a smooth user experience. This clip is from the chapter "Frontend - React Web Application" of the series "ChatGPT Voice-Powered...
Instructional Video8:00
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Structuring Controller Component

Higher Ed
In this video, we will start building the Controller component of our React web application. We will look into the necessary steps and code structuring required for this component. This clip is from the chapter "Frontend - React Web...
Instructional Video9:39
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Improve Workflow, Sorting

Higher Ed
In this video, we will discover strategies to optimize the workflow for waiters. You will learn to implement features such as sorting orders based on priority or specific criteria, enabling waitstaff to handle orders more effectively and...
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 experience....
Instructional Video25:19
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Add / Remove Products

Higher Ed
In this video, you will learn to implement the functionality of adding and removing products in our application. This will enable users to customize their selections and manage their cart or order list effectively. This clip is from the...
Instructional Video30:27
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Refactor: Adding Repository Pattern

Higher Ed
In this video, we will understand the process of adding the repository pattern to our codebase, providing a clean and modular structure for interacting with the database. We will improve the overall efficiency and maintainability of our...
Instructional Video18:21
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Styling the Products View

Higher Ed
In this video, you will learn to apply custom styling techniques to the product view, enhancing its overall appearance and user experience. We will explore various styling options, including layout adjustments, color schemes, and...
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 seamless...
Instructional Video18:30
Curated Video

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

Higher Ed
The third part of the payment page will explore advanced techniques and functionalities to handle payment calculations, validation, and confirmation. By the end of this video, we will have a fully functional payment page in our...
Instructional Video9:30
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Add Ordered Product to Consumed Products

Higher Ed
In this video, we will implement functionality that adds ordered products to the list of consumed products. You will learn how to efficiently manage and update the consumed products data based on user orders, ensuring accurate tracking...
Instructional Video9:05
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Bugfix: Same Products Consumed for Every Table

Higher Ed
In this video, we will address a critical bug where the same products were being consumed for every table in our app. We will explore the root cause of the issue and implement the necessary fixes to ensure accurate and independent...