Recent posts

gRPC & Java

5 minute read

Google released gRPC as the new open source framework in the year 2015, since then it has changing the way data is exchanged between services across multiple...

Why Random-JPA?

1 minute read

In today’s software world, testing is treated as important as the production code.

Setup database & spring boot application

3 minute read

Before we start with Random-JPA, we need to simulate an application. I will be creating a simple spring boot application using MySql as my database for this ...