The Daily Shaarli

All links of one day in a single page.

June 16, 2019

Go kit

Go is a great general-purpose language, but microservices require a certain amount of specialized support. RPC safety, system observability, infrastructure integration, even program design — Go kit fills in the gaps left by the standard library, and makes Go a first-class language for writing microservices in any organization.

Kaitai Struct

A new way to develop parsers for binary structures.

Declarative: describe the very structure of the data, not how you read or write it