Using Spring With Lombok

Lombok can be easily integrated with Spring Framework to make your code more concise and readable. By using Lombok with Spring, developers can reduce the amount of code they need to write and focus on the core functionality of their application.

February 16, 2023 · 6 min · Siddhant Shaw

Refactoring to State Pattern

Refactoring is a process of changing a software in a way that doesn’t alter the external behavior of code and yet improves its internal structure. In this post I am trying to explain how one of the bad code smell can be treated using State Patterns.

August 9, 2022 · 5 min · Siddhant Shaw