Skip to content

burnerlee/burnerlee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 avi.aviral140@gmail.com",
	}
}

Github stats 📊

Visitor's count 👀

Burnerlee :: Visitor's Count

Profile stats 🎹

burnerlee :: Profile Stats

Spiderman


⭐️ From @burnerlee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published