firstbird use case

Interview with Daniel Pfeiffer, CTO at Firstbird

0
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...
monkey exchange use case

Interview with Felipe Adorno, CTO at Monkey Exchange

0
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

Monorepo with Static Code Analysis

0
Monorepo is short for monorepository. With it, code for many projects is stored in the same repository. I like to use...
code coverage

Code coverage guide: Using it with Codacy (Part 2)

1
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)

1
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...