About Me
Hey, I’m Dharmin 👋
Backend engineer with 5+ years of experience building distributed systems in Go. Currently at Aziro Technologies as a Senior Software Engineer, previously a Cloud Engineer on HPE Private Cloud Business Edition and an Automation Engineer on Portworx Enterprise and Portworx Backup.
I don’t let go of problems easily. Whether it’s a Kubernetes pod crash, a subtle replication bug, or something weird in Linux networking — I stay with it until I understand exactly what went wrong and why. That same patience is something I try to bring to the people I work with as well. Helping engineers get unstuck, think through a problem, or feel less lost in a new codebase — that’s the part of the job I find most rewarding.
Before Aziro, I spent nearly three years at Samespace, owning core backend systems: a centralized auth platform, a SaaS billing system, and a real-time productivity tracking system built on ScyllaDB and ClickHouse.
Tools I use
I primarily work with Go, designing APIs and backend systems that are simple, scalable, and production-ready.
I use Python for scripting, tooling, and problem-solving.
The loop I live by
stateDiagram-v2
direction LR
[*] --> Build
Build --> Break
Break --> Learn
Learn --> Improve
Improve --> Build