API

Accepted proposal: UUID in the Go standard library · shard
What's the ideal dispatch mechanism? · shard
Is passing user ID through context an antipattern? · shard
What belongs in Go's context values? · shard
Wrapping a gRPC client in Go · article
Mutate your locked state inside a closure · article
Your Go tests probably don't need a mocking library · article
Revisiting interface segregation in Go · article
Avoiding collisions in Go context keys · article
Lifecycle management in Go tests · article
You probably don't need a DI framework · article
Deferred teardown closure in Go testing · article
Stacked middleware vs embedded delegation in Go · article
Function types and single-method interfaces in Go · article
Shades of testing HTTP requests in Python · article
Log context propagation in Python ASGI apps · article
Protobuffed contracts · article
ETag and HTTP caching · article
Dysfunctional options pattern in Go · article
Configuring options in Go · article
Interface guards in Go · article
Bulk request Google search indexing with API · article
Verifying webhook origin via payload hash signing · article
Return JSON error payload instead of HTML text in DRF · article
Disallow large file download from URLs in Python · article
Declarative payloads with TypedDict in Python · article
Uniform error response in Django Rest Framework · article
Effortless API response caching with Python & Redis · article