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:": "",
"- 🔭 I’m currently working on": "Senior Software Developer",
"- 🌱 I’m currently learning": "JS, TS, MongoDB, NodeJS, Express, HTML, CSS, Angular, D365FO",
"- 👯 I’m looking to collaborate on": "JavaScript, Angular, MongoDB",
"- 🤔 I’m looking for help with": "Anything related to what I am currently learning 😅",
"- 💬 Ask me about": "D365, PHP, Angular, SQL, Software Design & Architecture, Web-Dev",
"- 📫 How to reach me:": "https://github.com/vargas0912/vargas0912",
}
}
- Mexico
- @vargas0912
Popular repositories Loading
-
-
-
json-estados-municipios-mexico
json-estados-municipios-mexico PublicForked from martinciscap/json-estados-municipios-mexico
JSON de Estados y Municipios de México basado en datos del INEGI
-
-
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.