// writing
Notes and write-ups
everything tagged homebrew
tag map
all35
scripting10
api8
golang7
nodejs7
frontend6
https6
today i learned6
apple5
devops4
aws3
databases3
diy3
iot3
novus3
travelling3
gadgets2
homelab2
raspberry-pi2
utilities2
automation1
c1
cloudflare-workers1
deno1
docker1
esp321
firebase1
github1
grpc1
homebrew1
homekit1
imac1
laravel1
lua1
lvgl1
monitor1
motorcycle1
roadtrip1
telegram1
Publishing a Go binary with Homebrew
As developers, we often need to use many different programs for our job. There are various ways to install these applications, one of the most popular being Homebrew. It is advertised as “the missing package manager for macOS” (and Linux) and it certainly does a great job there. But have you ever wondered how it works under the hood and how can one add their custom binary into it?