All Posts

Swagger with Authentication in Spring Boot
- By Abhishek Balani
- . April 15, 2021
How do you maintain a good documentation of your APIs? And how do you share it with others? If you

Spring Boot Applications with MDC for Better Logging
- By Abhishek Balani
- . March 14, 2021
In a world of complex and distributed application, logging plays a very crucial role in auditing and debugging. I have

Glazedinc Curved UV Tempered Glass Review | OnePlus 8 Pro
- By Abhishek Balani
- . December 1, 2020
The worst thing about Oneplus 8 Pro and other curved devices that it is hard to get good screen tempered

Yamaha YHT 1840 Home Theatre Review
- By Abhishek Balani
- . August 20, 2020
I have been using Yamaha YHT 1840 Home Theatre for more than a year now. And I think I have

Code Quality & Coding Standards with SonarLint
- By Abhishek Balani
- . August 8, 2020
It is really important for any good software engineer to follow the coding standards and write quality code. This is

Daemon Threads in Java | How to NOT use them
- By Divya Biyani
- . August 1, 2020
Threads in Java, are a light-weight process within a process that helps in the concurrent execution of multiple parts of

Convert image to pdf in Java with iTextPdf
- By Abhishek Balani
- . July 31, 2020
I have started working with Java spring boot a couple of months ago, along with my react project with kepler.gl.