Curated Video
EXCEL DATA: SUMIF and COUNTIF
Join Mark to dive into SUMIF and COUNTIF, calculating with conditions like a wizard.
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Install Tailwind
In this video, we will install Tailwind, a popular CSS framework that provides ready-to-use styling classes, to make styling our components easier. This clip is from the chapter "Extra: (Optional) - React Crash Course" of the series...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Expectation versus Reality
In this video, we will discuss the expectations versus the reality of the course. You will learn what you can realistically achieve from the course and what you will need to do to achieve it. We will also discuss how you can prepare...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on program to Serialize and Deserialize Objects in Java
In this video, we will apply our knowledge of serialization and deserialization through hands-on exercises. This video will guide us through coding tasks that involve serializing Java objects into a byte stream, writing them to a file,...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Getting all information of a file like file size, etc.
In this video, we will discover how to retrieve information about a file, such as its size, permissions, and other metadata. This video will explain how to use Java's file-handling APIs to access and retrieve file information, allowing...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on Program to Create New File Using Java
In this video, we will gain practical experience with file handling by creating a new file in Java, creating a new file, checking file existence, and performing file-related operations using Java's file-handling capabilities. This clip...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java
In this video, we will apply our knowledge of threads through hands-on exercises. We will understand how to create and manage threads, synchronize thread execution, and experience the benefits of multithreading in practical scenarios....
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 Map and its Uses
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...
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 - Hands-on with Access Modifiers
In this video, we will apply our knowledge of access modifiers through hands-on exercises, coding tasks that involve defining classes with different access modifiers, accessing and modifying class members, and understanding the...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Access Modifiers in Java
In this video, we will learn about access modifiers in Java, which control the visibility and accessibility of classes, variables, and methods. We will also understand public, private, protected, and default access modifiers and their...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with CompareTo method in String
In this video, we will deepen our understanding of string comparison by working with the compareTo method, how to use the compareTo method to compare strings lexicographically, helping you understand how strings are ordered and sorted....
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing
This video will explore wrapper classes, autoboxing, and unboxing into practice with hands-on exercises. We will understand coding tasks that involve creating wrapper class objects, performing autoboxing and unboxing operations, and...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on and Debugging for Interface and Multiple Inheritance in Java
In this video, we will gain hands-on experience with interfaces and multiple inheritance concepts, exercises to implement interfaces, utilize interface inheritance, and troubleshoot common issues related to interface usage. This clip is...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Handson and Debugging for Static Concept in Java
In this video, we will gain hands-on experience with static members and learn debugging techniques for resolving issues related to static variables and methods through practical exercises to deepen our understanding and troubleshoot...
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 - Constructor Overloading, this keyword
In this video, we will extend our understanding of constructors by exploring constructor overloading that enables the creation of multiple constructors with different parameter sets, the "this" keyword, and use it to refer to the current...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Using For Loop in Java
In this video, we will discover the power of the “for†loop for iterative tasks in Java and learn the syntax and usage of the for loop, iterate over arrays, and solve common programming challenges using this looping construct. This...
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Download and Test Bot
In this video, we will guide you through the steps of downloading your trading bot code onto the AWS EC2 instance and testing its functionality. You will learn how to transfer your codebase to the EC2 instance, execute the bot, and...
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Sending First Message through URL
In this video, we will demonstrate how to send your first message to Telegram using a URL. You will learn how to construct the message URL, include relevant information, and send the message to your Telegram bot. This method allows for...
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Connect_To_DYDX
In this video, we will demonstrate how to establish a connection to the DYDX platform using the Python code. You will learn how to authenticate with your DYDX credentials, set up the necessary API keys, and ensure a secure and reliable...
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Adding Environment Variables
In this video, we will show you how to add environment variables to your development environment. You will learn how to securely store sensitive information, such as API keys and credentials, as environment variables. This practice...
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - GitHub Repository Setup
In this video, we will demonstrate how to set up a GitHub repository for your trading bot. You will learn how to create a new repository, initialize it with your project files, and establish a connection between your local development...