Tagged articles
17 articles
Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Apr 13, 2024 · Backend Development

How API Gateways Power Ecosystems, Marketplaces, and Multi‑Platform Compatibility

API gateways act as reverse proxies that streamline request routing, API composition, and authentication, enabling the creation of collaborative ecosystems, thriving API marketplaces, and seamless cross‑platform compatibility, ultimately simplifying access and boosting productivity for developers and users alike.

MicroservicesPlatform CompatibilityService Integration
0 likes · 6 min read
How API Gateways Power Ecosystems, Marketplaces, and Multi‑Platform Compatibility
MaGe Linux Operations
MaGe Linux Operations
Apr 22, 2022 · Backend Development

Essential Microservice Patterns: Decomposition, Integration & Observability

This article outlines the key microservice design patterns—including decomposition, integration, event‑driven, saga, and observability techniques—while explaining their goals, principles, and practical considerations such as database per service, CQRS, and cross‑cutting concerns like health checks and circuit breakers.

Backend ArchitectureDesign PatternsMicroservices
0 likes · 19 min read
Essential Microservice Patterns: Decomposition, Integration & Observability
DevOps
DevOps
Mar 16, 2022 · Backend Development

Principles and Challenges of Service Integration in Microservice Architecture

The article examines the practical difficulties of integrating services within a microservice architecture—such as circular dependencies, third‑party system coupling, and non‑idempotent APIs—and proposes concrete design principles like one‑way dependencies, minimal redundant data, façade services, idempotency, and contract testing to preserve system health.

IdempotencyMicroservicesService Integration
0 likes · 9 min read
Principles and Challenges of Service Integration in Microservice Architecture
Zhongtong Tech
Zhongtong Tech
Jan 10, 2022 · Backend Development

How ZTO Built a Unified Test Tool Platform to Boost Efficiency

This article describes how ZTO's testing team created a centralized test‑tool platform that integrates front‑end and back‑end services, standardizes tool access, tracks usage via AOP, supports data generation, order creation, tracking, MQ messaging, and other platform integrations to dramatically improve testing productivity.

Backend DevelopmentData GenerationMQ
0 likes · 11 min read
How ZTO Built a Unified Test Tool Platform to Boost Efficiency
Youku Technology
Youku Technology
Aug 17, 2020 · Backend Development

Improving Development Efficiency with a Metadata Center: Architecture, Implementation, and Performance

The Metadata Center, built by Alibaba Entertainment, streamlines development by offering a searchable Data Source Plaza and a configurable Custom Interface engine that abstracts service calls, adds unified monitoring and circuit‑breaker safeguards, and leverages optimized scripting, cutting upfront coding effort and accelerating feature delivery across Youku applications.

GroovyService Integrationcircuit breaker
0 likes · 12 min read
Improving Development Efficiency with a Metadata Center: Architecture, Implementation, and Performance
Xianyu Technology
Xianyu Technology
Jun 9, 2020 · Backend Development

Xianyu Coin Service Migration: A Service‑Based Data Migration Approach

Alibaba migrated Xianyu Coin’s points from the legacy KingTower platform to the new Banliang service using a four‑phase, service‑based approach—preparation, active/passive data migration with distributed locks, dual‑write for consistency, reconciliation, and a gradual service switch—completing the transition in a month without user impact.

Backend EngineeringData MigrationDistributed Systems
0 likes · 11 min read
Xianyu Coin Service Migration: A Service‑Based Data Migration Approach
Top Architect
Top Architect
Apr 18, 2020 · Cloud Native

Distributed Multi‑Center Architecture for Enterprise Service Integration

The article examines the challenges of traditional SOA and microservice architectures in large enterprises, proposes a distributed multi‑center integration model that combines traditional services with microservices, emphasizes security, scalability, and data redundancy, and outlines the roles of capability centers, open platforms, and routing components within a cloud‑native environment.

Cloud NativeESBService Integration
0 likes · 15 min read
Distributed Multi‑Center Architecture for Enterprise Service Integration
Alibaba Cloud Native
Alibaba Cloud Native
Dec 26, 2019 · Cloud Native

How to Model and Expose Cloud Services with OAM: A Practical Guide

This guide explains how to use the Open Application Model (OAM) to classify services, write OAM definitions with JSON Schema, implement an OAM operator, and uniformly expose and consume cloud resources across platforms, illustrated with Kubernetes examples and code snippets.

JSON SchemaKubernetesOAM
0 likes · 10 min read
How to Model and Expose Cloud Services with OAM: A Practical Guide
HomeTech
HomeTech
Aug 21, 2019 · Operations

Business Platform Project Design and Implementation Plan

This article outlines the design and implementation strategy for a business platform, focusing on integrating sales, services, and processes to enhance operational efficiency and achieve business goals.

Operations ManagementProject ImplementationSales Process
0 likes · 8 min read
Business Platform Project Design and Implementation Plan
Architecture Digest
Architecture Digest
Sep 3, 2018 · Cloud Native

Enterprise Integration Architecture: Balancing Traditional Services and Micro‑services in a Distributed Multi‑Center Model

The article examines how enterprises can combine traditional service systems with micro‑services by adopting a distributed multi‑center architecture, emphasizing versioning, non‑intrusive integration, security constraints, partitioned ESB clusters, data redundancy, and cloud‑native deployment to achieve a balanced, scalable, and secure service ecosystem.

Service Integrationdistributed architectureenterprise architecture
0 likes · 15 min read
Enterprise Integration Architecture: Balancing Traditional Services and Micro‑services in a Distributed Multi‑Center Model
JD Retail Technology
JD Retail Technology
Jun 22, 2018 · Backend Development

Design and Implementation of JD's TESB (Decare) Platform: Architecture, Challenges, and Solutions

The article describes JD's TESB (Decare) platform, explaining how it evolves from traditional ESB by applying BPM concepts to create a low‑code, semi‑decentralized service bus that improves integration efficiency, scalability, and performance through non‑blocking I/O, asynchronous processing, and virtual isolation mechanisms.

BPMESBService Integration
0 likes · 8 min read
Design and Implementation of JD's TESB (Decare) Platform: Architecture, Challenges, and Solutions
Youzan Coder
Youzan Coder
May 18, 2018 · Backend Development

Evolution of Youzan's Node Backend Framework: From Koa to Astroboy 2.0 and Service Integration

The article recounts Youzan’s transition from a Koa‑based internal system to the Astroboy framework—first version for decoupling code, then Astroboy 2.0 built on Koa2 with a customizable upper‑layer Base Framework, extensible plugins, and a Go‑based Tether proxy that streamlines Node‑to‑Java service integration and improves performance.

Backend DevelopmentFrameworkPerformance Optimization
0 likes · 14 min read
Evolution of Youzan's Node Backend Framework: From Koa to Astroboy 2.0 and Service Integration
Architect's Tech Stack
Architect's Tech Stack
Jan 20, 2018 · Backend Development

What Is Microservices? Concepts, Design Guidelines, Integration Patterns, and Trade‑offs

This article explains the microservices architecture style, compares it with monolithic and SOA approaches, outlines design principles, communication mechanisms, data decentralization, integration patterns, and discusses the advantages and disadvantages of adopting microservices in modern software systems.

Distributed SystemsService Integrationdesign principles
0 likes · 16 min read
What Is Microservices? Concepts, Design Guidelines, Integration Patterns, and Trade‑offs
Ctrip Technology
Ctrip Technology
Aug 17, 2017 · Operations

Design, Evolution, and Future of Ctrip's Operations Workflow Platform

This article details the challenges, architectural evolution, key components, implementation experiences, and future directions of Ctrip's operations workflow platform, illustrating how a multi‑stage, layered design and standardized services have transformed manual IT operations into an automated, observable, and scalable system.

Operations AutomationProcess DesignService Integration
0 likes · 16 min read
Design, Evolution, and Future of Ctrip's Operations Workflow Platform