Preferably back-end oriented, dealing with abstractions is more fun to me.
I also like reading software architecture books, such as The Mythical Man-Month and Clean Architecture.
- 🔧 I've worked with React, Nodejs with Typescript, Go with Chi Router, Java with Spring Boot, and Docker, but I've also got some experience with Ruby on Rails, so something new is always welcome.
- 📚 Currently studying Computer Engineering at UFMA.
- 🌱 I'm always looking to build something new, so if you do have something working on, I'd love to hear about and take part in it, may it be a compiler or a web page.
- 📜 A blog is coming soon, I promise.
- 👟 Also I do like running and working out, I won't refuse if you invite me.
- 📫 Reach me at my Linkedin
const Languages := []string{ "Go", "Java", "Typescript", "Javascript", "Java", "Ruby", "SQL"}
const Frameworks := []string{ "React", "React Native", "Fastify", "Chi Router", "Spring Boot", "Ruby on Rails" }
const Tooling := []string{ "Docker", "Git" }
const Infrastructure := []string{ "Linux" }
type Experience struct {
Languages []Language
Frameworks []Framework
Tooling []Tooling
Infrastructure []Infra
CloudProviders []CloudProvider
}
func main() {
workedWith := Experience{
Languages: []Language{ Typescript, Java, Go },
Frameworks: []Framework{ React, Fastify, SpringBoot, RubyOnRails },
Tooling: []Tooling{ Docker, Git },
Infrastructure: []Infra{ Linux },
}
fmt.Println(workedWith)
}