Back to Writing

Backend

All writings tagged with "Backend"

10 writings found
Growth:

Go Does Not Care About Your Feelings

"Code is for the machine, not your ego” might as well be the unofficial Go motto right next to: "We removed that feature because you might misuse it."

Backend

Confidence, Not Coverage

Tests are often justified using coverage metrics. Coverage is a weak proxy for what tests actually provide: confidence.

Backend

Time as a Dependency

Caching appears simple: store something once, reuse it later. In reality, caching introduces *time* as a dependency and time is one of the hardest things to reason about in systems.

Backend
Showing 1-6 of 9 writings