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...
An In-Depth Explanation of Code Complexity
By reducing complexity, we can reduce the number of bugs and defects, along with its lifetime cost. Yet, what exactly is complex code?