Avro Schema Compatibility Test
How to make schema compatibility check part of your build time.
How to make schema compatibility check part of your build time.
How to inter-convert avro schema to class programatically.
How to define Avro Schema with Default values
Avro serialization de-serialization using Confluent Schema registry
On java 8 Comparator interface there are new default methods using which compare objects in declarative way.
Understanding how Files are linked from programming languages to Operating System File Table
Suppose we have a List of strings and want to group them by length.
We can use Collectors.groupingBy()
for this task.
Understanding the concept of paging in Operating System
Understanding encoding in details and various encoding mechanisms.
Understanding Java 8 Reduce
function