Saikat Sengupta

Saikat Sengupta

Software engineer, coffee lover, continuous learner, opensource contributor

Articles by Saikat Sengupta

Run Your Gradle Build Anywhere with the Gradle Wrapper

Gradle is a build automation tool that supports multi-language development. It is helpful to build, test, publish, and deploy software on any platform.

Read more

Exposing a Helpful Info Endpoint with Spring Boot Actuator

In a distributed, fast-paced environment, dev teams often want to find out at what time they deployed the app, what version of the app they deployed, what Git commit was deployed, and more.

Read more

Protect Your Code from NullPointerExceptions with Spring’s Null-Safety Annotations

NullPointerExceptions (often shortened as “NPE”) are a nightmare for every Java programmer. We can find plenty of articles on the internet explaining how to write null-safe code.

Read more