Recipes

Here are all my code recipes.

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