package main
import ( "fmt" )
func main() { for key, value := range getBio() { fmt.Println(key + value) } }
func getBio() map[string]string { bio := make(map[string]string) bio["Bio:"] = "Hello! I am Israel, a passionate Software Engineering university student with a self-taught interest and experience in developing server-side (backend) projects using Go and Java/Springboot-oriented technologies." bio["- 🔭 I am currently working on: "] = "I am a freelance developer until I have the opportunity to contribute my knowledge and skills to a company" bio["- 💬 Ask me about: "] = "Go and SpringBoot!" bio["- 📫 How to reach me: "] = "Linkedin: Israel Juárez Guillermo" return bio }
Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past
Credit: AnhellO
Last Edited on: 23/09/2020