SwiftLeeds - Questions & Answers
A developer shares Q&A from his SwiftLeeds talk on SDK development best practices, covering API design, monetization, and feature flags.
A developer shares Q&A from his SwiftLeeds talk on SDK development best practices, covering API design, monetization, and feature flags.
Explains Swift Package Manager traits, which act as feature flags for conditional compilation and optional dependencies in Swift 6.1.
A guide to implementing feature flags in Swift for iOS development, covering build configurations and conditional feature toggling.
Explains operational flags, long-lived runtime controls for system resiliency, as opposed to temporary feature flags for releases.
Announcing the official PostHog .NET SDK for ASP.NET Core, enabling user analytics and feature flag integration in .NET applications.
A software engineer shares their experience starting a new role as a Senior Product Engineer at PostHog, an open-source analytics platform.
Puzzmo introduces Feature Flags for testing new features and new, more descriptive URLs for its puzzle games to improve user experience.
A guide on exposing .NET feature flags via an API and consuming them in an Angular front-end application for coordinated feature rollouts.
A developer works on the sign-up template, styling, and feature flags for a SaaS product using Python and Django.
Learn to implement feature flags (feature management) in ASP.NET Core for controlled rollouts, testing, and rollbacks without redeploying.
A guide to implementing reusable feature flag checks in ASP.NET Minimal APIs using custom Endpoint Filters, moving logic out of route handlers.
A developer discusses key considerations for releasing new features in a B2B SaaS environment, including logs, feature flags, and observability.
Explains how to use labels in Azure App Configuration Service to manage environment-specific settings like connection strings and feature flags.
A guide to implementing conditional feature flags using Azure App Configuration Service and the Microsoft.FeatureManagement library.
A tutorial on implementing Azure App Configuration feature flags in a .NET 7 console application, covering setup and code integration.
A tutorial on implementing feature flags in an isolated Azure Functions application using Azure App Configuration Service.
A tutorial on implementing feature flags from Azure App Configuration in an InProcess Azure Functions application.
A tutorial on implementing Azure App Configuration feature flags in an ASP.NET Core API, including setup, configuration, and label-specific flag usage.
Explains how to implement and manage feature flags using Azure App Configuration Service for controlled feature releases.
A guide to implementing feature flags in .NET applications, from basic toggles to advanced configurations for controlled rollouts.