I believe the Open Source movement is the biggest breakthrough in software development. Open Source has allowed many projects to increase the number of...
21/11/2015
Open source projects: merging schedules
When do open source projects merge their pull requests? I was curious about the merging time patterns of pull requests from open source projects. So I...
02/10/2015
Scala Static Analysis Tool Review
In the past we reviewed what is static code analysis and made a deep dive into static code analysis tools and now is the time to review Scala static...
07/08/2015
“Too many open files” exception: how to fix the bug
“Too many open files” exception is a component Codacy started displaying from time to time. This was one of the hardest bug we’ve had to face to date,...
31/07/2015
Code Reviews: Best Practices
Because code reviews are a great tool to achieve higher quality code in a software development project, we will provide an overview and discuss best...
16/07/2015
Docker Tutorial: Dockerizing Scala
Prerequisites A working docker installation (boot2docker is fine)