Skip to content

luanc202/luanc202

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

Hello, I'm Luan and I create solutions with software.

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

Languages and Tools:

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)
}

Here are some fun numbers:

About

My Github profile :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published