A tale of four metrics
I’d like to share the story of a successful startup, whose engineering team more than doubled in the last year and how they used...
Using the API to add Codacy Grade details to the Readme
Some context
Codacy has a badge mechanism that can be included in your Readme file. It gives you an idea of the grade of your repository, from...
How to code review in a Pull Request
This blog discusses how to code review within a pull request in order to improve your code quality.
What...
Five Ways to Slim Docker Images
Docker is a pretty awesome tool, I hope you’ll agree. With it, we can create environments for development, staging, production, and testing — or anything else — with next...
Which Python static analysis tools should I use?
As you might have read in our introductory article about static code analysis, there are a lot of reasons why you should...