How maintaining electrical systems on an aircraft carrier shaped my approach to engineering management, incident response, and building teams that perform under pressure.
Clay Levering
Engineering Leader at Blu Digital Group
I spent four years as an Electrician's Mate aboard the USS Kitty Hawk (CV-63). My job was keeping the electrical systems running on a nuclear-powered aircraft carrier — a floating city with 5,000+ people depending on the lights staying on.
It's been almost two decades since I left the Navy, but the lessons from that engine room show up in my engineering leadership every single day.
On a carrier, when an electrical system fails, nobody asks whose fault it is. The first question is always: what's the impact radius, and how do we restore service? Blame is a luxury you can't afford when the flight deck needs power.
This translates directly to incident response in software engineering. When production goes down, the instinct to figure out "who did this" is natural but counterproductive. The priority is always: assess impact, communicate status, restore service, then do the postmortem.
I run blameless postmortems on my team. Not because I read about it in a Google SRE book (though I did), but because I learned it standing in a dark engine room at 2am wondering why bus transfer panel 3 was showing a ground fault.
The Navy runs on procedures. Every maintenance action has a written procedure. Every evolution has a checklist. It's not because sailors are dumb — it's because human memory is unreliable under stress, and complex systems have failure modes you can't predict.
In engineering management, I apply this same philosophy:
These feel bureaucratic until the day they save you. And they always save you eventually.
Aboard ship, we ran drills constantly. Fire drills. General quarters. Man overboard. Damage control. The point wasn't to practice for likely scenarios — it was to build the muscle memory that kicks in when your conscious brain is too stressed to think clearly.
For engineering teams, the equivalent is:
You don't rise to the level of your ambitions in a crisis. You fall to the level of your training.
In the Navy, "standing the watch" means you're responsible for your area for a set period. When you take the watch, you own everything that happens. When you hand it off, you give a thorough brief so the next person has full context.
This is essentially what good on-call looks like. It's also how I think about code ownership, sprint commitments, and engineering handoffs. Every handoff is a watch turnover — the quality of the brief determines the quality of what comes next.
I didn't take a straight path from the engine room to the engineering org chart. But the core principles are identical: build reliable systems, train your team, document your procedures, respond to failures without ego, and always — always — keep the lights on.
Finding $180K in AWS Savings Without Breaking Anything
How systematic infrastructure auditing, right-sizing, and lifecycle policies turned our AWS bill into something that made the CFO smile.
The 99% Query: How We Tuned MySQL 8.4 Across Millions of Rows
A practical walkthrough of how composite indexing, query rewriting, and systematic profiling turned our slowest database operations into sub-millisecond responses.