Softwareentwicklung

[EN] Java from 24 to 25
[EN] Java from 24 to 25

Hello everyone, In the world of Java development, we have become accustomed to rapid change.

[EN] Semantic Git Commits: Your key to cleaner code and better collaboration
[EN] Semantic Git …

Hello everyone, do you know that? You browse through your project’s Git history and come across commit messages like “Fix” or “Changes”.

[EN] Strings in Java: Why `==` sometimes works and sometimes doesn't
[EN] Strings in Java: Why …

Hello everyone, Today we’re diving into a Java topic that causes headaches for many developers, especially at the beginning: The Comparing strings using the == operator.

[EN] Why `.equals()` and not `==` for object comparison in Java?
[EN] Why `.equals()` and …

A few months ago I had a short discussion in a merge request with an experienced developer who asked me that’s why asked to undo my refactoring because == was easier to read.