Hello, I'm Prashant

and I am super excited to see you here!

I am a backend Java developer currently working at Codapayments. I am passionate about building code that is clean, maintainable and scalable. I am also a big fan of open source. I have created this blog to share my knowledge and experience with the community.

hero image

Latest Articles

Here are my latest articles you might be interested in.

Introduction to Gradle

Prashant Chaturvedi

Prashant Chaturvedi

June 11, 2023

In this article, I am going to introduce you to Gradle build system.

javagradle

Monitoring filesystem for changes in Java

Prashant Chaturvedi

Prashant Chaturvedi

June 3, 2023

In this article, we are going to see how to monitor filesystem for changes in Java.

javajava-nio

Does interface extend Object class in Java?

Prashant Chaturvedi

Prashant Chaturvedi

May 28, 2023

In this article, we are going to answer the question if interface extends Object class in Java.

java

Integrating GraphQL with Spring Boot

Prashant Chaturvedi

Prashant Chaturvedi

May 28, 2023

In this article, we are going to see how to integrate GraphQL with Spring Boot.

graph-qlspring-boot

Latest Recipes

Here are my latest code recipes you might be interested in.

Batch (chunk) processing java streams

Prashant Chaturvedi

Prashant Chaturvedi

May 12, 2023

In this recipe, we are going to see how to batch process Java streams.

recipesjavastreamsbatch-processingcoding-tips-tricks

Conversions between Java Date and LocalDate

Prashant Chaturvedi

Prashant Chaturvedi

May 12, 2023

In this recipe, we are going to see how to jump between different date types in Java.

recipesjavadatelocal-datelocal-date-timecoding-tips-tricks

Sort a Java map by its value

Prashant Chaturvedi

Prashant Chaturvedi

May 12, 2023

In this recipe, we are going to see how to sort a Java map by its value.

recipesjavamapsortingcoding-tips-tricks

Multiple active datasources in Spring Boot

Prashant Chaturvedi

Prashant Chaturvedi

May 12, 2023

In this recipe, we are going to see how to configure multiple datasources in Spring Boot.

javaspring-bootspring-data-jparecipescoding-tips-tricks

Latest Tutorial Series

Here are my new tutorial series that may interest you.

Getting started with Kotlin

Prashant Chaturvedi

Prashant Chaturvedi

May 8, 2023

In this tutorial series we are going to go through some basic concepts of Kotlin. We will also look at how to integrate Kotlin with Spring boot.

kotlinbasicsspring-boot