How to find dead code in your Java services
There’s an interesting relation between the problem of finding dead code and another widespread practice: measuring code coverage for tests.

There’s an interesting relation between the problem of finding dead code and another widespread practice: measuring code coverage for tests.

Most Java 17 blog posts focus on shiny new features. We’d like to share what it takes to adopt Java 17 in a large tech team.
Let’s embark on an epic journey to the wonderland of java native memory to the level of OS while investing in a non-trivial memory issue.