Skip to content
View lbcosta's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report lbcosta

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
lbcosta/README.md

Ahoy, fellow coder! I'm Leo!

  • 🌱 I’m currently learning Observability, Domain Driven Design and Production-Ready Microservices
  • 🤔 I’m looking for help with Finding a new day job!
  • 👨‍💻 A little bit about me:
package main

import "fmt"

type BackendEngineer struct {
	Name         string
	Code         []string
	AskMeAbout   []string
	Technologies map[string][]string
	CurrentFocus string
	FunFact      string
}

func (BackendEngineer) Greetings() {
	fmt.Println("Hello! Thanks for reading my profile. If you wanna know more about me, my contacts are listed below 😁")
}

func main() {
	Leo := BackendEngineer{}

	Leo.Name = "Leonardo Costa"
	Leo.Code = []string{"Go", "NodeJS", "ReactJS", "Typescript"}
	Leo.AskMeAbout = []string{"music", "boardgames", "movies", "tech"}
	Leo.Technologies = map[string][]string{
		"DevOps":   {"AWS", "Docker", "GCP"},
		"Database": {"Postgres", "MySQL", "Redis", "MongoDB"},
		"Misc":     {"Web sockets", "Python", "Flask", "Pandas"},
	}
	Leo.CurrentFocus = "Building Production Ready Microservices (following Susan J. Fowler checklist)"
	Leo.FunFact = "I was a drummer in an Arctic Monkeys cover band"

	Leo.Greetings()
}

📫 How to reach me

Pinned

  1. rick-morty-react-app rick-morty-react-app Public

    A single page application made with React that uses Rick and Morty API (Processo Seletivo CSI Group)

    JavaScript 6 4

  2. vanilla-tic-tac-toe vanilla-tic-tac-toe Public

    Simple Tic Tac Toe made with Vanilla Javascript

    JavaScript

  3. is-this-deck-legal is-this-deck-legal Public

    Application in Go using the Magic: The Gathering API to know which cards of a deck are legal in a specific format

    Go

  4. transfeera.backend.developer.test transfeera.backend.developer.test Public

    Teste técnico para posição de Desenvolvedor Backend Pleno na Transfeera

    Go 1