Test Spring Boot AWS S3 with Localstack and Testcontainers
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.
The second article in a series dedicated to Spring Boot AWS S3 integration focused on S3Template and Kotlin.
A step-by-step guide on how to configure a Spring Boot Kotlin app to work with AWS S3 Object Storage using the S3Client.
A step-by-step guide on how to implement and configure a Spring Boot application to send metrics to Datadog.
Learn how to perform integration testing for Spring WebClient that invokes external REST APIs with WireMock and JUnit 5.
In this, practical tutorial, I will show you how to test a REST API created with Micronaut, Kotlin and MongoDB.
In this short article, I will show you how to solve the “Unexpected error occurred: Can’t find a codec for CodecCacheKey” in Micronaut.
In this, 3rd article in a series, I will show you how to add role-based access control (RBAC / role-based security) to our Ktor project.
In this article, we will learn how easily we can automate our Kotlin project with git hooks on the example of Ktlint pre-commit check.