Hello, I am Aviral Jain

About me

package main import ( "fmt" ) type Bio map[string]string func main() { for k, v := range GetBio() { fmt.Printf("%+v: %+v\n", k, v) } } func GetBio() Bio { return Bio{ "- āš” Quick bio:": "A kind of amateurMusician-traveler-foodLover-gamer-coder-programmer-dogLover-sportsfan", "- šŸ”­ Iā€™m currently working on": "Developer at SDSLabs working on some cool tech stuff", "- šŸŒ± Iā€™m currently learning": "Golang, RabbitMQ, Unity, CP, Docker", "- šŸ‘Æ Iā€™m looking to collaborate on": "Golang and Kubernetes related projects", "- šŸ¤” Iā€™m looking for help with": "Anything related to what I am currently learning šŸ˜…", "- šŸ’¬ Ask me about": "Python, PHP, Golang, Javascript, SQL, Software Design & Architecture, Web-Dev", "- šŸ“« How to reach me:": "Mail me on [email protected]", } }