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-melomaniac-gearAddict-amateurMusician-traveler-foodLover-gamer-coder-programmer-catLover-sportsAficionado hybrid",
"- π Iβm currently working on": "Tredicom as a Senior Software Developer --- UAdeC as a Part Time Teacher",
"- π± Iβm currently learning": "Golang, MongoDB, RabbitMQ, K8s, GCP (Tech stack from my company) --- Sharpening my Front End Skills for the MERN stack (Personal goal)",
"- π― Iβm looking to collaborate on": "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/AnhellO#you-can-reach-me-at-alien",
}
}
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.