OpenRewrite

How OpenRewrite Turns Legacy Java into Modern Java?

Maintaining a Java system up to date is not just a matter of performance or access to new features — it is a matter of security, support, and software longevity. However, migrating a project from an older Java version to a newer one usually involves a significant manual effort: refactoring code, adapting APIs, reviewing thousands…

Read More
Sonar Source

What is Sonar?

It’s a code analysis tool that helps in writing clean and secure code. Writing clean and secure code is a challenge. While manual code reviews are an option, leveraging a code analysis tool like Sonar is an excellent idea. This allows us to maintain clean and secure code, gaining several advantages: Some companies that use…

Read More