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:": "An Engineer who deeps down into cosmology. Founder and Author at Divulge - https://divulge.in",
"- 🔭 I’m currently working on": "Divulge, a blog site which makes you question how much are you willing to divulge?",
"- 🌱 I’m currently learning": "Golang, MongoDB, RabbitMQ, GCP (For my personal growth) --- Sharpening my Front End Skills with Gatsby, Prismic.io (Personal goal)",
"- 👯 I’m looking to collaborate on": "JavaScript, Python, Gatsby and Hugo related projects",
"- 🤔 I’m looking for help with": "Anything related to what I am currently learning 😅",
"- 📫 How to reach me:": "https://akashpawara.com",
}
}
const weeb = {
pronouns: "he" | "him",
code: [Javascript, Typescript, HTML, CSS, Python, Go],
tools: [React, Node, Gatsby, Vue, Bootstrap, Prismic, Hugo],
architecture: ["microservices", "event-driven"],
sites: {
Personal: "https://akashpawara.com",
Founder: "https://divulge.in",
Author: "https://medium.com/@akashpawara"
},
intrests: [Riding, Trecking, Mangas, Anime]
}