Recent Posts

Improve Your Java Applications’ Startup and Compilation Speed with Optimizer Hub

Author: Frank Delporte Original post on Foojay: Read More Table of Contents What is Optimizer Hub?Is Optimizer Hub required to use ReadyNow?Advantages of using ReadyNow OrchestratorMore advantages of Optimizer HubConclusion This is the fourth blog post in a series on faster Java application warmup with ReadyNow. If you haven’t been following the series, go back to the first blog post, Faster …

Read More »

How to Identify the Underlying Causes of Connection Timeout Errors for MongoDB With Java

Author: Rajesh Nair Original post on Foojay: Read More Table of Contents Network Configuration IssuesServer LoadResource Exhaustion App-Side Chaos: Java Threads or Memory Maxed Out, Leaving No Room for New MongoDB Connections Server-Side Crunch: MongoDB Running Out of File Descriptors or Ram on a Shared Host Connection Pool MisconfigurationIncorrect MongoDB URIConclusion Java developers and MongoDB are like Aladdin and the Genie from …

Read More »

Build a Sentiment Analysis API in Java with Quarkus and Local LLMs

Author: Markus Eisele Original post on Foojay: Read More Table of Contents What You’ll Build Prerequisites Bootstrap Your Quarkus Project Configure Ollama and Dev Services Define the Sentiment Enum Create the AI Classification Service Expose the Sentiment API Run It! Test It! Final Thoughts What’s Next? In a world full of opinions, tweets, reviews, chats, emails, understanding the tone behind …

Read More »