Profile avatar
firmino.work
Programmer, Golang & Node.js
70 posts 26 followers 22 following
Getting Started
Active Commenter

Epic discussion around @golang.org error handling: github.com/golang/go/di... Adventurous ideas. Ofc there might something to improve, but the following image is still applicable: 🙈

Logical replication is so cool. And this is a great article going a bit deeper into the details.

Kubernetes the hard way completed. Having done that, I have become more understanding about how long it takes for GCP or AWS to provision a Kubernetes cluster. #k8s #kubernetes

“Dear friend, you have built a Kubernetes” - this is a great write up of the slippery slope many people go down because they think k8s is too complex. Not saying it can work everywhere but this is a common story. (h/t to @timothysc.bsky.social for finding it) www.macchaffee.com/blog/2024/yo...

It took me a while to finally add this, but 0x45.st finally has a web based form for submissions rather than being solely API based. Turns out API's are nice some of the time, but sometimes you just want to copy paste into a form. #WhoKnew #SideProject #SoftwareEngineer #Golang #PasteBin #SelfHosted

In the absence of newly-released good sci-fis, I go back to watch gems such as "War of the Worlds (2005)" 🎬🍿 www.imdb.com/title/tt0407... #scifi #movies

How do you check if an executable binary compiled from Golang code is static or dynamically linked? Do you know the side effects of using the os/user, and net packages? "Statically compiling Go programs" --- Authored by @arp242.bsky.social #golang www.arp242.net/static-go.ht...

For those interested in optimising their Golang test suites. "It’s hard to fix a problem that you can’t see" threedots.tech/post/go-test... #golang