Open to work
Robin Sharma इन्द्रस्वत्
Principal Software Engineer · Individual Contributor
## About
Backend engineer trying to find his way in an Agentic world.
Building high-performance microservices, developer tools, and CLIs.
## Building
dorikin
A simple Go TUI for Kubernetes configuration drift detection
vicaya
A fast macOS filesystem search tool built with Rust
gp-vpn
A macOS Go CLI for the GlobalProtect VPN
claude-code-skills
A collection of Claude Code skills for enhanced AI coding
···
More
→
## 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",
"linkedin": "linkedin.com/in/sharmarobin",
"resume": "indrasvat.dev/resume"
},
"status": "● Available for hire",
"seeking": ["Remote", "Principal/Staff", "IC roles"],
"leetcode_required": false // Please 🙏
}