Tagged articles
17 articles
Page 1 of 1
Architect-Kip
Architect-Kip
Apr 29, 2026 · Backend Development

A Generic State Machine Solution for Managing Business Entity Lifecycles

This article presents a comprehensive state‑machine‑based approach for managing the lifecycle of business entities such as orders and work orders, detailing core pain points, essential questions a state machine must answer, a comparative analysis of four implementation options, and a recommended solution that combines a database transition table, domain services, and optimistic‑lock concurrency control, along with architecture diagrams, code snippets, and operational guidelines.

audit logconcurrencydomain service
0 likes · 15 min read
A Generic State Machine Solution for Managing Business Entity Lifecycles
JD Retail Technology
JD Retail Technology
Nov 19, 2024 · Big Data

Building an Intelligent Data Governance System with Active Metadata: JD Retail Experience

This article details JD Retail's experience building an intelligent data governance system using proactive metadata, covering challenges in data management, the design of a comprehensive governance framework, lifecycle evaluation models, and automated data backfill solutions to improve efficiency, cost control, and operational safety.

Data FabricData Governanceactive metadata
0 likes · 20 min read
Building an Intelligent Data Governance System with Active Metadata: JD Retail Experience
FunTester
FunTester
Jul 29, 2024 · Backend Development

Mastering Dependency Injection in Go with Uber’s Fx Framework

This article explains the core concepts of dependency injection, introduces Uber’s Fx framework for Go, and provides step‑by‑step code examples that demonstrate how to register providers, manage application lifecycles, and use hooks for start‑up and shutdown logic.

Backend DevelopmentGodependency-injection
0 likes · 12 min read
Mastering Dependency Injection in Go with Uber’s Fx Framework
Data Thinking Notes
Data Thinking Notes
Jul 4, 2024 · Big Data

How Active Metadata Revolutionizes Data Governance and Cuts Costs

This article examines the growing challenges of data management—such as asset discoverability, architectural rigidity, development quality, and rising resource costs—and presents a comprehensive data‑governance framework that leverages standards, agile architecture, development isolation, and active‑metadata‑driven lifecycle evaluation to improve efficiency, reduce expenses, and enable intelligent, automated data back‑filling.

Big DataData GovernanceStorage Optimization
0 likes · 17 min read
How Active Metadata Revolutionizes Data Governance and Cuts Costs
Bilibili Tech
Bilibili Tech
Oct 14, 2022 · Mobile Development

Componentization and Modular Architecture Refactoring for a Mobile Video Editing App (B‑Cut)

The B‑Cut video‑editing app was transformed from a monolithic single‑project codebase into a component‑based modular architecture—introducing clear layers, Gradle‑driven unified configuration, independent library/application modules, strict dependency and resource conventions, and a fast‑compile system—thereby cutting build times, eliminating merge conflicts, and enabling reusable components across teams.

AndroidBuild OptimizationComponentization
0 likes · 36 min read
Componentization and Modular Architecture Refactoring for a Mobile Video Editing App (B‑Cut)
Baidu Geek Talk
Baidu Geek Talk
Aug 17, 2022 · Industry Insights

How Baidu Cloud Storage Solves the Four Big Challenges of the ABC Era

This article examines the massive data, cost, stability, and diversity challenges of the AI‑driven, big‑data, cloud‑first "ABC" era and explains how Baidu's Canghai storage portfolio—including BOS, CDS, CFS, PFS, RapidFS, CloudFlow, and storage gateways—addresses each issue through scalable architecture, tiered lifecycle policies, multi‑AZ disaster recovery, and integrated hybrid‑cloud solutions.

BaiduData Migrationcloud storage
0 likes · 16 min read
How Baidu Cloud Storage Solves the Four Big Challenges of the ABC Era
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Aug 15, 2022 · Cloud Computing

How Baidu’s Canghai Storage Tackles Massive Data Challenges in the Cloud

This article outlines the four major storage challenges of the ABC era—massive scale, cost efficiency, stability, and diversity—and explains how Baidu’s Canghai storage suite, including BOS, CDS, CFS, PFS, RapidFS, CloudFlow, and storage gateways, addresses each through multi‑cloud migration, tiered lifecycle management, and robust disaster‑recovery solutions.

AIBig DataData Migration
0 likes · 15 min read
How Baidu’s Canghai Storage Tackles Massive Data Challenges in the Cloud
DeWu Technology
DeWu Technology
Apr 22, 2022 · Mobile Development

Componentization of Live Streaming App Architecture

To combat rapid iteration‑induced code bloat and tangled dependencies in live‑streaming apps, the article proposes a lightweight component architecture centered on an IComponent lifecycle, dynamic registration via IComponentRegister, nested components, LiveData communication, and ViewStub‑based on‑demand loading, delivering unified style, better readability, maintainability, and performance.

Android DevelopmentComponentizationlifecycle management
0 likes · 19 min read
Componentization of Live Streaming App Architecture
21CTO
21CTO
Jan 26, 2022 · Backend Development

How Object‑Model‑Driven API Platforms Streamline Full Lifecycle Management

This article explains how an object‑model‑driven API development platform can handle the entire API lifecycle—from design, development, testing, and deployment to monitoring, rule processing, service orchestration, and source‑code export—while keeping the gateway lightweight and the backend robust.

APIObject Modelinglifecycle management
0 likes · 14 min read
How Object‑Model‑Driven API Platforms Streamline Full Lifecycle Management
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 25, 2022 · Backend Development

Mastering API Lifecycle: From Object Modeling to Service Orchestration

This article explains how an API development platform can manage the full API lifecycle—design, development, testing, deployment, monitoring, and orchestration—by leveraging object‑driven modeling, automatic CRUD generation, rule processing, service composition, and source‑code export for microservice deployment.

APIBackend DevelopmentObject Modeling
0 likes · 14 min read
Mastering API Lifecycle: From Object Modeling to Service Orchestration
dbaplus Community
dbaplus Community
Dec 6, 2021 · Backend Development

Mastering Elasticsearch Index Design: From Sharding to Mapping

This comprehensive guide explains Elasticsearch index design, covering shard and replica planning, settings optimization, dynamic and static mappings, template management, lifecycle automation, and practical best‑practice recommendations for high‑performance, stable search clusters.

Mappingindex designlifecycle management
0 likes · 26 min read
Mastering Elasticsearch Index Design: From Sharding to Mapping
Xianyu Technology
Xianyu Technology
Jun 22, 2021 · Mobile Development

FlutterBoost 3.0 Preview Release: Enhanced Lifecycle Management and Documentation

FlutterBoost 3.0 preview, released after two months of development and testing, introduces refactored lifecycle management, enhanced cross‑platform consistency, custom startup and return parameters, page transparency, custom event handling, pre‑interceptors, and expanded documentation with examples, while maintaining the existing architecture and focusing on community adoption.

DocumentationFlutterFlutterBoost
0 likes · 9 min read
FlutterBoost 3.0 Preview Release: Enhanced Lifecycle Management and Documentation
Architecture Digest
Architecture Digest
May 13, 2021 · Backend Development

API Full‑Lifecycle Management and Object‑Driven API Development Platform

The article explains how to manage the entire API lifecycle—from design, development, testing, and deployment to monitoring and governance—by separating responsibilities into an API development platform, a lightweight gateway, a monitoring layer, and a control portal, while emphasizing object‑driven modeling, automatic contract generation, rule processing, service composition, and microservice packaging.

APIMicroservicesObject Modeling
0 likes · 14 min read
API Full‑Lifecycle Management and Object‑Driven API Development Platform
DevOps
DevOps
Oct 28, 2020 · Backend Development

2020 China API Ecosystem and Developer Survey Report: Findings on API Usage, Development Practices, and Lifecycle Management

The 2020 China API Ecosystem and Developer Survey Report, jointly released by Huawei Cloud, InfoQ Research Institute and partners, analyzes API adoption, developer demographics, tooling preferences, lifecycle management practices, and future trends, offering actionable insights for enterprises shaping their API strategies.

APIDevOpsdeveloper survey
0 likes · 8 min read
2020 China API Ecosystem and Developer Survey Report: Findings on API Usage, Development Practices, and Lifecycle Management
Continuous Delivery 2.0
Continuous Delivery 2.0
Feb 19, 2020 · Operations

Best Practices for Naming, Managing, and Retiring Feature Flags

This article outlines practical guidelines for creating clear feature‑flag names, establishing management processes, implementing retirement plans, detecting stale "zombie" flags, assigning ownership, and using metadata tags to keep feature‑flag systems maintainable and low‑risk.

Naming Conventionfeature-flagslifecycle management
0 likes · 7 min read
Best Practices for Naming, Managing, and Retiring Feature Flags