Once Upon a Time, There Was a Developer Who Built Pillars, Not Piles

Sushrut Meghshyam Ikhar
Sushrut Meghshyam Ikhar
Gaurav Suman
Gaurav Suman
5 min read
Posted on April 28, 2025
Once Upon a Time, There Was a Developer Who Built Pillars, Not Piles

Prologue: The Myth of the Lone Code Wizard

In a kingdom far, far away (or maybe just your office), developers were celebrated for churning out code at lightning speed. But chaos reigned: features broke mysteriously, tech debt piled up like dragon hoards, and Jira boards were graveyards of forgotten tickets. Then came Sam, a developer who dared to ask: “What if coding is just 10% of the job?”

Sam’s secret? They focused on the other 90%—the unglamorous, underrated work that actually makes software reliable, teams collaborative, and systems scalable. Let’s decode their spellbook.

Chapter 1: The Great Documentation Quest

The Problem:

Most developers treated documentation like an optional side quest. Code was written, but design decisions rotted in outdated Confluence pages. Users stumbled through features like lost adventurers.

Sam’s Wisdom:

“Code without docs is a treasure map with no ‘X’.” Sam treated docs as a core deliverable:

  • Design Docs: Captured why decisions were made, not just what was built.
  • User Guides: Wrote for humans, not robots (“Click here, mortal!”).
  • Runbooks: Included “what-if” scenarios (“If the payment service dies, sacrifice a coffee to the cloud gods and restart Pod #3”).

When a critical outage hit, Sam’s team fixed it in minutes—because the docs told them exactly where to dig.

Moral:

Your code is 10%. Docs are the 90% that turn chaos into clarity.

Chapter 2: Slaying the PR Dragon

The Problem:

Developers treated PRs like dungeon crawls—long, messy, and full of traps. Reviewers rubber-stamped code to escape the pain.

Sam’s Wisdom:

“A PR is a contract with your team’s future sanity.” Sam’s PRs were legendary for:

  • Atomicity: One feature/bug per PR. No “mega-merge Mondays.”
  • Narratives: A summary even PMs could understand (“Added unicorn mode: rainbows now optional.”).
  • Tests as Shields: Unit tests, integration tests, and a “How I Tested” section.

When Sam’s teammate asked, “Why spend 2 hours on a PR description?” Sam replied: “Because someone will spend 2 minutes reading it… or 2 days debugging.” 

Moral:

Your code is 10%. Empathy for reviewers is the 90%.

Chapter 3: The Jira Chronicles

The Problem:

Tickets were created, then abandoned. Scope creep was the norm. Teams had more “in progress” tasks than a Netflix watchlist.

Sam’s Wisdom:

“A ticket is a promise—not a suggestion.” Sam’s Jira hygiene was ruthless:

  • Timeboxing: No task over 3 days. Big features? Split into tiny quests.
  • Blocker Busters: Flagged delays early (“Blocked by dragon (aka DevOps) until Friday”).
  • Grafana Scrolls: Linked dashboards to prove “This is done, and here’s the data.”

When asked how they closed 95% of tickets on time, Sam shrugged: “I treat Jira like code—small, testable, and mergeable.” 

Moral:

Your code is 10%. Execution discipline is the 90%.

Chapter 4: The Fungibility Potion

The Problem:

Teams were siloed. If the “Redis wizard” quit, the kingdom collapsed.

Sam’s Wisdom:

“Code ownership is a myth. Shared understanding is the truth.” Sam brewed:

  • Weekly KT Cauldrons: Cross-team demos where even QA engineers could deploy microservices.
  • Component Rotations: Forced developers to work on someone else’s code. Painful? Yes. Growth? Exponential.

When Sam’s manager asked, “Aren’t you wasting time teaching others?” Sam said: “If only one person can fix the billing service, you’re the bottleneck.” 

Moral:

Your code is 10%. Team resilience is the 90%.

Chapter 5: The AI Familiar

The Problem:

Developers wasted hours on boilerplate: tests, docs, refactoring.

Sam’s Wisdom:

“Let AI handle the chores; you handle the magic.” Sam’s toolkit:

  • LLM Wizards: Generated test cases, draft docs, and even suggested cleaner code.
  • Architect Owl: AI-drawn class diagrams for legacy code (“Oh, that’s where the bug hides!”).

But Sam never blindly trusted AI. “AI writes the first 90%; I add the last 10%—the human part.” 

Moral:

Your code is 10%. Leveraging tools to focus on creativity is the 90%.

Epilogue: The Happily Ever After

Sam’s code wasn’t flashy. But it worked, release after release. Teams trusted it. Users loved it. Managers slept soundly.

Meanwhile, the “code-first” developers? They burned out fixing their own fires.

The Final Spell:

“Great software isn’t built—it’s curated. Code is the spark, but the other 90%—docs, processes, and empathy—is the flame that keeps systems alive.”

Your Quest Awaits:

Start small. Close one Jira ticket properly. It Starts with a README. Your kingdom (and career) will thank you.

“Code is the easy part. The rest? That’s where legends are made.” — Sam, Jira Closer & Documentation Bard