Productivity

[EN] Jujutsu (jj): Why this VCS might overtake Git
[EN] Jujutsu (jj): Why …

Jujutsu (jj): A new paradigm for version management

Git is the industry standard, no question. But be honest: how many times have you struggled with git stash, git add -p or resolving merge conflicts that blocked your entire workflow?

[EN] Code reviews that don't annoy: From bean counting to mentoring
[EN] Code reviews that …

Why We Hate Code Reviews (and Why It’s Wrong)

The code is written, the unit tests are green, and you are proud of your solution. You create the pull request (PR), push it into the team channel and move on to the next task.

[EN] Goodbye, version chaos: A practical guide to SDKMAN for Java developers
[EN] Goodbye, version …

Do you know that too? You are working on Project A, which is still running on Java 11 LTS, while at the same time you are developing a new feature for Project B, which is already based on the current Java 21. And then there is this legacy system that, for some unknown reason, requires Java 8.