DevOps and SRE engineer with 5+ years running cloud platforms in production. I care about the boring parts of infrastructure: reliability, automation, blast radius, the post-mortem you never have to write.
- Now: DevOps at EventLogic, on AWS, Kubernetes, Terraform, Terragrunt.
- Building: AI agents for ops workflows, internal Terraform modules, side projects that teach me one new thing each.
- Learning: Kubernetes operators, Go for control planes, agentic systems for incident response.
- Based in Kathmandu, working across timezones.
from dataclasses import dataclass
@dataclass(frozen=True)
class Stack:
languages = ("Python", "Go", "TypeScript", "Bash", "C/C++")
cloud = ("AWS", "GCP")
iac = ("Terraform", "Terragrunt", "Pulumi", "AWS CDK")
runtime = ("Docker", "Kubernetes", "EKS", "ECS")
cicd = ("GitHub Actions", "GitLab CI", "Jenkins", "CodePipeline")
data = ("PostgreSQL", "RDS", "Aurora", "Redis")
observability= ("Prometheus", "Grafana", "CloudWatch", "OpenTelemetry")
ai = ("OpenAI", "Anthropic", "LangChain", "LangGraph", "MLOps")
learning = ("K8s operators", "Go control planes", "AI agents for DevOps")
stack = Stack()
- Terraform CLI Tips and Cheatsheets
- Linting The Docker Image With Dockle
- Install MongoDB on EC2: Solving the Public DNS Connection Issue
- ElasticSearch on AWS EC2 using Terraform
- Docker for Beginners: Learning Notes
| Tool | Use case | Platform |
|---|---|---|
| Warp | Terminal | macOS |
| Neovim | Editor | Cross-plat |
| Notion | Notes / docs | Web, desktop |
| Bitwarden | Passwords | Cross-plat |
| Maccy | Clipboard | macOS |
| AltTab | Window switcher | macOS |
| Rectangle | Window manager | macOS |
| Vimium | Browser keys | Chrome / FF |
If a repo here saved you a debugging session, buy me a momo (the Nepali dev fuel).






