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.
## Building
## 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"
declare -r HIRING=true
# Skills as arrays, because why not
LANGUAGES=("Go" "Python" "TypeScript" "Rust")
INFRA=("Kubernetes" "Argo" "GitLab" "AWS")
# Environment setup
export EDITOR="nvim"
export TERMINAL="warp"
export SHELL="zsh"
# Handy aliases
alias yolo='git push --force-with-lease'
alias standup='git log --oneline --since="yesterday"'
alias lgtm='echo "Looks good to me! 🚀"'
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 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
EOF
}
# Let's go!
[[ $HIRING == true ]] && echo "📬 Let's connect!"
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 🙏
}
Click to expand
~/indrasvat.dev ./whoami.sh
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.
→ Building beautiful TUIs in Python/Go/Rust
→ Exploring the wonders of Agentic coding
→ Learning with my daughter about ancient Indian history
📬 Let's connect!
~/indrasvat.dev ./reach_out.sh
📡 [PING] Click here to send a quick email
~/indrasvat.dev