Recent posts

Continuous Deployment on AWS Lambda

Example of how a you can use a set of bash scripts to implement continuous deployment on AWS Lambda, with reference to a working sample project at GitHub.

jUnit @Rule and Spring Caches

Example of how you can create a custom jUnit @Rule to invalidate Spring caches to avoid residual data when executing integration tests.

Spring Boot Error Responses

I have written about Spring’s support for web response error handling a few times before (e.g. about custom error responses and how they can be generalized. ...