What are HTTP ETags?
In this article, we will learn what ETags are and how they relate to If-None-Match, If-Match headers, and 304 and 412 HTTP status codes.
Articles
In this article, we will learn what ETags are and how they relate to If-None-Match, If-Match headers, and 304 and 412 HTTP status codes.
I am writing this post, because I would like to share some exciting news with you- the Codersee course platform has been fully migrated to
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.
This article provides a general overview of Reactive Programming and tools available in Kotlin in terms of Reactive Programming.
This article provides all the necessary information you need to know about setting up a Ktor client with OpenWeatherMap API.