Category: Security

https://www.linkedin.com/in/torin-sandall-1967387/ Least hot take of all time: Interruptions and rework are the worst. The modern dev pipeline is purpose-built to make collaboration easier and allow individuals and teams to work together to contribute to regular code pushes.

Implementing automated policy checks at multiple places in the pipeline can shift checks left, speed feedback cycles and dramatically reduce context switching.

I start working on another feature, Feature D, only to receive some config error feedback on Feature A in the middle of the day.

Instead, implementing the same checks to the same code, in multiple places, eliminates the rework and the risk, all while achieving the goal of minimizing interruptions for developers.

Related Articles