Mapping Strategies Without the Magic (Chapter 4)
At the end of the previous chapter, I teased that we were about to dive straight into the heavy machinery of DAO implementation - hooking up Spring Da…
Latest Team Management news from Tech News
At the end of the previous chapter, I teased that we were about to dive straight into the heavy machinery of DAO implementation - hooking up Spring Da…
spring-batch-db-cluster-core 3.0.0 is live on Maven Central. This is the biggest release of the project so far — a full platform upgrade plus a batch …
How I Built JWT Authentication in Spring Boot (Beginner-Friendly Guide) Authentication is one of the first things every backend developer learns when …
I still remember the first time a junior dev I was mentoring asked me, "why did the order service just... hang for 30 seconds and then crash the whole…
How we gave Jarvis the ability to hear and speak — Phase 5 of the Jarvis AI Platform Where We Left Off After Phase 4 , Jarvis could answer questions u…
After working on multiple Spring Boot projects over the years, I noticed an interesting pattern. Every application had different business requirements…
A follow-up to Java Records deserve a mapper My earlier post introduced Immuto and made the general case for a mapper designed around Records from day…
Hi everyone, I'm a backend developer based in Seoul. I built k-cosmos, an interactive web-based 3D music space that maps K-pop tracks based on 768-dim…
Your backend already exists. It runs on the JVM, it has services, configuration and tests, and increasingly it needs to do AI things — call a model, e…
TL;DR Spring AI is an official Spring project that integrates AI models into Java using familiar patterns: auto-configuration, dependency injection, a…
Hi HN, I built an open-source Java SDK for building Model Context Protocol servers: https://github.com/6000fish/mcp-java It is intended for Java devel…
Introduction Spring Boot is an incredible framework. It gives developers immense freedom to build and scale applications quickly. However, in large te…
Deploying a Spring Boot application to AWS EC2 is straightforward once you've done it. Getting there the first time — and repeating the setup on your …
Learn what the @Autowired annotation in Spring Boot is, how dependency injection works, practical examples, best practices, and common mistakes to avo…
I've been working on a log analysis platform that helps debug Spring Boot applications by analyzing logs and stack traces using RAG. https://loganalyz…
(Inserts background music. Into the Spider-Verse: Only one Spiderman, theme in Spotify) Alright, let's do this one more time! This is Abhishek, and I …
The Zero-Drift API Series Stop Trusting a Green Build You Can't Explain There is a specific kind of production incident that hurts more than the other…
Why Java + Spring Boot is Still the King of Enterprise Backend (2026) After 13 years building enterprise systems across PayPal, Salesforce, and NCR, I…
The last couple of months, I ended up implementing idempotency in 2 different Spring Boot projects back to back. As I was implementing it in the secon…
The Bad News Every developer dreads the moment: the framework you built your application on is being discontinued. That's exactly what happened to us …