writing.log
Writing
Notes from the work — Java & Spring, Angular, agentic systems, and the engineering discipline that holds it all together.
2 min read From microservices to AI agents: what a decade of backend taught me
The engineering discipline behind reliable microservices — clean architecture, honest tests, CI/CD — is exactly what agentic systems need. Here's how it transfers.
2 min read Backpressure in Spring WebFlux, explained with a leaky bucket
Reactor's backpressure isn't magic — it's a contract between producer and consumer. A practical look at how it works and when to reach for it.