My talk from DjangoCon Europe 2025 - I discuss:
I describe feature flags use for rapid development, deployment and learning in webapps and I argue that feature flags are not appropriate for permanent customization for users or groups of users - that is usually better placed in the data model or business logic of the app, not an arbitrary Boolean flag.
Watch the talk here - https://www.youtube.com/watch?v=gt19rN6HS6M
feature-flags python django talks typescript