Instructional Video4:57
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry

Higher Ed
In this video, you will be introduced to Schema Registry and how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema

Higher Ed
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video3:44
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - What's Inside an AVRO Record?

Higher Ed
In this video, you will learn about what's inside the AVRO record. This clip is from the chapter "AVRO Record- Under the Hood" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, we will quickly...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type

Higher Ed
In this video, we will code and learn the date logical types. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will cover the...
Instructional Video3:53
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder

Higher Ed
In this video, we will code and learn to use UUID as a key column in our CoffeeOrder Producer. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video12:31
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Add a Timestamp, Decimal Logical Type to the CoffeeOrder Schema

Higher Ed
In this video, you will learn to add a timestamp and decimal field to the CoffeeOrder Schema. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video4:29
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Logical Types in AVRO

Higher Ed
In this video, we will code and learn about the logical types in AVRO and how to use them in your project. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video5:22
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer

Higher Ed
In this video, we will code and consume the coffee order AVRO record from the Kafka topic. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts...
Instructional Video11:06
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Producer

Higher Ed
In this video, we will code and produce the coffee order AVRO record to a Kafka topic. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video7:45
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Produce and Consume Using AVRO Console Producer and Consumer

Higher Ed
In this video, you will learn to produce and consume AVRO messages using AVRO Console Producer and Consumer. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts...
Instructional Video3:17
Curated Video

The Complete Vue.js Course for Beginners - What Is Vue.js?

Higher Ed
This video introduces you to Vue.js, which is a JavaScript framework for building user interfaces. It is built on top of standard HTML, CSS, and JavaScript. It helps you do programs easily in it. This clip is from the chapter...
Instructional Video6:31
Curated Video

The Complete Vue.js Course for Beginners - For Loop Array of Objects

Higher Ed
In this video, we will talk about the use of for loop with arrays. We will do practical work related to for loops with arrays. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
Instructional Video1:30
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Clean Architecture - E-Commerce App

Higher Ed
In this video, we will discuss how to adapt the technology stack and frameworks of the e-commerce application to align with Clean Architecture. We will explore best practices for implementing the different layers and interfaces,...
Instructional Video2:54
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - Second Iteration

Higher Ed
In this video, the concept of adapting the microservices architecture in a second iteration is covered and the need for evolution and refinement of the architecture over time, considering new requirements, performance optimizations, and...
Instructional Video1:41
Curated Video

Design Microservices Architecture with Patterns and Principles - How gRPC Works

Higher Ed
In this video, we will understand the inner workings of gRPC and how it enables communication between microservices. We will explore concepts such as service definition, code generation, and message exchange using protobuf. This clip is...
Instructional Video2:02
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt Technology Stack - E-Commerce App - Layered Architecture

Higher Ed
In this video, we will discuss adapting the technology stack of our e-commerce application to align with the layered architecture. We will explore how different technologies and frameworks can be leveraged to implement each layer...
Instructional Video9:08
Curated Video

Roman Coins in Japan Suggest Ancient Global Trade Networks

3rd - Higher Ed
The discovery of Roman coins at a castle in Japan raises intriguing questions about the extent of Roman influence or trade connections with East Asia around 1800 years ago. While it's unlikely that there was direct contact between Rome...
Instructional Video3:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java

Higher Ed
In this video, we will learn about abstract classes, which provide a blueprint for derived classes but cannot be instantiated. We delve into the concept of abstraction, where we focus on the essential features of an entity and hide the...
Instructional Video23:51
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Get Book Detail and Deserialize Object and Debugging

Higher Ed
In this video, we will gain hands-on experience in retrieving book details, deserializing objects, debugging the Bookstore App, retrieving specific book information, performing deserialization, and debugging the code to ensure the...
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 Video13:23
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Marker Interface Serialization Deserialization Transient in Java

Higher Ed
In this video, we will understand the concept of marker interfaces in Java, specifically focusing on serialization, deserialization, and the transient keyword. This video will explain how these concepts are used to control the...
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 Video2:26
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Reading Data from File using Java and Printing in Java

Higher Ed
In this video, we will learn to read data from a file in Java and print it to the console. This video will demonstrate different approaches to reading data from files, such as reading character by character, line by line, or using more...
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...