Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS
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...
Curated Video
The Ultimate Guide to Blender 3D Rigging and Animation - Lesson 14 - Animating Tank Track on 3D Terrain
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...
Packt
Underfitting and Overfitting
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...
Packt
Stationarity in Time Series
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...
Packt
Lesson 14 - Animating Tank Track on 3D Terrain
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...
Curated Video
Multiplication Facts 6, 7, 8, 9, 10
Mr. Addit gives a few hints and suggestions for solving facts with factors 6, 7, 8, 9, and 10.
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Index Out of Bound Exception handling
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods
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,...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding Arrays in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding our First Java Program
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...
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Get Public Candlestick Price Data
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Full User Interaction and Tweaking
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Structuring Controller Component
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Improve Workflow, Sorting
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Payment Page 02
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....
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Add / Remove Products
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Refactor: Adding Repository Pattern
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Styling the Products View
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - CRUD Products: Part 2
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Payment Page 03
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Add Ordered Product to Consumed Products
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Bugfix: Same Products Consumed for Every Table
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...