Curated developer articles, tutorials, and guides – auto-updated hourly


The textbook version of the transactional outbox is tight. You save the domain entity and an outbox....


An AI meeting recorder with over two million users stored every meeting on the platform in one...


Last month I watched an AI agent try to use one of my REST APIs for twenty minutes. It read the...


The security page of an AI meeting recorder with over two million users is a trophy case. SOC2...


Last month I wanted one of my AI agents to check order statuses in a service I maintain. The...


Yesterday the DuckDB team published a preview of version 2.0, codename Cyanoptera, and it immediatel...


Write the event into the same transaction as the row. Poll the table. Send to Kafka. Mark it sent......


In my last post I wrote about an error that cost me a full evening: my pom.xml had the MongoDB...


Java 21 officially introduces virtual threads (Project Loom), making high-concurrency programming...


The last 11 years through my career, I've seen codebases that suffered from a silent architectural.....


5 JPQL patterns that nearly killed our CRM performance at a banking client. We were shipping custome...


Our denormalized click counters silently reset under load. The culprit was a one-line interaction be...


Every developer knows this moment: you're asked to modify a class you didn't write, in a codebase yo...


Introduction Most blog platforms have thousands of articles, but finding the right article...


Build Your First Spring AI Application with OpenAI Using Spring Boot If you have been...


How I Handle Global Exception Handling in a Spring Boot Application Exception handling is...


A full-stack AI prompt management application built with Java 21, Spring Boot, React 19, TypeScript,...

Java Champion isn't an academic title or a corporate badge. It's recognition of community contributi...


Learn the role of @SpringBootApplication in Spring Boot, including auto-configuration, component...


Building an Agentic Harness with Spring AI and LangGraph4j ...

Java Champion no es un título académico ni corporativo. Es reconocimiento de contribución a la comun...


I got tired of building the same CRUD applications. So instead of creating another simple Employee....


A practical, in-depth guide to Microservices design patterns explained with Spring Boot with example...


A practical, in-depth guide to Spring Security OAuth2 login with Google and GitHub example with exam...