An introductory tutorial for Java developers on writing AI-infused applications using Quarkus with LangChain4j. You don't need Python to write AI apps.
JNI is powerful but tricky. Automate boilerplate with generators, carefully manage references, test with CheckJNI, and embrace the chaos; it gets satisfying.
Spring AI agentic patterns show how to coordinate multiple ChatClient calls to LLMs. We look at how Dapr Workflows can make these interactions durable and resilient.
Learn how to build a simple API that delivers believable fake users, perfect for testing, demos, or UI prototyping. No more “John Doe” data, finally, real-feel mocks.
The primary objective of this article is to prevent the "out of memory-Java heap issue" when reading large Excel files using the open-source "sjxlsx" library.
The article explores the nuances of UI and UX customization in Strapi — an open-source headless CMS: theme configuration, interaction with the server, and CMS context.
This is the final blog post in a series covering the conversion of Apache ActiveMQ to Jakarta EE and JDK 17 to share best practices with enterprise software developers.
How cloud developers can build highly scalable applications with zero initial cost of running the infrastructure and scale them to millions of user requests.
Use Playwright to reliably test real-time apps and capture WebSocket/SSE events, handle dynamic updates, simulate users, and catch edge cases for robust automation.