9 challenges of managing PRs and how to solve them
Developers have been using Pull Requests to review code on branches before it reaches master for a very long time. However, this workflow is one of the...
Different code coverage types and the importance of a good report
You probably already know that code coverage tells us what percentage of our code is covered by tests. But did you know there are different coverage...
Cycle time is an essential part of Dora metrics that helps evaluate your team’s quality and overall efficiency of your Engineering performance. In a...
There is a world of advantages in contributing to open source projects. You improve the projects you love, enhance your skills, build a portfolio, have...