Recent Posts

PMD Unused private method

1 minute read

PMD Unused private method We use PMD for static analysis of our code and while doing that we encountered “unused private method” and while our IDE (Intellij ...

Externalize static analysis configs in Gradle

1 minute read

Externalize static analysis configs in Gradle With Gradle for a project we can create config files in the project and refer them relative to root project.

Standing up own Elastic Search Cluster

4 minute read

Standing up own Elastic Search Cluster Elastic Search is the most popular full text search engine out there which supports cluster with multiple nodes workin...