aristocratjnr@portfolio:~/check
$ ./check-display.sh
Detected viewport
Minimum width 849px required
$ laptop --required
┻━┻︵ (╯°□°)╯
Obuobi Ayim David — Software Engineer & QA
Portfolio is desktop-only. Reach me here:
aristocratjnrportfolio|available for work|0%||
Shipping fast without breaking things — Obuobi Ayim DavidMarch 27, 2025 · 6 min read
NAME

Shipping fast without breaking things — A pragmatic take on velocity: tight feedback loops, boring deployments, and tests that actually catch regressions.

SYNOPSIS

shipping-fast-without-breaking-things [Process, Testing]

DESCRIPTION

Speed and safety are not opposites. The teams that ship fastest are usually the ones with the smallest blast radius per change.

MAKE THE LOOP TIGHT

If it takes ten minutes to know whether your change worked, you will make ten-minute decisions. Invest in a dev server that hot-reloads and a test suite that runs in seconds.

Boring deployments are a compliment. Excitement in production is the bad kind.

Above all, write the test that would have caught the last bug. Not every test — the one that matters.

← Back to blog

Subscribe to the newsletter

Get notified when I publish new articles — no spam, unsubscribe anytime.