Softwareentwicklung
[EN] Java from 24 to 25
Hello everyone,
In the world of Java development, we have become accustomed to rapid change. Almost two decades have passed since the legendary article saying goodbye to Java 8, and the platform has continued to evolve. The monolithic release cycle is history. Instead, we get new features every six …
[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”. In the worst case, you will only see “asdfasdf”. This might be funny at the moment, but when you start chasing a bug or trying to …
[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. You’ve probably heard that strings are always with you
.equals() should compare. But then why do the following tests …
![[EN] Java from 24 to 25](/images/Java24-25_BlogHeader.png)
![[EN] Semantic Git Commits: Your key to cleaner code and better collaboration](/images/Git-Semantic-Commit-Messages-Header.png)
![[EN] Strings in Java: Why `==` sometimes works and sometimes doesn't](/images/BlogHeaderStringPool.jpeg)