#488 — December 12, 2023
Unsub | Web Version
🎄 We're prepping our annual roundup issue for next week, just before we take our Christmas break, so keep an eye out for it next Tuesday :-)__Your editor, Peter Cooper
Go Weekly...
It's common to see web applications that let you log in through third-party
services. "Sign in with Google" is particularly popular; on developer-oriented
websites, "Sign in with GitHub" also pops up quite a bit. In this post, I want
to briefly explore OAuth -...
The way Go changes, and how to improve it with telemetry.
The way Go changes, and how to improve it with telemetry.
In the second part of my tell-all memoir, we find out why I was
constitutionally unsuited to employment in a structured environment, or
indeed any environment.
In the second part of my tell-all memoir, we find out why I was
constitutionally unsuited to employment in a structured environment, or
indeed any environment.
The importance of testing, and twenty tips for writing good tests.
The importance of testing, and twenty tips for writing good tests.
What we learned from our 2023 H2 developer survey
#487 — December 5, 2023
Unsub | Web Version
Go Weekly
errtrace: An Alternative to Stack Traces for Your Errors — Inspired by Zig, errtrace is an experimental package to trace an error’s return path through a Go program, i.e. t...