Recent Posts

Keeping Java Hot This Summer: August 2026 US & Canada JUG Tour with Simon Ritter

Author: Dominika Tasarz Original post on Foojay: Read More Summer conference season goes quiet. Most major Java events wrap by June, CFPs go dark while we’re waiting for the results and a lot of us – if we decide to carry on with the work – use August to either catch up on backlog, or training ( and I mean …

Read More »

How to Create a Spring Boot Fraud Scoring Service

Author: Geertjan Wielenga Original post on Foojay: Read More Most Java teams who want a machine learning model in production end up standing up a Python service and calling it over HTTP. That works, but it buys you, as a Java developer, a second runtime, a second deployment pipeline, a network hop on every prediction, and a team boundary that …

Read More »

HTTP QUERY Method Explained: RFC 10008, Ecosystem Adoption, and a Quarkus Implementation

Author: Hüseyin Akdoğan Original post on Foojay: Read More When you build a search API, you usually start with HTTP GET, the natural choice for a read operation: it is safe, idempotent, and cacheable. Then the search form grows, filters multiply, and nested criteria appear. Since using GET means placing the query inside the URI, a length limit problem emerges. …

Read More »