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 metalHead-synthWave-cyberPunk-melomaniac-gearAddict-amateurMusician-traveler-foodLover-gamer-coder-programmer-catLover",
"- π Iβm currently working on": "Fiji Gov as a Full Stack Developer (Handling COVID-19 Web App) --- NIS as Student Software Engineer",
"- π± Iβm currently learning": "Vue, NextJS, Python, Flutter and Dart --- Sharpening my Back End Skills (Personal goal)",
"- π― Iβm looking to collaborate on": "Python and Flutter related projects",
"- π€ Iβm looking for help with": "Anything related to what I am currently learning π
",
"- π¬ Ask me about": "Python, Flutter, HTML, JS, Web-Dev and SEO",
"- π« How to reach me:": "https://github.com/i-Adrian-K",
}
}
Credit: AnhellO
Last Edited on: 13/10/2022