Improving First Request Latency in Java Spring Application
I was recently facing a problem with first requests into a double entry financial ledger service taking more than double of subsequent requests. This got me digging into Java’s Ahead-Of-Time Cache (AOT) and Spring.
Pull Request Review Resolution with Claude Code
Are you tired of Copilot comments on your PR? Then let AI deal with it. In the following article, find a useful command for Claude Code.
Decouple Maven Releases from Version Logic
In standard Maven projects, versions are hardcoded in the POM, requiring a manual update after every release. This workflow is prone to several issues that often complicate CI/CD pipelines. I will explain why this approach is problematic and show a better way to handle releases by decoupling the version and Git operations from Maven.
CrOp 0.1.3: Adding Result Counts and a Look at API Trade-offs
I’m happy to share that I’ve added a new feature to CrOp and also moved it to a new namespace.