The Missing Piece of AI Discourse is Trust

The shift from manual coding to AI generation isn’t just about correctness. It’s about who owns the reasoning and carries the burden of trust.

Mastering HTML templates in Go - The fundamentals

The main reason why we all like the Go programming language so much is because of its simplicity. And how else could the html/template parser be, than just simple.

How I build web frontends in Go

Go is a great language for building all kinds of backend services like APIs. But what about web frontends? Let’s have a look…