The Problem With Feature Flags When Using Next.js Do you use feature flags to get the benefits of modern, high-velocity software deployment? You do, right? …
Author: David Burrowes
On a Bias Against Null in Javascript
JavaScript is an unusual programming language in that it has two null-like values: undefined and null. These are distinct values (null !== undefined). They are …
Is Your Upstream My Downstream?
By speaking of the relative roles of microservices, rather than the direction of data flow, we can have more efficient conversations about them.
Manage Feature Flags Efficiently in JavaScript
See how abstracting your feature flag decisions away from your main code improves dev velocity and allows you to simplify feature flag management scale