Grouping a Slice of Structs by a Specific Property in Go

Continue reading


@yellowduck.be | 8 months ago

Fieldnotes

Continue reading


@yellowduck.be | 8 months ago

GitHub - torenware/vite-go

Continue reading


@yellowduck.be | 8 months ago

Embed a Javascript website inside a binary with Go 1.16

Continue reading


@yellowduck.be | 8 months ago

Removing Items from a Slice in Go Using Generics

Continue reading


@yellowduck.be | 8 months ago

Generate Go client and server from OpenAPI 3 specs

Continue reading


@yellowduck.be | 8 months ago

How to Use PDF.js to Highlight Text Programmatically

Continue reading


@yellowduck.be | 8 months ago

Dummy load balancer in a single Go script

Continue reading


@yellowduck.be | 8 months ago

Writing an event bus using Generics in Go

Continue reading


@yellowduck.be | 8 months ago

Forge deploy scripts in version control

Continue reading


@yellowduck.be | 8 months ago

The Worst Programmer I Know

Continue reading


@yellowduck.be | 8 months ago

Cross Compiling Go apps

One of the nice things of Go is that you can cross compile for another architecture or operating system on your local system. If you want to build an linux version of your app, you don’t need to compile on an actual linux box, you can just do this on your mac.As of Go 1.5, cross … | Continue reading


@yellowduck.be | 5 years ago