HTTP QUERY Method Explained: RFC 10008, Ecosystem Adoption, and a Quarkus Implementation
When you build a search API, you usually start with HTTP GET, the natural choice for a read operation: it is safe, idempotent, and …

Since 2005, Huseyin Akdogan has been developing enterprise applications with Java, holding training, writing articles, and consultancy services about Java runtimes such as Spring, Quarkus, and some big data technologies. Also, he is one of the leaders of JUG Istanbul and has been an organizer or a speaker at many meetings. Along with these, he is the author of Elasticsearch Indexing book.

When you build a search API, you usually start with HTTP GET, the natural choice for a read operation: it is safe, idempotent, and …

DPoP is one of the most exciting developments in the IAM (Identity and Access Management) space in recent years. Yet many backend developers …

Gatherers is a new and powerful API that enhances the Stream API by modeling intermediate operations and allowing the definition of custom …

In Project Loom, "continuation" is delimited, a "coroutine", sequential code suspends or yields execution by itself, resumed by a caller.

The Scoped Values API allows us to store and share immutable data for a bounded lifetime, and is included since Java 20 as an incubator API.