Spring Boot configuration from AWS Parameter StoreIn some cases, the application can’t contain the credentials inside the configuration files as usual, like application.yml or…Apr 8, 20211Apr 8, 20211
Testing an API using Restassured and WireMock with Spring bootIn a micro-services architecture, services need to communicate to each other. In a non-trivial backend, it’s common for HTTP calls to…Mar 20, 2021Mar 20, 2021
How To Run Docker Compose with TestcontainersIn our daily jobs we often need to implement integration tests that will validate the feature implemented, in an environment as close as…Mar 11, 20211Mar 11, 20211
Guide: Simple and Powerful Integration Tests With Gradle And Docker-ComposeTL;DR: The code example for this guide can be found here: https://github.com/codeal-io/tutorials/tree/main/gradle-docker-composeMar 3, 2021Mar 3, 2021
Headers vs Body?Recently at work, while designing an API, we faced the question “should we put the user preferred language in the header or body“?Feb 25, 2021Feb 25, 2021