██╗ ██╗ █████╗ ██████╗ ██╗ ██████╗ █████╗ ██████╗ ██╗ ██╗
██║ ██║██╔══██╗██╔══██╗██║ ██╔══██╗██╔══██╗██╔══██╗██║ ██║
███████║███████║██████╔╝██║ ██████╔╝███████║██████╔╝██║ ██║
██╔══██║██╔══██║██╔══██╗██║ ██╔══██╗██╔══██║██╔══██╗██║ ██║
██║ ██║██║ ██║██║ ██║██║ ██████╔╝██║ ██║██████╔╝╚██████╔╝
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝
package main
// Hari Babu K — Backend Engineer
type Profile struct {
Name string
Role string
Location string
Focus []string
Learning string
OSS string
Email string
}
func WhoAmI() Profile {
return Profile{
Name: "Hari Babu K",
Role: "Golang Developer · Backend Engineer",
Location: "Nellore, Andhra Pradesh, India 🇮🇳",
Focus: []string{"Distributed Systems", "Microservices", "Cloud Native"},
Learning: "Advanced Kubernetes Patterns",
OSS: "Looking to collaborate on Open Source Go Projects",
Email: "haribabuk113@gmail.com",
}
}languages:
- Go # Primary language ⭐
backend_databases:
- PostgreSQL # Relational powerhouse
- Redis # High-speed caching
- MariaDB # Reliable SQL
- Apache Kafka # Event streaming at scale
devops_tools:
- Docker # Container everything
- Kubernetes # Orchestrate at scale
- Linux # Where it all runs
- Git # Version control
- Bash # Automate all the things
specializations:
- Concurrency Patterns (goroutines, channels, mutexes)
- Microservices Architecture
- Event-Driven Systems
- Cloud-Native Infrastructure
- High-Performance Backend Design|
Go ★★★★★ |
Kubernetes ★★★★☆ |
Docker ★★★★★ |
PostgreSQL ★★★★☆ |
|
Redis ★★★★☆ |
Kafka ★★★☆☆ |
Linux ★★★★★ |
Git ★★★★★ |
🤝 Open to collaborating on — Open Source Go projects, distributed systems tooling, backend performance engineering, and cloud-native infrastructure.
💬 Ask me about — Go internals, Docker, Kubernetes, Kafka architecture, Linux, and backend system design.
🚀 Currently building — Distributed systems & microservices at scale.