/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ukiahsmith.com
| | blog.gopheracademy.com
3.5 parsecs away

Travel
| | In this post, I will tell a story of how I had to build a custom JSON unmarshaler for the needs of a GraphQL client library in Go.
| | attilaolah.eu
3.0 parsecs away

Travel
| | Incidentally, decoding JSON data (or really, almost any data structure) isreally easy in Go (golang). We simply call json.Unmarshal(...) andboom! We have nice data structures.
| | danielms.site
3.8 parsecs away

Travel
| | I build things and drink coffee.
| | bartlomiejmika.com
20.6 parsecs away

Travel
| Learn how to protect API endpoints with access and refresh tokens using the third-party jwt-go library.