The essential engineering metrics to accelerate software delivery
Measuring performance is fundamental to understanding and improving the workflow in software development projects. However, measuring performance is hard.
11 interesting podcasts for developers
A developer’s need to learn never ends. So what better way to immerse yourself in the latest technologies and practices than...
7 drawbacks of linting tools
Linting tools (also known as linters or static analyzers) help automate the code review process. They perform basic static code analysis by flagging programming...
Top 10 ways to perform fast code review
We always want to be fast at code review..
How frequent is it for you to be reviewing code at 3am?
When code reviewing, do you...
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...