How to integrate observability into domain logic Domain-Oriented ObservabilityAdd observability to your code without adding cruft to your domain logic or compromising on testability.martinfowler.comPete Hodgson
“Do not remove a fence until you know why it was put up in the first place.” … we don’t always know better than those who made decisions before us …
Go Should Allow Implicit Typing on Funcs I’d love to see Go implement implicit typing for function arguments.
Template Literals in TypeScript A new feature in TypeScript 4.1 is the ability to create Template Literal Types.