Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.95 KB

README.md

File metadata and controls

65 lines (54 loc) · 1.95 KB

Hi there, I'm Mateus!

package MateusGuedes

func GetCurrentWorkPosition() map[string]string {
	return map[string]string{
		"company":  "UOL EDTECH",
		"position": "Software Engineer",
		"stack": "Ruby on rails & React 🔥"
	}
}

func GetDegree() string {
	return "Bachelors Degree in Computer Science / 2019"
}

func GetFrontEndDailyKnowledge() []string {
	return []string{
		"HTML5",
		"Javascript",
		"Typescript",
		"React",
		"Next",
		"CSS",
		"StyledComponents",
		"Tailwind"
	}
}

func GetBackEndDailyKnowledge() []string {
	return []string {
		"GoLang",
		"Ruby",
		"Docker",
		"SQL & NoSQL",
		"Message Brokers",
		"Caching"
	}
}

func GetFutureGoal() string {
	return "Contribute to open source, work with international projects and help a lot with my knowledge"
}

🌐 Socials:

Instagram LinkedIn

💻 Tech Stack:

📊 GitHub Stats:

Top Langs

✍️ Random Dev Quote