No Database Operations Found: What Writing a Spring Boot Analyzer Taught Me About Spring
I spent months building a static analyzer that answers one question about a Spring Boot codebase: if I change this endpoint, what does the …

Braham Shakti
515 viewsI spent months building a static analyzer that answers one question about a Spring Boot codebase: if I change this endpoint, what does the …
Geertjan Wielenga
557 viewsSpring Batch jobs usually follow the same pattern: an ItemReader streams rows, an ItemProcessor transforms each one, and an ItemWriter …
Most Java teams who want a machine learning model in production end up standing up a Python service and calling it over HTTP. That works, …

Mahendra Rao B
862 viewsLearn how to use Exposed, a lightweight SQL ORM for Kotlin. Discover DSL and DAO APIs, database support, and setup your first project.

Marit van Dijk
1,485 viewsYou are invited to IntelliJ IDEA Conf 2026, a free virtual event on March 26-27, 2026. Learn about topics relevant to modern Java and …

Aicha Laafia
1,203 views65 million years ago, dinosaurs didn't adapt. They're gone. Your JDK 7 app is giving the same energy. 🫠 I spent a year and a half migrating …

Your Java AI app is live. But have you tested whether it can be jailbroken? Iryna Dohndorf introduces Tiberius, an open-source security …

Vincent Vauban
876 viewsAsk a Lille Dev: Java developers from DevLille 2026 share insights on Spring Boot, Quarkus, IntelliJ, software quality, tech communities, …

Farhan Hasin Chowdhury
2,543 viewsIn this article, you will build a code review assistant API. Developers submit code snippets through a REST endpoint. The system embeds the …

Mahendra Rao B
769 viewsExplore how to use built-in tools in Spring AI SDK with Amazon Bedrock AgentCore, including Browser and Code Interpreter capabilities. Learn …