- Tags /
golang
2025
Introducing gomjml: MJML for Go Developers
gomjml is a native Go implementation of the MJML email framework, making responsive email design faster and easier for Go developers.
Why I Made Peace With Go’s Date Formatting
If we’re all going to google it anyway, we might as well google something that makes sense.
2024
The Two Reasons I Prefer Passing Struct Pointers Around
Choosing consistency over performance.
2023
Interfaces Are Not Meant for That
It’s time to ask ourselves how much abstraction in our Go code really makes sense.
Python is Easy. Go is Simple. Simple != Easy.
Python and Go have distinct qualities that can complement each other.
Focus on the Happy Path With Step Functions
A simple pattern that will help you reduce error handling, while keeping your Go code simple and idiomatic.
My Go Talk Proposal Got Declined. A Few Times.
I am trying to make sense of what I can do better next time.
What Color is Your Type?
My struggle to choose the right type semantic and keep code consistent at the same time.
Digging into Service Weaver: Dependency Injection
Did Google reinvent both EJBs and Spring in Go?





