Skip to content

MarioBatalha/MarioBatalha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Mario Batalha

About me

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 gearAddict-amateurMusician-traveler-foodLover-gamer-coder-Geek-programmer-sportsAficionado hybrid",
		"- 🔭 I’m currently working ":     "As Front-End developer",
		"- 🌱 I’m currently learning":        "Docker, Flutter, Python (Tech stack from my company) --- Sharpening my Front-End Skills for the MERN stack (Personal goal)",
		"- 👯 I’m looking to collaborate on": "JS and TS related projects",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning 😅",
		"- 💬 Ask me about":                  "Python, PHP, JS and TS, SQL, Software Design & Architecture, Web-Dev and SEO",
		"- 📫 How to reach me:":              "http://mariobatalha.me/",
	}
}

You can reach me at 👽

Mario Batalha's LinkedIn Profile Mario Batalha's Stack Exchange Profile Mario Batalha's Medium Profile


Releases

No releases published

Packages

No packages published