Building distributed systems by day, learning Gen AI by night. Passionate about creating scalable solutions and pushing the boundaries of what's possible with code.
type Expertise struct {
DistributedSystems []string
SystemsProgramming []string
AI_ML []string
}
func GetExpertise() Expertise {
return Expertise{
DistributedSystems: []string{
"Consensus Algorithms",
"Distributed Caching",
},
FullStack: []string{
"Frontend Development",
"Backend Development",
"Containerization",
"API Design",
"DevOps Practices",
},
AI_ML: []string{
"LLM Engineering",
"RAG Systems",
"AI Agents",
},
}
}
Exploring the intersection of distributed systems and AI to build scalable, intelligent systems