Instructional Video4:39
Curated Video

EXCEL DATA: SUMIF and COUNTIF

Pre-K - Higher Ed
Join Mark to dive into SUMIF and COUNTIF, calculating with conditions like a wizard.
Instructional Video4:09
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Install Tailwind

Higher Ed
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...
Instructional Video4:01
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Expectation versus Reality

Higher Ed
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...
Instructional Video7:19
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on program to Serialize and Deserialize Objects in Java

Higher Ed
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,...
Instructional Video1:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Getting all information of a file like file size, etc.

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

Java for Beginners with Hands-On Program and Capstone Project - Hands-on Program to Create New File Using Java

Higher Ed
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...
Instructional Video5:21
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java

Higher Ed
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....
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 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 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 Video9:49
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Access Modifiers

Higher Ed
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...
Instructional Video1:41
Curated Video

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

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

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with CompareTo method in String

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

Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing

Higher Ed
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...
Instructional Video9:01
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on and Debugging for Interface and Multiple Inheritance in Java

Higher Ed
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...
Instructional Video10:24
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Handson and Debugging for Static Concept in Java

Higher Ed
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...
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 Video10:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Constructor Overloading, this keyword

Higher Ed
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...
Instructional Video11:55
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Using For Loop in Java

Higher Ed
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...
Instructional Video8:24
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Download and Test Bot

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

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Sending First Message through URL

Higher Ed
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...
Instructional Video6:02
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Connect_To_DYDX

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

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Adding Environment Variables

Higher Ed
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...
Instructional Video6:26
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - GitHub Repository Setup

Higher Ed
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...