Skip to content
View burnerlee's full-sized avatar
Block or Report

Block or report burnerlee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
burnerlee/README.md

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

Pinned

  1. Automatic-Brightness-Controller Automatic-Brightness-Controller Public

    Python 2

  2. Cryptopal Cryptopal Public

    Python

  3. Instagram-MVC Instagram-MVC Public

    PHP

  4. Reversing-and-Assembly Reversing-and-Assembly Public