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.
Here are my latest articles you might be interested in.
Introduction to Gradle
Prashant Chaturvedi
June 11, 2023
In this article, I am going to introduce you to Gradle build system.
Monitoring filesystem for changes in Java
Prashant Chaturvedi
June 3, 2023
In this article, we are going to see how to monitor filesystem for changes in Java.
Does interface extend Object class in Java?
Prashant Chaturvedi
May 28, 2023
In this article, we are going to answer the question if interface extends Object class in Java.
Integrating GraphQL with Spring Boot
Prashant Chaturvedi
May 28, 2023
In this article, we are going to see how to integrate GraphQL with Spring Boot.
Here are my latest code recipes you might be interested in.
Batch (chunk) processing java streams
Prashant Chaturvedi
May 12, 2023
In this recipe, we are going to see how to batch process Java streams.
Conversions between Java Date and LocalDate
Prashant Chaturvedi
May 12, 2023
In this recipe, we are going to see how to jump between different date types in Java.
Sort a Java map by its value
Prashant Chaturvedi
May 12, 2023
In this recipe, we are going to see how to sort a Java map by its value.
Multiple active datasources in Spring Boot
Prashant Chaturvedi
May 12, 2023
In this recipe, we are going to see how to configure multiple datasources in Spring Boot.
Here are my new tutorial series that may interest you.
Getting started with Kotlin
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.