
Should you use Lombok? Or, is it bad for you?
I’m a happy Lombok library user. I found this library a decade ago, and I’ve been using it ever since. I don’t remember facing any …
Tagged

I’m a happy Lombok library user. I found this library a decade ago, and I’ve been using it ever since. I don’t remember facing any …

I work as an Architect/TechLead/SeniorDeveloper depending on client engagement. And, Java is the primary programming language that I have used most of …

In Java world, Hibernate/JPA is the most popular ORM framework. Also, JPA/Hibernate is a very controversial topic because some people don’t like …
Spring AI Spring AI : Chat with LLMs Spring AI : Structured Output Spring AI : Chat Memory Spring Boot Getting Started with Spring Boot Spring Boot …

If you ever worked on a large project which doesn’t have any tests then you know how painful it is to work on such codebase. You know what is …

I was working on a SpringBoot application which is planned to deploy on AWS and, we were using S3, SQS and RDS services. LocalStack provides an …

Nowadays software development is a challenging task as the number of programming languages, frameworks, libraries are increasing rapidly day by day. …

We all know how to run SpringBoot application in debug mode from our favorite IDEs(IntelliJ IDEA, Eclipse etc) and debug the code. Recently I had to …

It’s been tough time for everyone due to the Corona virus situation. Staying at home for weeks and weeks is not easy, but it is very necessary …

While building the software, we all agree, as a team, to follow a set of guidelines which are typically considered as best practices. But during the …

I come across many blog posts from various sources like Twitter, StackOverflow, etc., and some of them are very helpful. Also, in day-to-day work I …
In the previous article, Introduction to Spring Cloud Config Server, we have seen how to use Spring Cloud Config Server. But the problem is that to …