Using CloudKit for content hosting and feature flags
Explains how to use CloudKit's public database for hosting app content and managing feature flags, enabling remote updates without app releases.
Explains how to use CloudKit's public database for hosting app content and managing feature flags, enabling remote updates without app releases.
Explains the purpose and benefits of Azure App Configuration and how it differs from Azure Key Vault for managing app settings.
A developer adds styling to a SaaS sign-up page using Tailwind CSS, discusses CSS frameworks, and implements feature flags.
A speaker's reflections on PyTexas 2019, summarizing key talks on feature flag management and using mypy with ORMs.
This article demonstrates using feature flags in a Django SaaS project to control the release of new features to users.
This article explains how to add feature flags to a Django SaaS project using the Django Waffle library to control user access to new features.
How to speed up Ansible deployments using Mitogen, reducing deployment time from 7 minutes to 1.5 minutes.
A technical article about using a Python context manager to simplify testing with feature flags, replacing numerous test fixtures.
Explains how feature flags help development teams release features safely and control their visibility, using the django-waffle library as an example.
A product development philosophy on deciding when to ship a new feature or kill it, based on user feedback when the feature is removed.