Tag

feature flag

0 views collected around this technical thread.

ByteDance Data Platform
ByteDance Data Platform
Jan 31, 2024 · Artificial Intelligence

How A/B Testing Powers Continuous Improvement in Recommendation Systems

This article explains the role of A/B experiments in recommendation systems, outlines their workflow, shares practical tips and parameter design strategies, and demonstrates how to use experiment parameters and feature flags for efficient testing, optimization, and full‑scale deployment.

A/B testingexperiment parametersfeature flag
0 likes · 15 min read
How A/B Testing Powers Continuous Improvement in Recommendation Systems
DevOps
DevOps
Apr 18, 2023 · Operations

Decoupling Deployment and Release: Low‑Risk Release Strategies for DevOps

The article explains how separating code deployment from feature release reduces risk by describing deployment versus release concepts, low‑risk release goals, and detailed techniques such as environment‑based (blue‑green, canary, rolling) and application‑based (feature toggles, A/B testing, dark launch) strategies within DevOps.

Continuous DeliveryDeploymentDevOps
0 likes · 19 min read
Decoupling Deployment and Release: Low‑Risk Release Strategies for DevOps
DataFunSummit
DataFunSummit
Apr 12, 2023 · Product Management

Best Practices for A/B Testing Platforms: Business Applicability, Internal & Industry Cases, and Sustainable Experiment Culture

This article presents a comprehensive guide to A/B testing platforms, covering their business applicability, internal and external use cases across industries, detailed platform architecture, experiment types, statistical reporting, analysis tools, feature flag management, and recommendations for building a sustainable experiment culture within organizations.

A/B testingBest PracticesIndustry case studies
0 likes · 19 min read
Best Practices for A/B Testing Platforms: Business Applicability, Internal & Industry Cases, and Sustainable Experiment Culture
JD Retail Technology
JD Retail Technology
Nov 16, 2022 · Mobile Development

Switchquery Configuration Platform: Real‑Time Mobile Feature‑Flag Delivery Architecture and Implementation

The article introduces the Switchquery configuration platform, describing its background, technical principles, real‑time delivery mechanism via HTTP header versioning, system architecture, integration steps for Android and iOS, optimization measures, and case studies demonstrating its impact on high‑traffic events.

AndroidPerformance Optimizationbackend gateway
0 likes · 14 min read
Switchquery Configuration Platform: Real‑Time Mobile Feature‑Flag Delivery Architecture and Implementation
58 Tech
58 Tech
Sep 8, 2022 · Backend Development

Model-Based Conflict Resolution for City and County Home Page Switching in 58App

This article describes a systematic model that enumerates all possible city‑county home page switching scenarios in the 58App, identifies conflicting popup configurations, and proposes a concise feature‑flag protocol to eliminate popup conflicts while reducing client‑side logic and operational overhead.

Backendcity switchingconflict resolution
0 likes · 10 min read
Model-Based Conflict Resolution for City and County Home Page Switching in 58App
IT Architects Alliance
IT Architects Alliance
Jun 8, 2022 · Frontend Development

Gray Release Strategies for Large Frontend Projects

This article explains the concept of gray release, compares several practical rollout schemes—including simple Nginx weighting, Nginx + Lua + Redis, server‑side rendering split, client‑side conditional compilation, and a full Nginx + backend + Redis + SDK solution—provides implementation details, code examples, and operational tips for safely deploying new features to subsets of users.

DockerFrontendNginx
0 likes · 11 min read
Gray Release Strategies for Large Frontend Projects
Top Architect
Top Architect
Jul 4, 2021 · Operations

Design and Implementation of a Simple Gray Release System

The article explains the concept of gray release, outlines a basic architecture with strategy configuration, execution, and service registry components, describes common traffic-splitting strategies, and details practical implementations using Nginx, gateway services, and complex scenarios involving data synchronization and message queues.

A/B testingBackendDeployment
0 likes · 7 min read
Design and Implementation of a Simple Gray Release System
NetEase Media Technology Team
NetEase Media Technology Team
May 29, 2020 · Mobile Development

NRTripod: NetEase News App Online Risk Control System Design and Implementation

NRTripod, NetEase News’ online risk‑control platform, safeguards mobile app stability by tackling third‑party SDK hazards, Android fragmentation, sudden incidents, and hidden development flaws through a four‑layer architecture that combines development‑time debugging tools, production‑time dynamic feature‑flag configuration, real‑time crash interception, SDK toggling via NullObject patterns, and static protections such as whitelists, bytecode processing, and manifest analysis.

AndroidCrash HandlingNullObject pattern
0 likes · 13 min read
NRTripod: NetEase News App Online Risk Control System Design and Implementation
DevOps
DevOps
Oct 22, 2018 · Fundamentals

Feature Flags vs Feature Branches: Advantages, Disadvantages, and Implementation Guide

Feature flags (toggles) and feature branches are two strategies for managing new functionality in software development; this article compares their pros and cons, explains when to use each, presents best practices, implementation examples in PHP/Smarty, and lists open‑source frameworks across multiple languages.

Continuous IntegrationDevOpsFeature Branch
0 likes · 12 min read
Feature Flags vs Feature Branches: Advantages, Disadvantages, and Implementation Guide
DevOps
DevOps
Jul 30, 2017 · Operations

Rollback Strategies and Metric‑Driven Deployment: Fast, Cheap, and Safe Releases

The article discusses the pitfalls of reckless rapid releases, emphasizes metric‑driven deployment, explains rollback and hot‑fix methods, describes gray‑release (A/B testing) techniques, and outlines how infrastructure‑as‑code, container images, feature flags, and configuration management enable fast, cheap, and reliable rollbacks.

Continuous DeliveryDeploymentInfrastructure as Code
0 likes · 6 min read
Rollback Strategies and Metric‑Driven Deployment: Fast, Cheap, and Safe Releases