Instructional Video3:58
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Tech Stack - Styling

Higher Ed
In this video, we will cover the styling tech stack and tools that we will be using for the project. You will learn about styling libraries such as Bootstrap and Material UI. We will discuss how to create a visually appealing UI and how...
Instructional Video17:00
Curated Video

Step2_Lesson2_Short Vowel a (_ag, _ap)

Pre-K - 3rd
Learn how to read words with the short vowel 'a' sound when they end with 'ag,' and 'ap'.
Instructional Video15:04
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Serialize and save Book Entity in the file

Higher Ed
This video will explore the serialization process and how to save book entities in a file for persistent storage. The serialization mechanism enables you to convert book objects into a byte stream and store them in a file for future...
Instructional Video11:59
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Integrate Repository & Converter layer for Book by using Adapter Design pattern

Higher Ed
In this video, we will discover the power of the Adapter Design pattern in integrating the repository and converter layers for efficient data management in the Bookstore App, the Adapter pattern, and implementing it to establish a...
Instructional Video13:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer

Higher Ed
In this video, we will explore the integration of the book client with the controller and service layers in the Bookstore App. This video will demonstrate how to establish communication between the client and the controller/service...
Instructional Video2:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating Controller Layer and Test Client Class for Book

Higher Ed
In this video, we will discover the importance of the controller layer in handling incoming requests and coordinating the flow of data in the Bookstore App, creating the controller class, defining request mapping endpoints, and...
Instructional Video2:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating Service Layer Interface and Implementation Layer for Book

Higher Ed
In this video, we will learn to create the service layer interface and its implementation for managing book-related operations in the Bookstore App, defining the service interface with the necessary methods and implementing them to...
Instructional Video6:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes

Higher Ed
This video will dive into creating the data transfer object (DTO) and entity classes for the Bookstore App. This video will explain the purpose and structure of DTOs and entities and implement them for the Bookstore App, enabling storing...
Instructional Video6:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating all the required packages

Higher Ed
This video will teach us to organize code into packages to maintain a modular and structured project. This video will guide you through creating the necessary packages for different components of the Bookstore App, ensuring a logical...
Instructional Video7:06
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Sequence Diagram Explanation

Higher Ed
In this video, we will explore sequence diagrams and how they are used to visualize the interactions between different components in a system. This video will explain the purpose and structure of sequence diagrams and how they can be...
Instructional Video3:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Project Overview

Higher Ed
In this video, we will Get an overview of the capstone project, the Bookstore App, including its main features, functionalities, and goals. This video will introduce the project scope and set the stage for the subsequent videos in this...
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 Video6:28
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Garbage Collector and Garbage Collection Mechanism in Java

Higher Ed
In this video, we will learn about the garbage collector, a crucial component of Java's memory management system, and how the garbage collector works, including object reachability, garbage collection algorithms, and the importance of...
Instructional Video5:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Different Ways of Creating Threads in Java

Higher Ed
In this video, we will explore different techniques for creating threads in Java by extending the Thread class and implementing the Runnable interface, enabling you to leverage the power of multithreading in your applications. This clip...
Instructional Video10:16
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - What is Thread and Thread Life Cycle

Higher Ed
In this video, we will learn about threads, independent units of execution in Java, their life cycle, the concept of threads, their creation, and the various states they go through during their life cycle, such as new, runnable, blocked,...
Instructional Video11:53
Curated Video

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

Higher Ed
In this video, we will explore creating and handling custom exceptions in Java. We will look at a demonstration on how to define custom exception classes, throw and catch them, and handle exceptional scenarios specific to your...
Instructional Video1:41
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-2

Higher Ed
In this video, we will continue building skills with the finally block through additional hands-on exercises. We will explore combining try-catch-finally blocks, handling exceptions in a controlled manner, and ensuring proper resource...
Instructional Video4:32
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Finally Block in Exception Handling - part-1

Higher Ed
In this video, we will gain practical experience with the final block through hands-on exercises and learn to use the final block to clean up resources, perform cleanup operations, and handle exceptional situations effectively. This clip...
Instructional Video4:16
Curated Video

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

Higher Ed
In this video, we will learn to handle null pointer exceptions, a common exception in Java. We will explore coding exercises that involve checking and handling null values, ensuring the proper functioning of your code in scenarios where...
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 Video21:54
Curated Video

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

Higher Ed
In this video, we will understand the fundamentals of exception handling in Java, the concept of exceptions, different types of exceptions, and the try-catch-finally blocks used for handling exceptions. We will learn to write code that...