Java Programming Spring Boot

Spring Boot ShedLock for Crons in Distributed Environment

Spring Boot ShedLock solves a very common problem which occurs if you are running scheduled cron jobs in your application

Java Programming Spring Boot

Spring Boot Boilerplate Application Generator

I have been working on Java spring boot for more than a year now. And whenever I start a new

Java Programming Spring Boot

Swagger with Authentication in Spring Boot

How do you maintain a good documentation of your APIs? And how do you share it with others? If you

Java Programming Spring Boot

Spring Boot Applications with MDC for Better Logging

In a world of complex and distributed application, logging plays a very crucial role in auditing and debugging. I have

Java Programming

Code Quality & Coding Standards with SonarLint

It is really important for any good software engineer to follow the coding standards and write quality code. This is

Java Programming

Daemon Threads in Java | How to NOT use them

Threads in Java, are a light-weight process within a process that helps in the concurrent execution of multiple parts of

Java Programming

Convert image to pdf in Java with iTextPdf

I have started working with Java spring boot a couple of months ago, along with my react project with kepler.gl.