Programming

Intro to Golang: A Powerful and Efficient Programming Language
- By Abhishek Balani
- . May 22, 2023
In the world of programming, there are numerous languages available, each with its own set of features and benefits. One

Spring Boot ShedLock for Crons in Distributed Environment
- By Abhishek Balani
- . June 19, 2021
Spring Boot ShedLock solves a very common problem which occurs if you are running scheduled cron jobs in your application

Green Soul Monster Ultimate Chair Review
- By Abhishek Balani
- . June 10, 2021
The requirement for a good and ergonomic home office setup has increased a lot during this pandemic. After an extensive

Spring Boot Boilerplate Application Generator
- By Abhishek Balani
- . May 18, 2021
I have been working on Java spring boot for more than a year now. And whenever I start a new

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

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