Skip to content

Instantly share code, notes, and snippets.

@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.

@ggemre
ggemre / tsnode2tsx.md
Last active February 27, 2025 15:06
Migrating from ts-node to tsx