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 traveler-foodLover-gamer-coder-programmer",
"- π Iβm currently working on": "Inside Solutions as a Senior Software Developer",
"- π± Iβm currently learning": "Rust, RabbitMQ, (Tech stack from my company) --- Sharpening my Front End Skills for the MERN stack (Personal goal)",
"- π― Iβm looking to collaborate on": "PHP, Python, Golang and Docker related projects",
"- π€ Iβm looking for help with": "Anything related to what I am currently learning π
",
"- π¬ Ask me about": "Python, PHP, Laravel, SQL, Software Design & Architecture, Web-Dev and SEO",
"- π« How to reach me:": "https://github.com/quansho#you-can-reach-me-at-alien",
}
}
βοΈ From @QuanshoWithLove