Skip to content
View luanc202's full-sized avatar
👨‍💻
trying out Golang
👨‍💻
trying out Golang

Highlights

  • Pro
Block or Report

Block or report luanc202

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
luanc202/README.md

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:

Pinned

  1. projeto-pds-tgames projeto-pds-tgames Public

    Projeto de Software TinderGames para a disciplina de Projeto e Desenvolvimento de Software 2022.2 UFMA

    TypeScript 2

  2. wii-nunchuck-mouse-py wii-nunchuck-mouse-py Public archive

    Python script I edited and fixed for my college project. Simulates mouse events such as clicks and moves using a Wii Nunchuck connected to an Arduino

    Python 4

  3. Auction-App Auction-App Public

    Aplicação desenvolvida como desafio para o treinamento da treinadev turma 10 de 2023

    Ruby