aristocratjnr@portfolio:~/check
$ ./check-display.sh
Detected viewport
~ Narrow layout — some features optimized for desktop
$ cat ./contact-info
Obuobi Ayim David — Software Engineer & QA
$ ./resume --brief
aristocratjnrportfolio|available for work|0%|contact||
← Back to blog
SizeLine
Shipping fast without breaking things — Obuobi Ayim DavidJuly 22, 2026 · 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.

← Open source is a muscle
Testing for confidence →

Subscribe to the newsletter

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