Skip to content

Instantly share code, notes, and snippets.

@ggemre
ggemre / tsnode2tsx.md
Last active October 21, 2025 18:32
Migrating from ts-node to tsx
@ggemre
ggemre / fflags.md
Created November 1, 2023 15:48
Feature Flag Investigation

Using feature flags for persons/bdp updates

As an alternative to branching, switching applications over to use persons v4 and BDPs can be cleanly cut over via feature flags:

Possible implementations

1. environment variables

Services being called are conditionally controlled with environment variables. Switching flags is as easy as updating a variable but requires a redeployment.