Software

  • Why I Still Use Java as a Solo Developer in 2025

    Is Java still a good fit for solo developers in 2025? Here’s why I use it, where it slows me down, and what to use instead when it doesn’t fit. I’ve stuck with Java for a reason. As a solo software developer, I’ve found that its performance, maintainability, and ecosystem still give it an edge—even…

  • My Pre-Commit and Code Review Prep Checklist

    You’ve carefully placed all the code bricks into place, laying the foundation for your feature. Now you’re ready to commit, push, and open a pull request. But are you actually ready? Here’s my personal checklist I use before opening a PR. This method helps me catch mistakes before a review, critically review my code, and…