foojay

Why We Moved Our Timefold Java Worker Pods from AMD to ARM64

Author: Tom Cools Original post on Foojay: Read More When we investigated unexpected performance variance in our Timefold Solver worker pods on our platform, we traced it to hyperthreading on AMD (x86-64) cloud instances. Switching to ARM (ARM64), where each vCPU maps to a physical core, eliminated the problem and roughly doubled effective throughput per dollar for concurrent solver workloads. …

Read More »

Closing the Visual Gap Between the Official Lottie Webplayer and Lottie4J

Author: Frank Delporte Original post on Foojay: Read More A Lottie library is only as good as its output looks. If an animation renders differently in Lottie4J than it does in the official web player, that’s a bug, even when no exception is thrown and the code looks correct. Within the fxfileviewer, there is an app to visually compare the …

Read More »

A Week of Housekeeping: What Changed on Foojay.io

Author: Dominika Tasarz Original post on Foojay: Read More Running a community website is a bit like maintaining a codebase: the content that matters most is never completely done. And if you don’t schedule regular housekeeping, things can get outdated… Last week, we did some cleanup, restructuring, and updating. Here’s an overview of what changed. Navigation Reorganised The top menu …

Read More »

Demystifying Exposed: The Intelligent SQL Library for Kotlin

Author: Mahendra Rao B Original post on Foojay: Read More Introduction For quite some time, I have been a huge fan of and fascinated by JetBrains products, tools, and libraries because of their masterful craftsmanship in product creation and their pristine focus on building high-quality developer tools. Even more excitingly, JetBrains Java Annotated Monthly newsletters have featured most of the …

Read More »

This Dependency Update Looked Exactly Like an Account Takeover

Author: Muhammad Usman Original post on Foojay: Read More I pointed a scanner I have been building at an old Spring project, and it flagged javax.activation. The bump was 1.1-rev-1 to 1.1.1. Prior releases carried a GPG signature. This one did not. If you have read the post-mortems of real supply-chain attacks, that pattern should make you sit up. A …

Read More »

BoxLang 1.14.0 : Navigate Anything: JSONPath Comes to BoxLang’s DataNavigator

Author: Cristobal Escobar Original post on Foojay: Read More Every application eventually has to deal with deeply nested data. JSON API responses with payloads six levels deep. Configuration files where the key you need is buried inside an array of objects, one of which has a null for the field you thought was required. Module metadata structures that nobody wrote …

Read More »

Building AI Systems with MongoDB: Implementing the Planning Pattern

Author: Otavio Santana Original post on Foojay: Read More Artificial Intelligence has swiftly evolved from a niche research topic to a technology that impacts nearly every aspect of the software industry. Developers now use AI to generate code, review pull requests, create documentation, and accelerate workflows through methods like vibe coding and specification-driven development. While these applications position AI as …

Read More »

Using the Raspberry Pi Sense HAT with Pi4J Drivers

Author: Igor De Souza Original post on Foojay: Read More One of the biggest advantages of the Pi4J Drivers project is the ability to interact with complex hardware through simple and intuitive Java APIs. A great example of this is the Raspberry Pi Sense HAT, one of the most popular Raspberry Pi add-on boards and the hardware platform used in …

Read More »

JavaFX Links of June 2026

Author: Frank Delporte Original post on Foojay: Read More Here are the JavaFX LinksOfTheMonth of June 2026. You can find the weekly lists on jfx-central.com. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via links@jfx-central.com. Core Message by Johan Vos: “I’ve spent most of today (and the …

Read More »