Recent Posts

Learning redis

1 minute read

Just use this article to collect some common lessons/issues around redis.

Jacoco plugin in Jenkins

1 minute read

Jacoco has been used in the project to assure the test coverage. However, I didn’t realize that the jacoco job in jenkins is using a different plugin than th...

Mockito Cheatsheet

less than 1 minute read

As a Java developer, Mockito is your good friend for unit test. Using this to record some frequently used Mockito usages: