sarun@portfolio:~$
00.home01.about02.projects03.experience04.skills05.personal06.writing07.contact08.setup
NORMALmain
~/portfolio © 2026 Sarun Maharjan
utf-8 | unix | tsx00:00 NPT100%
Back to all posts
Engineering ProcessDocumentationWorkflow

Private Repos, Public Outcomes: How I Work Internally

July 26, 2026

Most high-value engineering work is invisible from the outside.

I keep private repositories for active product work, automation experiments, operating notes, and infrastructure definitions.

What I optimize for

  • Clear repo boundaries by domain
  • Fast onboarding back into old code
  • Recovery-first docs for operational systems
  • Small repeatable scripts over giant one-off tooling

Repo categories I use

  • Product apps (mobile/web)
  • Homelab infra and service stacks
  • Utility scripts
  • Notes and decision logs

End result

Public artifacts look simple because internal systems are structured. The organization layer is what makes delivery sustainable.