ctxerrors: Because Go’s Error Handling Doesn’t Have to Be Complete Shit
Look, I’m gonna be straight with you. Go’s error handling is fucking verbose, and debugging without context is like trying to find your keys in a pitch-black room while drunk. …
Software Engineer and more
Look, I’m gonna be straight with you. Go’s error handling is fucking verbose, and debugging without context is like trying to find your keys in a pitch-black room while drunk. …
⚠️ Archived in favor of slog-configurator. Go’s standard library now ships log/slog, which covers everything logrus offered with proper context propagation and zero third-party dependencies. logrus-configurator still works and existing …
If you’re tired of writing the same env var parsing bullshit over and over, gonfiguration handles all the annoying shit for you. It’s got reflection-based mapping, supports all the types …
Yo, let’s dive into this cool tool I’ve been hacking on: telegram-logger. Imagine this: You’re chilling, coding away, and you need to keep an eye on your app’s logs, but …
Because there was no Golang package for Postmark’s spam API I decided to build one that can be easily used. Example Usage Well that’s simple, right? This will have the …
Not in the mood to write much so I’ll keep this short… Working with shell commands is quite a fuckin’ job in Golang. Running a command, waiting for it to …
I’ve always been a fan of using super cheap VPSs and building various spammy/databaseish stuff on them that can handle lots of data and traffic. lowendbox is my go to …