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.

Premature ORM-ification

ORMs promise to simplify persistence, but in practice, they introduce recurring problems.