Giter Club home page Giter Club logo

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

Leonardo Costa's Projects

emulador icon emulador

Emulador da arquitetura de um dispositivo computacional com registradores, CPU, RAM, Barramento e E/S

is-this-deck-legal icon is-this-deck-legal

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

my-react icon my-react

Anotação do código feito na talk "Deconstructing React" por Tejas Kumar

parabuains-crypto icon parabuains-crypto

A simple Blockchain made initially following Ivan Kuznetsov's article: https://jeiwan.net/posts/building-blockchain-in-go-part-1/

rick-morty-react-app icon rick-morty-react-app

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.