January 26, 2022January 28, 2022Programming Release a Gradle Project Using GitLab CI/CD Pipeline Release and publish a Gradle project from GitLab CI/CD pipeline to a Maven repository.
January 5, 2016Programming Exclude log4j to use slf4j with logback in a Gradle project The goal is to remove log4j from all transitive dependencies in a Gradle project and replace it by slf4j and logback.
February 9, 2014scala The best code coverage for Scala The best code coverage metric for Scala is statement coverage. Simple as that. It suits the typical programming style in Scala best. […]
June 7, 2013June 11, 2013Programming Sustainable Automated Testing Have you ever had a feeling that aed testing is becoming overhead for the project? That the effort to keep them green […]
June 7, 2013June 11, 2013Programming Reflection Against OOP Principles What is so cool about the possibility to access private class members from outside using reflection? Everyone keeps asking you during job […]