Resizing images on-the-fly
How to use Apache APISIX with imgproxy to reduce the storage cost of images in multiple resolutions.

How to use Apache APISIX with imgproxy to reduce the storage cost of images in multiple resolutions.

The new Stable Azul Zulu Prime Build of OpenJDK brings many improvements and fixes to bring a more performant and secure runtime to your …

Explore the intriguing world of web crawling in Java through a comparative lens: classical threads vs. virtual threads.

Disabling C2 can be an option to speed up builds of smaller Java applications in CI systems, mainly when restricted to one or two CPU cores.

Understanding memory management in Java, and particularly the role of object allocation is essential when optimising system performance.

Learn how to build a real-time application to process Wikimedia streams using Kafka and Hazelcast.

Chronicle Services presents an opinionated view of several of the specialised libraries we have developed to support low-latency …

Load testing entails testing how our application performs under a significant load so we can be certain it behaves as expected when there’s …

ReadyNow Orchestrator delivers the highest possible optimized code speed at warmup, making deployment easier for containerized Java.

In this tutorial, we will explore the concept of thread safety in Java, specifically focusing on a simple counter.