I’m Kalidass, a passionate full-stack developer who has spent over a decade coding and tinkering with things in the rapidly growing tech industry. I currently work as a Staff Engineer in Berlin, Germany.
In my professional course, I had the opportunity to work in early-stage, hyper-growth, and enterprise environments on projects related to Adtech, Internet of Things (IoT), Metrology, Travel, Healthtech, Agritech, and Fintech.
specializations.go
package main
import "fmt"
var skills = []string{
"Full Stack Product Development",
"Serverless & Scalable System Architecture",
"Cross-Platform Mobile & Plugin Development",
"Cloud Infrastructure & DevOps Automation (AWS, GCP)",
"Edge Security & Bot Protection",
"LLM Workflows & Agent Integration",
}
func main() {
for _, skill := range skills {
fmt.Println(skill)
}
}