How I Broke My Team’s CI/CD Pipeline for several days—And What It Taught Me About Real Web Development Basics
At a fintech startup I worked at, during a critical Q4 compliance push, our frontend deploy failed silently for 3 days because `npm install` resolved `lodash@4.17.21` in dev but `4.17.20` in CI—due to a lockfile mismatch we’d ignored for months. The ...