Distributed Computing With Dried, Salted Cod Fish, WASM, And (Tiny)Go
Applied Go on
by
1M ago
You don’t need monstrous software orchestration systems for collecting information from distributed data sources. Here is an easy way of sending a Go binary to where the data is ..read more
Visit website
SQL as API in Go
Applied Go on
by
3M ago
So your API needs to allow queries that are too complicated for plain CRUD APIs but not complicated enough to justify using GraphQL? Consider accepting a subset of SQL where clauses, with the necessary security checks implemented in Go ..read more
Visit website
Continuous refresh, or: how to keep your API client authorized
Applied Go on
by
6M ago
An access token should be initialized and refreshed from a central place, yet be available to umpteenth of client sessions. Dynamic futures to the rescue ..read more
Visit website
Poetry time! Go proverbs as limericks
Applied Go on
by
1y ago
The Go proverbs capture the essence of Go. Too concise for your taste? No worries, here is each proverb explained in a limerick ..read more
Visit website
AI times three—or how I made AI write a blog post for me
Applied Go on
by
1y ago
Writing a concurrency-safe hashmap in Go is dead easy, even an AI can do it! To prove this, I had three AI tools write this blog article, generate Go code, and create an opening image ..read more
Visit website
How I used Go to make my radio auto-switch to AUX-IN when a Raspi plays music
Applied Go on
by
1y ago
Ok, so your radio lacks AirPlay support but has an auxiliary input and can be remote-controlled via the Frontier Silicon API. Fetch a Raspberry Pi, put Shairport-sync and Raspotify on it, plug it into the AUX port, and glue everything together with some Go code. Et voilà - home automation in the small ..read more
Visit website
Rapid AWS Lambda development with Go and Mantil
Applied Go on
by
2y ago
If you need to develop an AWS Lambda function in Go, take a look at Mantil, a dev kit with staging and database connection included ..read more
Visit website
Instant Go
Applied Go on
by
2y ago
Edit and run Go code right in the browser. No backend required ..read more
Visit website
How I turned a binary search tree into a generic data structure with go2go
Applied Go on
by
3y ago
Some time ago I wrote about how to create a balanced binary search tree. The search keys and the data payload were both plain strings. Now it is time to get rid of this limitation. go2go lets us do that while waiting for the official generics release ..read more
Visit website
How to become the richest person on earth (and learn some Go along the way)
Applied Go on
by
3y ago
Ok, to be frank, this article is mostly about the second part of the title. We will build a market simulation with minimal Go code, and show how the rich get richer even when they are not greedy at all ..read more
Visit website

Follow Applied Go on on FeedSpot

Continue with Google
Continue with Apple
OR