indrasvat.dev — zsh
README.md
whoami.sh
contact.json
Robin Sharma
Open to work

Robin Sharma इन्द्रस्वत्

Principal Software Engineer · Individual Contributor

Tracy, CA (Remote) indrasvat 20+ years experience
## About
Backend engineer trying to find his way in an Agentic world.
Building high-performance microservices, developer tools, and CLIs.
## Stack
Go Python Kubernetes Elasticsearch GitLab Snowflake Docker AWS
#!/usr/bin/env bash
# whoami.sh — The unofficial biography
declare -r NAME="Robin Sharma (इन्द्रस्वत्)"
declare -r TITLE="Principal Software Engineer"
declare -r LOCATION="Tracy, CA"
declare -r ACTIVE="20+ years"
about_me() {
cat <<EOF
I build high-QPS microservices that scale without drama,
automate CI/CD pipelines with GitLab and Argo Workflows,
and create CLIs/TUIs that make terminal life better.
# Keeping me busy:
→ Building beautiful TUIs in Python/Go/Rust
→ Exploring the wonders of Agentic coding
→ Learning together with my daughter about ancient Indian history
# Random facts:
• I'm learning Nyāya Darśana (Indian logic & epistemology)
• I love building with Claude Code
• Editors: PyCharm, GoLand, VS Code & Neovim
Warp is my terminal of choice
EOF
}
about_me
{
"name": "Robin Sharma",
"alias": "इन्द्रस्वत्",
"theme": "Forged by the brilliance of Indra",
"email": "robin.sharma117@gmail.com",
"location": {
"city": "Tracy",
"state": "CA",
"remote": true
},
"links": {
"github": "github.com/indrasvat",
},
"status": "● Available for hire",
"seeking": ["Remote", "Principal/Staff", "IC roles"],
"leetcode_required": false // Please 🙏
}