Kkameninpureengine.hashnode.dev·1h ago · 13 min readThe Dao Implementation Layer (Chapter 6)The last 11 years through my career, I've seen codebases that suffered from a silent architectural decay. Check any corporate monolith or a microservice and you will find Spring Data repositories, JPA00
HBHenry Browninblog.hbrown.dev·6d ago · 11 min readGuardrails for AI-Generated Kotlin with detekt and ktlintWhen we adopt agentic coding workflows, our job starts to shift from typing every line of code to defining the conditions that generated code must satisfy. An AI coding agent can produce a working imp10
SWSaujana Wiyatainjana-techblog.hashnode.dev·Aug 9 · 6 min readCreate BatikHub PlatformRepo : https://github.com/Saujana-Wiyata/batik-hub A few month ago, I have learned about Spring Web and Spring Data JPA. So I want to implement it to a real project but I dont have any idea at that ti00
CVChris Vestersincvesters.hashnode.dev·Aug 9 · 5 min readFirst WebSocket & Stomp ExperienceFor a project where I want to be able to offer more interactivity and concurrent modifications, I decided to use a WebSocket. Since my backend is written in Spring, after some research, I decided to u10
SMSatyajit Mishrainblogs.satyajitmishra.me·Aug 5 · 4 min readBuild an Employee Management System with Spring Boot: DTO, Validation, Exception Handling & JPA Explained (Beginner Friendly)🚀 Learn Spring Boot by Building an Employee Management System "Have you ever wondered how companies manage thousands of employee records without getting lost in spreadsheets?" Every company, from s03S
Aadngxinadngx.hashnode.dev·Aug 5 · 7 min readEveryone Said Java Was Dead. Netflix Said Otherwise.Java is the best trade-off between runtime performance, developer productivity, and maintainability. That's Paul Bakker, a Netflix engineer, in a JavaOne 2026 talk called How Netflix Uses Java. Netfl00
MMMostafa Mahmoudinbuildwithmostafa.hashnode.dev·Aug 3 · 18 min readStreaming LLM Tokens Over SSE in Productionبِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ In the name of Allah, the Most Gracious, the Most Merciful. Every "typing" animation in ChatGPT, Claude, and Gemini's chat UIs is the same trick: Server-Sent 00
SSSubham Sahainsubham59036.hashnode.dev·Jul 31 · 18 min readComplete Production Grade Event Streaming Setup for Spring Services — A Comprehensive GuideIntroduction Event-driven architecture has become the default choice for distributed systems requiring decoupling, scalability, and real-time processing. Apache Kafka, combined with Spring Boot, provi10
SSSubham Sahainsubham59036.hashnode.dev·Jul 31 · 19 min readComplete Production Grade DevOps Setup for Spring Services — A Comprehensive GuideIntroduction Running Spring Boot in production requires more than java -jar app.jar. Production environments demand automated failure handling, self-healing mechanisms, and dynamic scaling to meet var00
SSSubham Sahainsubham59036.hashnode.dev·Jul 31 · 13 min readComplete Production Grade Testing Setup for Spring Services — A Comprehensive GuideIntroduction Testing in production is not about testing in the production environment — it is about having a testing strategy that gives you confidence to deploy to production at any time. A Spring Bo00