Kengo Wada

Kengo Wada @kengowada

About: Playing with Go

Location:
Kampala, Uganda
Joined:
Jun 4, 2019

Kengo Wada
articles - 3 total

When APIs Fail: A Developer's Journey with Retries, Back Off, and Jitter

You’ve just built your billion-dollar app. It fetches and sends data to a web of external services....

Learn More 2 0Jul 21

Go Routing 101: Handling and Grouping Routes with net/http

Go 1.22 brings two enhancements to the net/http package’s router: method matching and wildcards....

Learn More 8 1Nov 2 '24

GORM and Goose Migrations

Let's get started with handling migrations in Go with GORM and Goose. Prerequisites Go...

Learn More 6 1May 12 '24