Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - What's Inside an AVRO Record?
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Add a Timestamp, Decimal Logical Type to the CoffeeOrder Schema
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Logical Types in AVRO
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Producer
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Produce and Consume Using AVRO Console Producer and Consumer
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...
Curated Video
The Complete Vue.js Course for Beginners - What Is Vue.js?
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...
Curated Video
The Complete Vue.js Course for Beginners - For Loop Array of Objects
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Clean Architecture - E-Commerce App
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - Second Iteration
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - How gRPC Works
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt Technology Stack - E-Commerce App - Layered Architecture
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...
Curated Video
Roman Coins in Japan Suggest Ancient Global Trade Networks
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Get Book Detail and Deserialize Object and Debugging
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Marker Interface Serialization Deserialization Transient in Java
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...
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 - Reading Data from File using Java and Printing in Java
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...
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...