Blog Posts

Recent posts

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.