Matheus Mina's Avatar

Matheus Mina

@mfbmina.dev.bsky.social

Brazilian, dog lover, martial artist and computer scientist!

107 Followers  |  35 Following  |  72 Posts  |  Joined: 02.09.2024  |  1.544

Latest posts by mfbmina.dev on Bluesky

Preview
The Green Tea Garbage Collector - The Go Programming Language Go 1.25 includes a new experimental garbage collector, Green Tea.

go.dev/blog/greente...

01.11.2025 14:22 — 👍 0    🔁 0    💬 0    📌 0
The Go Way
YouTube video by Elton Minetto The Go Way

The Go Way - by @eltonminetto.dev

#golang

www.youtube.com/watch?v=KrgI...

13.10.2025 14:13 — 👍 4    🔁 1    💬 0    📌 0
Preview
Breaking down Go's sync package In my opinion, Go provides excellent support for concurrent work, not only due to goroutines but also because of the language’s ecosystem. A great example of this is the sync package, which helps sync...

Hey guys, new post at the blog!

#go #golang

mfbmina.dev/en/posts/202...

02.10.2025 11:59 — 👍 0    🔁 0    💬 0    📌 0
Preview
Destrinchando o pacote sync do Go Na minha opinião, Go fornece um excelente suporte a se trabalhar concorrentemente não só pelas goroutines, mas pelo ecossistema da linguagem. Um grande exemplo disso é o pacote sync, que auxilia na si...

Finalmente palestrei pela primeira vez na @GolangSP em evento que aconteceu no @picpay. O tema escolhido foi o pacote Sync e aproveitei para fazer um post complementar no blog.

#go #golang

02.10.2025 11:55 — 👍 0    🔁 0    💬 0    📌 0
Preview
Golang SP & PicPay - #102, Wed, Oct 1, 2025, 6:00 PM | Meetup ## Details ✅ **EVENTO PRESENCIAL E GRATUITO** ❗️**Informações Importantes:** *Só clique no botão da reserva se realmente puder comparecer presencialmente no evento.* *Lemb

Fala galera! No dia 01/10 vou apresentar uma lightning talk na Golang SP e no PicPay! Espero vocês todos lá, pois o evento vai ser bem massa!

#go #golang #meetup

www.meetup.com/golangbr/eve...

17.09.2025 18:18 — 👍 0    🔁 0    💬 0    📌 0
Preview
mfbmina.dev by Matheus Mina

This Friday, I changed the whole blog layout! What you think about it?

mfbmina.dev

29.08.2025 18:45 — 👍 0    🔁 0    💬 0    📌 0
Preview
mfbmina.dev by Matheus Mina

Essa sexta-feira eu troquei todo o layout do blog! O que vocês acharam?

mfbmina.dev

29.08.2025 18:44 — 👍 0    🔁 0    💬 0    📌 0
Preview
Waitgroups: what they are, how to use them and what changed with Go 1.25 Imagine the following problem: you need to process hundreds of records and generate a single output. One way to solve this is to process each record sequentially and unify the output only at the end. ...

mfbmina.dev/en/posts/wai...

#go #golang #concurrency

23.08.2025 15:19 — 👍 2    🔁 0    💬 0    📌 0
Preview
Waitgroups: o que são, como usar e o que mudou com o Go 1.25 Imagine o seguinte problema: é necessário processar centenas de registros e gerar uma única saída. Uma forma de resolver é processar cada registro sequencialmente e só no fim unificar a saída. Contudo...

mfbmina.dev/posts/waitgr...

#go #golang #concurrency

23.08.2025 15:15 — 👍 2    🔁 0    💬 0    📌 0
Post image

Bora falar de Go

14.08.2025 21:39 — 👍 1    🔁 0    💬 0    📌 0
Central de Vagas PicPay: conheça e candidate-se Saiba tudo sobre a vaga de Senior Software Engineer e candidate-se agora!

Fala galera, passando pra divulgar uma vaga numa equipe próxima aqui: picpay.com/oportunidade...

08.08.2025 14:35 — 👍 0    🔁 0    💬 0    📌 0
Preview
testcontainers: melhorando testes E2E Em um post anterior mostrei algumas formas de melhorar os testes criando mocks das APIs que chamamos. Porém, isso nem sempre é suficiente e podemos precisar de testes E2E (ou testes de aceitação), co...

testcontainers: melhorando testes E2E

mfbmina.dev/posts/testco...

#go #golang #tests #docker #testcontainers #bolhadev #comunidadedev #bolhatech #comunidadetech

24.07.2025 16:17 — 👍 3    🔁 1    💬 0    📌 0
Preview
testcontainers: improving E2E tests In a previous post I showed some ways to improve tests by creating API mocks that we call. However, that’s not always enough, and we might need E2E tests (or acceptance tests), for example, to test i...

testcontainers: improving E2E tests

mfbmina.dev/en/posts/tes...

#go #golang #tests #docker #testcontainers

24.07.2025 16:13 — 👍 4    🔁 1    💬 0    📌 0
Preview
Writing Code Was Never The Bottleneck LLMs make it easier to write code, but understanding, reviewing, and maintaining it still takes time, trust, and good judgment.

ordep.dev/posts/writin...

06.07.2025 13:25 — 👍 0    🔁 0    💬 0    📌 0
Golang Weekly Issue 559: June 25, 2025

Hey people! My last post got featured @ Golang Weekly!

Check it out with other awesome posts!

#golang #go

golangweekly.com/issues/559

26.06.2025 12:17 — 👍 0    🔁 0    💬 0    📌 0
Preview
Acabando com código morto nos projetos Go Conforme o software que trabalhamos vai crescendo, a tendência é do código passar por diversas mudanças e refatorações. Nesse processo, podemos simplesmente esquecer pedaços de código que um dia foram...

Olá! Post novo no blog: Acabando com código morto nos projetos Go

mfbmina.dev/posts/golang...

#go #deadcode #refactor #programming #comunidadedev #bolhadev #comunidadetech #bolhatech

19.06.2025 15:31 — 👍 1    🔁 1    💬 0    📌 0
Preview
Eliminating dead code in Go projects As the software we work on grows, the code tends to undergo various changes and refactorings. During this process, we might simply forget pieces of code that were once used but no longer make sense in...

Hey! New post at the blog: Eliminating dead code in Go projects

mfbmina.dev/en/posts/gol...

#go #deadcode #refactor #programming

19.06.2025 15:30 — 👍 1    🔁 0    💬 0    📌 0

Thank you @teeaa.dev

17.05.2025 13:40 — 👍 0    🔁 0    💬 0    📌 0
Preview
Exploring the Rate package and the Token Bucket algorithm At my Circuit Breaker post, I mentioned that nowadays it is common that the application has to communicate with other ones, and with that, traffic control strategies become essential. Recently I’ve ...

mfbmina.dev/en/posts/gol...

#go #golang #tokenbucket #algorithm #trafficcontrol

16.05.2025 00:15 — 👍 2    🔁 1    💬 0    📌 1
Preview
Explorando o pacote Rate e o algoritmo de Token Bucket No post sobre Circuit Breaker, citei que atualmente é comum que a sua aplicação tenha que se comunicar com outras e, com isso, estratégias de controle de tráfego se tornam essenciais. Recentemente de...

mfbmina.dev/posts/golang...

#go #golang #tokenbucket #algorithm #trafficcontrol #bolhadev #bolhatech #comunidadedev #comunidadetech

16.05.2025 00:12 — 👍 2    🔁 2    💬 0    📌 0
Why concrete error types are superior to sentinel errors TL;DR ¶ Exported concrete error types are superior to sentinel errors. They can be more performant, cannot be clobbered, and promote extensibility. Third-party function errutil.Find is a powerful alte...

jub0bs.com/posts/2025-0...

24.04.2025 12:42 — 👍 0    🔁 0    💬 0    📌 0
Preview
Go Tool: tudo o que ninguem pediu Depois de muitos anos trabalhando com Ruby, migrei para trabalhar com Go sem muita experiência com a linguagem. Meu primeiro atrito foi com a gestão de dependências, pois sempre achei a versão de depe...

Go Tool: tudo o que ninguém pediu

mfbmina.dev/posts/go-tool/

#go #golang #depencymanagement #news #opinion #bolhadev #bolhatech #comunidadedev #comunidadetech

05.04.2025 15:34 — 👍 2    🔁 1    💬 0    📌 0
Preview
Go Tool: everything that nobody has asked for After many years working with Ruby, I migrate to Go without much experience with the language. My first friction was with dependency management because I always find it bad, with fuzzy commands and, t...

Go Tool: everything that nobody has asked for

mfbmina.dev/en/posts/go-...

#go #golang #depencymanagement #news #opinion

05.04.2025 15:32 — 👍 0    🔁 0    💬 0    📌 0
Preview
Go 1.24: Testes de Benchmark Uma das minhas funcionalidades favoritas em Go é a possibilidade de se escrever testes de benchmark. Agora na versão 1.24, essa funcionalidade ganhou uma cara nova, se tornando ainda mais fácil de ser...

Go 1.24: Testes de Benchmark

mfbmina.dev/posts/benchm...

#go #golang #testing #news #bolhadev #bolhatech #comunidadedev #comunidadetech

25.03.2025 00:39 — 👍 3    🔁 2    💬 0    📌 0
Preview
How HTTP/2 Works and How to Enable It in Go HTTP/2 solves head-of-line blocking at the application layer by multiplexing multiple streams over a single TCP connection. While HTTP/1.1 requires requests to be processed sequentially, HTTP/2 allows...

victoriametrics.com/blog/go-http2/ by @func25.bsky.social

24.02.2025 11:25 — 👍 1    🔁 0    💬 0    📌 0
Preview
The Mythical Man Month After reading the book the Goal , I went after the next reading, and I was recommended to read The Mythical Man-Month, from Fred Brooks. This book is a computer science class, which I didn’t know yet,...

Hi everybody,

I wrote mine perceptions about the book The Mythical Man-Month, from Fred Brooks. A software engineering literature classic.

I hope you enjoy it!

#tech #books #softwareengineering

mfbmina.dev/en/posts/the...

17.02.2025 14:17 — 👍 0    🔁 0    💬 0    📌 0
Preview
The Mythical Man Month Após ler o livro The Goal fui atrás de uma próxima leitura e me recomendaram o The Mythical Man-Month, do Fred Brooks. Esse livro é um clássico da literatura da computação, desconhecido por mim até a...

Oi pessoal,

Escrevi minhas percepções sobre o livro the Mythical Man-Month, do Fred Brooks. Um clássico da literatura sobre engenharia de software!

Espero que gostem!

#tech #books #softwareengineering #bolhadev #bolhatech #comunidadedev #comunidadetech

mfbmina.dev/posts/the-my...

17.02.2025 14:15 — 👍 2    🔁 1    💬 0    📌 0
Asdf Has Been Re-Written in Golang - Stratus3D Over the last year I’ve rewritten asdf in Go. I’m excited to announce that the rewrite was released last Wednesday as asdf version 0.16. …

That's great: stratus3d.com/blog/2025/02...

06.02.2025 14:13 — 👍 0    🔁 0    💬 0    📌 0
Preview
Testando chamadas para APIs da melhor forma Atualmente, grande parte do trabalho de um desenvolvedor WEB consiste em chamar APIs, seja para realizar uma integração com um sistema de uma equipe parceira ou para integrar com algum fornecedor. Out...

Oi, pessoal, tudo bem?

Post curtinho sobre como testar chamadas a APIs com Go! Espero que gostem!

#go #golang #api #testing #bolhadev #bolhatech #dev

mfbmina.dev/posts/api-te...

05.02.2025 21:23 — 👍 2    🔁 2    💬 0    📌 0
Preview
The best way for testing outbound API calls Nowadays, a huge part of a developer’s work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in da...

Hey guys! What's up?

Small post on testing outbound API calls

#go #golang #api #testing

mfbmina.dev/en/posts/api...

05.02.2025 21:22 — 👍 0    🔁 0    💬 0    📌 0

@mfbmina.dev is following 18 prominent accounts