Skip to content
View mguilhermetavares's full-sized avatar
💻
🇧🇷 🇮🇪
💻
🇧🇷 🇮🇪

Organizations

@TinkaBit @TroutSoftware

Block or report mguilhermetavares

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
mguilhermetavares/README.md

Hey there 👋

I’m Guilherme Tavares, a Senior Software Engineer currently building cool stuff at Trout Software with Go 🐹.

I’ve been coding for over a decade, working across backend, frontend, and cloud. Along the way I’ve led engineering teams, shipped products in fintech and SaaS, and learned a lot about building systems that scale and last.

💻 Things I enjoy working with:

  • Go, Java, Scala, Python, TypeScript
  • AWS, Kubernetes, Terraform, CI/CD
  • Microservices, event-driven systems, distributed architectures
  • Helping teams grow and deliver awesome products 🚀

Some highlights:

  • Led engineering teams at some cool companies, guiding devs and shipping impactful software
  • Represented one of them at Web Summit (Lisbon) to showcase our fintech innovation
  • Designed and deployed CI/CD pipelines that boosted productivity and code quality

🍻 Fun stuff about me:

  • Big fan of a good pint of Guinness
  • Gamer at heart 🎮
  • Collector of random facts nobody asked for — like: Did you know octopuses have three hearts, and two of them stop beating when they swim? 🐙

🌍 Currently based in Dublin, Ireland 🇮🇪 🔗 Connect with me on LinkedIn


Pinned Loading

  1. minnesotavikingsbr minnesotavikingsbr Public

    A principal comunidade de fãs do Minnesota Vikings no Brasil. Notícias, podcast, Fantasy MVB e muito mais — tudo em português. 🇧🇷💜 #SKOL

    TypeScript 1

  2. Git Config Git Config
    1
    [user]
    2
            name = Guido
    3
            email = mguilhermetavares@gmail.com
    4
    [alias]
    5
            last = log -1 HEAD --stat
  3. odin-writer odin-writer Public

    CLI that transcribes YouTube/podcast episodes and publishes AI-generated articles to Sanity CMS

    Go 2

  4. Commit Style Guides Commit Style Guides
    1
    ## Custom commit messages
    2
    
                  
    3
    - All commits must be "SignOff", just use "commit -sm"
    4
    - Use imperative verbs ("Add feature" instead of "Adding feature" or "Added feature")
    5
    - First line must have a maximum of 72 characters