You probably should avoid ctx.WithTimeout
or ctx.WithDeadline
with code that makes network
calls. Here is why.
Functional Options are described as a method of implementing clean/eloquent APIs in Go, but it may be easier to think about them as a powerful replacement for named args from other languages.
This article offers random tips on writing JSON REST APIs using plain Go HTTP handlers.
In this tutorial we will be instrumenting Spring boot
RealWorld example app
This tutorial demonstrates how to instrument a basic Go app using
OpenTelemetry API
This article offers two ways to install ZFS on Ubuntu: using jonathonf's PPA and compiling from sources.