Recent Posts

Python file writing mishaps

1 minute read

We had a requirement to pull data from Apple AppStoreApi and api response comes as compressed tab separated file and we coded it in python and quickly deploy...

Jackson Object Mapper

1 minute read

There are many tales about Jackson Object Mapper and I have seen many gotchas in my career, and every time I get struck and later find the gotch and always w...

Parallel Threads with Spring Context

less than 1 minute read

Parallel Threads with Spring Context We are developing a piece of code and in that we are executing bunch of methods in sequence, and these method are not wo...

Project Lombok

1 minute read

Project Lombok Four years ago when I first read about Project Lombok it sounded cool but never got a chance to use it anywhere.

TIKD Review

4 minute read

TIKD Review Note Tikd struck in a legal case and not sure if they are still serving users

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 ...