Blog Posts

Recent posts

Kafka - GenericRecord vs SpecificRecord

2 minute read

Kafka has two types of record on producing and consuming Kafka messages which are called GenericRecord and SpecificRecord. Main difference between GenericRec...

Gradle - java-library plugin from 7.x version

less than 1 minute read

Gradle 7+ removed compile configuration so all existing gradle projects using compile configuration should be migrated. Instead java-library plugin was intro...

React for Vega Lite API

less than 1 minute read

Vega lite api provides an easy way to visualize data based on d3 framework. The following repository shows how react can integrate the vega lite api.