package main
import (
"fmt"
)
type Bio map[string]string
func BioInfo() Bio {
return Bio{
"- π Iβm currently working on": "Python and Golang Web applications development for applications in Agriculture and Natural Environment domains",
"- π± Iβm currently learning": "Golang, Docker, Kubernetes, GCP, AWS, React JS",
"- π― Iβm looking to collaborate on": "Golang, Python and React JS projects",
"- π€ Iβm looking for help with": "Golang packges and applications in GIS and Remote Sensing",
"- π¬ Ask me about": "Spatial Systems - GIS & Remote Sensing; Software Engineering & application development",
"- π« How to reach me": "opiticalvin@gmail.com",
}
}
func main() {
for k, v := range BioInfo() {
fmt.Printf("%+v: %+v\n", k, v)
}
}Credits: Opiti Calvin

