const developer = {
name: "Prabhav",
role: "SDE",
bio: "Building scalable systems and clean user interfaces. Passionate about distributed systems and open-source contribution."
};
01. tree ./work_experience
.
├── 2023-Present
Software Engineer @ Barclays
# Architected microservices using Go and Kubernetes
# Reduced system latency by 40% through caching strategies
# Reduced system latency by 40% through caching strategies
├── 2021-2023
SDE Intern @ Expleo
# Developed responsive dashboards with React and Tailwind
# Implemented CI/CD pipelines using GitHub Actions
# Implemented CI/CD pipelines using GitHub Actions
└── 2020-2021
SDE Intern @ Barclays
# Optimized SQL queries for high-traffic databases
# Automated internal reporting tools using Python
# Automated internal reporting tools using Python
bash — profile
02. ls ./projects
distributed-cache
GoA high-performance distributed key-value store with LRU eviction and consistent hashing.
api-gateway-v2
RustCloud-native API gateway featuring dynamic routing and rate limiting middleware.
03. cat tech_stack.json
{
"languages": ["TypeScript", "Go", "Rust", "Python"],
"frameworks": ["React", "Node.js", "Gin", "FastAPI"],
"infrastructure": ["AWS", "Docker", "Kubernetes", "Terraform"]
}