[widgets_on_pages id="Home widgets"]

Java Articles by Foojay.io

August, 2025

  • 31 August

    JavaFX Links of August 2025

    Author: Frank Delporte Original post on Foojay: Read More Table of Contents CoreApplicationsGamesComponents, Libraries, ToolsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here are the links shared on jfx-central.com in the August summary. 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 Announced by Johan Vos: “JavaFX now has …

    Read More »
  • 29 August

    Boosting Kafka Latency Performance by 3x with Zing JVM and AutoMQ

    Author: John Ceccarelli Original post on Foojay: Read More Table of Contents Why is Latency so Important to Kafka?Introduction of AutoMQIntroducing Azul Zing Builds of OpenJDKPerformance Test & Explanation Test Environment Configuration Latency: Taming the Tail CPU Utilization: Do More with Less Future Outlook Why is Latency so Important to Kafka? The importance of low latency in Kafka stems from …

    Read More »
  • 29 August

    Taking Java Arrays to Another Dimension

    Author: Simon Ritter Original post on Foojay: Read More Table of Contents What is a multidimensional array in Java?Declaring a multidimensional arrayMixing Bracket PositionsCreating a multidimensional arrayDefault values in arraysUnderstanding jagged arraysUnderstanding JVM bytecodes for array creationBytecode for arrays of primitivesBytecode for arrays of objectsBytecode for multidimensional arraysPerformance considerations with multidimensional arraysBenchmarking performance differencesConcluding thoughts Explore the intricacies of Java’s …

    Read More »
  • 26 August

    What happens when a Primary fails in a MongoDB replica set? Automatic failovers?

    Author: Shrey Batra Original post on Foojay: Read More In distributed systems, high availability is not a luxury—it’s a necessity. And one of the very important parts of that is automatic failovers. What are automatic failovers and how do they work? Let’s see today! These concepts are actually similar in every database, but as MongoDB is natively built for replica-sets, …

    Read More »
  • 26 August

    GitHub workflows tips and tricks

    Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents What are GitHub workflows?GitHub ActionsChoosing the right ActionKnow your ActionsPin your dependency versionUse the job summaryUnderstand workflows’ lifecycleTest locallySummary I’ve quite a lengthy experience with GitHub workflows, but not up to the point where I can claim I’m an expert. However, I recently developed a new workflow, and …

    Read More »
  • 26 August

    Git default options

    Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents git pushgit rebase Git has become a fundamental part of our developers’ daily routine that it’s hard to remember our lives without it. And yet, most of us use a limited set of commands and options. Today, I want to focus on two commands most developers probably use …

    Read More »
  • 25 August

    AI Gives Time, Not Confidence: Developer Productivity Toolkit

    Author: Jonathan Vila Original post on Foojay: Read More Let’s be real – keeping up with the pace of software development today is intense. New frameworks pop up and the push for faster, better, and more secure code never stops. This article is all about cutting through the buzz and looking at how AI-powered tools can actually help you, the Java developer, …

    Read More »
  • 20 August

    Managing MongoDB Database Changes Using Liquibase Pro

    Author: Ravindar Karampuri Original post on Foojay: Read More Table of Contents What is Liquibase?What is MongoDB?Setting up a local MongoDB instance on Windows Use Liquibase with MongoDB Prerequisites Install supporting drivers Connection configuration Connection test Hands-on execution steps detailed 1. Create project and add files 2. Project structure in VS Code 3. Lifecycle of Liquibase 4. Verify the Liquibase …

    Read More »
  • 19 August

    JC-AI Newsletter #3

    Author: Miro Wengner Original post on Foojay: Read More The first and second newsletters introduced a 14-day cadence, and even though it is the holiday season for many of us, we are sticking to the promised period. The current newsletter vol.3, brings a collection of valuable articles focusing on challenges that are commonly reported through reported breakthroughs in the field …

    Read More »
  • 18 August

    New Java Benchmark for Coding LLMs puts GPT-5 at the top

    Author: Jonathan Ellis Original post on Foojay: Read More Table of Contents GPT-5 is on top at every performance level and every price point … but it’s no speed demon Performance by task length Other observations Implications for builders A Note on Reasoning Introducing the Brokk Power Ranking The Brokk Power Ranking is a new open-source coding benchmark, featuring 93 …

    Read More »