Recent Posts

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 »

Introducing Sheetmusic4J, a Java(FX) Library to Render and Interact with Sheet Music

Author: Frank Delporte Original post on Foojay: Read More I’m building MelodyMatrix with my son, an application to look at and play along with music. The app already shows a song in different views: falling blocks, chords, guitar views, and many more. Now we want a Learn section, a view that helps someone practice piano by following the actual sheet …

Read More »

Featured Authors July and August 2026

Author: Frank Delporte Original post on Foojay: Read More Foojay wouldn’t exist without the many contributions from its community, whether it’s a single post or an ongoing stream of knowledge sharing. That’s why we’ve started highlighting two of them each month as Featured Authors. We kicked this off in July with Igor and Steve, and this post covers both our …

Read More »