Instructional Video4:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Simple AVRO Schema

Higher Ed
In this video, you will learn to build a simple AVRO schema. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section,...
Instructional Video4:29
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?

Higher Ed
In this video, you will learn about AVRO and why AVRO is one of the popular serialization formats. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts...
Instructional Video12:09
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}

Higher Ed
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video15:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the Service Layer to Map the DTO to AVRO Domain Object

Higher Ed
In this video, we will build the service layer for the coffee-orders-service, which is going to behave as a transformational layer to transform objects from DTO to AVRO records. This clip is from the chapter "Build a Coffee Order Service...
Instructional Video12:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy

Higher Ed
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:13
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema

Higher Ed
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Instructional Video6:25
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Different Types of Naming Strategies

Higher Ed
In this video, we will explore the different naming strategies that are available in Schema Registry. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video6:36
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Add/Delete Optional Fields - FULL Compatibility

Higher Ed
In this video, we will code and learn about FULL compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Instructional Video11:38
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Adding a New Field in Schema - FORWARD Compatibility

Higher Ed
In this video, we will code and learn about FORWARD compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video5:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Maven

Higher Ed
In this video, we will code and learn about how to integrate our code to work with the Maven local repository. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts...
Instructional Video6:38
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume "Key" as an AVRO Record

Higher Ed
In this video, you will learn to produce keys that are also an AVRO record. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you...
Instructional Video9:08
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consumer Record Using Schema Registry

Higher Ed
In this video, we will code and learn about 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 Contracts Using Schema...
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 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 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 Video4:38
Curated Video

Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 2

Higher Ed
Here, you will learn to combine and filter data based on multiple conditions in the same query using operators. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section...
Instructional Video6:27
Curated Video

Master SQL for Data Analysis - Overview - Database, DBMS, SQL

Higher Ed
In this video, the author discusses the key terms used when talking about SQL and relational databases. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses on...
Instructional Video5:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Developer Toolbar

Higher Ed
This video explains the Excel VBA developer toolbar and the various panels associated with it. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...
Instructional Video4:00
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Macro Recording

Higher Ed
This video explains how to record a simple macro that center-aligns texts. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces you to the course...
Instructional Video12:14
Curated Video

Oracle Database Administration from Zero to Hero - Using External Tables

Higher Ed
In this video, we will introduce External Tables, a powerful feature for accessing data in external files as if they were database tables. You will learn how to describe External Tables, use them with the ORACLE_LOADER driver for data...
Instructional Video11:57
Curated Video

Oracle Database Administration from Zero to Hero - Using SQL Loader (Part 3 of 4)

Higher Ed
In this video, we will further enhance your knowledge of SQL Loader by exploring additional control file configuration options. You will also learn how to use multiple INTO TABLE clauses to load data into multiple tables simultaneously....