Interview with Daniel Pfeiffer, CTO at Firstbird
We had a very nice talk with Daniel Pfeiffer, CTO at Firstbird; it was an informal conversation in which we looked to understand the reasons why...
Interview with Felipe Adorno, CTO at Monkey Exchange
We have talked with Felipe Adorno, CTO at Monkey Exchange, to better understand what made the company opt for an automated code review tool...
Monorepo with Static Code Analysis
Monorepo is short for monorepository. With it, code for many projects is stored in the same repository. I like to use...
Code coverage guide: Using it with Codacy (Part 2)
The second part of this series will be all about setting up code coverage in Codacy, and how to reap the benefits of this powerful feature. In a few quick and easy steps we'll get you up and running in no time. Let's get started!
Code coverage best practices (Part I)
In the most basic sense, code coverage is a way of using analytics to get an idea of how well an application has been tested...