How to Improve Code Quality with Code Review, Tests, and Automation
Improving code quality means creating a process where small changes, objective reviews, reliable tests, and automation before merge reduce bugs,…
Improving code quality means creating a process where small changes, objective reviews, reliable tests, and automation before merge reduce bugs,…
I’ve been noticing more teams looking for ways to reduce manual steps in the development lifecycle. They want consistency, and…
We have all shipped code to production that passed every check. The PR gets approved, the build goes to production,…
New platform teams often get their first metrics wrong. They build dashboards with things like CPU usage, memory, and number…
The most dangerous systems in an organization are often the ones no one complains about. They sit there, processing transactions…
Raw counts can be misleading. If one repo changes 10 million lines and another changes 200k, the first will almost…
The initial productivity gains from AI code assistants are starting to come with a cost. The speed is undeniable. You…
The question of whether engineers will be replaced by AI is not new, but this time it feels different. Previous…
Technical debt is part of the game in software development. Ignoring it, however, turns a calculated shortcut into a bottleneck…