
Learn how to integrate Spring Cloud AWS with LocalStack to emulate AWS services like SQS, DynamoDB, and Parameter Store, enabling fast and cost-effective local development and testing.
Read More

Example of Kafka producer and consumer (also Reactive) with Spring Cloud Stream. Error handling with retry and DLQ.
Read More

Migrating a classic Spring Boot app to a GraalVM native image. My experience.
Read More

Let's challenge these two approaches with load tests!
Read More

Centralized security with Spring, example of OAuth2 Client and Resource Server and session management with Hazelcast.
Read More

Automatic Context Propagation with the spring-webflux-mdc library..
Read More

How to integrate JWT access token and refresh token with Spring Security.
Read More

Testing DynamoDB with a LocalStack container shared between test classes.
Read More

Centralized Retry configuration with Policy on HTTP statuses in response.
Read More

WebFlux with functional (RouterFunction) and traditional (annotation based) endpoints.
Read More

How to declare a bean, types and DI considerations.
Read More

Let's see how to implement a level 3 Restful Web Service of the Richardson Maturity Model.
Read More

Let's see how to monitor a Spring Boot app in a simple way.
Read More

Example of integration test with Spring Boot, JUnit 5 and H2 as in-memory database.
Read More

Example of unit test with JUnit 5 and Mockito using test drive development.
Read More

How to manage easily a Spring Batch app on several nodes with the Shedlock library.
Read More

An easy and fast way for develop an entry level backend.
Read More