Tagged articles
101 articles
Page 1 of 2
Baidu Geek Talk
Baidu Geek Talk
Dec 23, 2024 · Industry Insights

How Baidu’s One‑Stop Search Platform Cuts Development Costs by 80%

This article analyzes Baidu’s vertical‑search architecture team’s one‑stop development platform, detailing the background challenges, the FaaS and SaaS mechanisms introduced, design decisions, performance optimizations, dynamic form and DAG visualisation, and the resulting cost reductions and productivity gains.

FaaSSaaSSearch Platform
0 likes · 17 min read
How Baidu’s One‑Stop Search Platform Cuts Development Costs by 80%
Efficient Ops
Efficient Ops
Sep 14, 2023 · Cloud Native

How ByteDance Leverages WebAssembly for Ultra‑Lightweight Serverless Functions

This article outlines ByteDance's exploration of WebAssembly in serverless FaaS, highlighting a conference talk that covers the technology's benefits, runtime architecture, edge integration, and future micro‑service orchestration, while offering attendees practical insights and engineering details.

ByteDanceEdge ComputingFaaS
0 likes · 4 min read
How ByteDance Leverages WebAssembly for Ultra‑Lightweight Serverless Functions
Ant R&D Efficiency
Ant R&D Efficiency
Aug 17, 2023 · Cloud Computing

How Ant Group’s FaaS Architecture Boosts Performance and Security

Ant Group’s FaaS platform redefines serverless computing by eliminating infrastructure overhead, offering rapid function deployment, high‑throughput low‑latency scheduling, robust security isolation, and cost‑effective scaling, while detailing its architectural components, performance optimizations, and future AI‑driven enhancements.

FaaSPerformance OptimizationSecurity
0 likes · 21 min read
How Ant Group’s FaaS Architecture Boosts Performance and Security
AntTech
AntTech
Aug 17, 2023 · Cloud Native

Ant Group FaaS: Architecture, Performance Optimizations, and Security Practices

This article explains the concept of Function-as-a-Service (FaaS), its rise and suitable scenarios, then details Ant Group's serverless architecture, performance‑tuning techniques, security isolation mechanisms, developer experience, and future outlook integrating AI to create a new programming paradigm.

Ant GroupCloud NativeFaaS
0 likes · 18 min read
Ant Group FaaS: Architecture, Performance Optimizations, and Security Practices
HelloTech
HelloTech
Apr 19, 2023 · Cloud Native

How FaaS Transforms AI Platforms: Lessons from Haro’s Cloud‑Native Journey

The article analyzes the operational, stability, and cost challenges of Haro’s AI platform, explains why a serverless FaaS architecture—specifically Knative—was selected, and details the implementation steps, performance gains, and future scenarios for AI workloads.

AI PlatformCloud NativeCost Optimization
0 likes · 8 min read
How FaaS Transforms AI Platforms: Lessons from Haro’s Cloud‑Native Journey
Efficient Ops
Efficient Ops
Mar 26, 2023 · Cloud Computing

What Is Serverless? Definition, History, Architecture, and Real-World Use Cases

This comprehensive guide explains Serverless computing—from its CNCF definition and evolution through MVC, SOA, and microservices to modern cloud-native platforms—detailing its core FaaS and BaaS primitives, ecosystem tools, typical applications, challenges like vendor lock‑in and cold starts, and future market trends.

BaaSFaaSServerless
0 likes · 27 min read
What Is Serverless? Definition, History, Architecture, and Real-World Use Cases
Qunar Tech Salon
Qunar Tech Salon
Nov 11, 2022 · Cloud Computing

Design and Implementation of the Seras Serverless BFF/FAAS Platform for Front‑End Efficiency

This article describes the background, design decisions, architecture, core concepts (Serverless, BFF, FAAS), implementation details, performance results, and future plans of the internally built Seras platform that enables front‑end teams to write cloud functions without managing servers, improving code reuse, traceability, and deployment speed.

BFFBackendFaaS
0 likes · 13 min read
Design and Implementation of the Seras Serverless BFF/FAAS Platform for Front‑End Efficiency
Taobao Frontend Technology
Taobao Frontend Technology
Oct 13, 2022 · Cloud Computing

How FaaS Transformed Frontend Development at Alibaba’s Taobao

Since 2019, Alibaba’s Big Taobao team has pioneered FaaS adoption across multiple business scenarios, sharing why, what, and how they migrated front‑end‑centric data‑assembly logic to serverless functions, detailing architectural changes, benefits, migration strategies, stability measures, and low‑code tooling insights.

FaaSServerlessfrontend development
0 likes · 13 min read
How FaaS Transformed Frontend Development at Alibaba’s Taobao
DaTaobao Tech
DaTaobao Tech
Aug 26, 2022 · Cloud Native

Practical Experience of FaaS Adoption in Alibaba's Big‑Taobao Industry

Alibaba's Big‑Taobao team describes how shifting data‑assembly logic to front‑end Function‑as‑a‑Service transformed engineers into business partners, cut integration costs, boosted development speed, and required careful cost‑benefit analysis, incremental migration, traffic safety measures, and a low‑code orchestration platform to ensure stable, scalable adoption.

CloudNativeFaaSServerless
0 likes · 13 min read
Practical Experience of FaaS Adoption in Alibaba's Big‑Taobao Industry
Baidu Intelligent Cloud Tech Hub
Baidu Intelligent Cloud Tech Hub
Jul 7, 2022 · Backend Development

How to Build APIs, FaaS Functions, and Direct DB Connections in Baidu’s Low‑Code Platform

This article explains how Baidu Intelligent Cloud’s low‑code platform “AiSuDa” enables developers to create API orchestration flows, integrate Function‑as‑a‑Service nodes, and connect directly to external or built‑in databases, providing a no‑code alternative to traditional backend development for data‑driven applications.

API orchestrationBackend DevelopmentDatabase Connection
0 likes · 19 min read
How to Build APIs, FaaS Functions, and Direct DB Connections in Baidu’s Low‑Code Platform
dbaplus Community
dbaplus Community
May 24, 2022 · Cloud Computing

Why Serverless is Shaping the Future of Cloud Computing and Databases

Serverless, once a niche concept, is rapidly becoming a core paradigm in cloud computing, offering resource decoupling, automatic scaling, and usage‑based billing, while its adoption in databases introduces unique challenges such as persistence, connection handling, and performance, prompting ongoing research and evolving commercial implementations.

BaaSFaaSFuture Trends
0 likes · 13 min read
Why Serverless is Shaping the Future of Cloud Computing and Databases
ITPUB
ITPUB
May 23, 2022 · Databases

How to Choose the Right Cloud‑Native Database: A Maturity Model Guide

This article explains the evolution of cloud service models, defines cloud‑native databases, and presents a detailed maturity model—from basic cloud‑ready deployments to fully serverless data services—helping enterprises evaluate and adopt the most suitable architecture and technology stack for their workloads.

CaaSDBaaSFaaS
0 likes · 11 min read
How to Choose the Right Cloud‑Native Database: A Maturity Model Guide
High Availability Architecture
High Availability Architecture
Apr 28, 2022 · Frontend Development

Baidu Live R&D's New SSR Strategy: Enabling Server‑Side Rendering for Web Applications with Minimal CSR Changes

This article explains how Baidu Live R&D introduced a lightweight server‑side rendering (SSR) solution that integrates into existing client‑side rendering (CSR) projects by adding a JavaScript compute function, detailing the architectural components, goals, implementation steps, development experience, risk mitigation, and future outlook.

FaaSSSRServer-side Rendering
0 likes · 10 min read
Baidu Live R&D's New SSR Strategy: Enabling Server‑Side Rendering for Web Applications with Minimal CSR Changes
Baidu Geek Talk
Baidu Geek Talk
Apr 13, 2022 · Frontend Development

Baidu Live SSR Technology: A New Approach to Web Application Development

Baidu’s new Live SSR approach adds a JavaScript computation function to the CSR directory, enabling seamless server‑side rendering without altering modules or pages, while leveraging end‑cloud collaboration, FaaS universal solutions, and component‑level reuse to boost SEO, user experience, scalability, and development efficiency.

Baidu LiveComponent-Based ArchitectureFaaS
0 likes · 10 min read
Baidu Live SSR Technology: A New Approach to Web Application Development
Alibaba Cloud Native
Alibaba Cloud Native
Feb 26, 2022 · Backend Development

How Serverless Transforms PHP Development: From LAMP to Elastic FaaS

This article explains why PHP dominates web development, outlines the operational burdens of traditional LAMP/LNMP stacks, and shows how serverless Function‑as‑a‑Service platforms—especially Alibaba Cloud's Custom Runtime—enable PHP applications to run without managing servers, scale elastically, and simplify deployment with practical examples like WordPress.

DevOpsFaaSPHP
0 likes · 13 min read
How Serverless Transforms PHP Development: From LAMP to Elastic FaaS
iQIYI Technical Product Team
iQIYI Technical Product Team
Jan 28, 2022 · Cloud Native

Applying Serverless Architecture in a Content Middle Platform: Image Production Service Case Study

The article explains how a content middle platform adopted serverless architecture—combining FaaS and BaaS—to build a cost‑effective, highly scalable image‑production service, illustrating self‑contained functions, synchronous pipelines, event‑driven processing, and workflow orchestration that reduce maintenance, accelerate deployment, and simplify operations.

BaaSFaaSImage Processing
0 likes · 10 min read
Applying Serverless Architecture in a Content Middle Platform: Image Production Service Case Study
Alimama Tech
Alimama Tech
Jan 12, 2022 · Artificial Intelligence

AI FAAS Solution for Advertising Tools: Architecture, Platform, and Real‑time Feature SQL Production

The team built a lightweight AI‑FAAS platform that migrates C++ ad‑algorithm services to a Java‑centric, cloud‑native environment, encapsulates core operators as DolphinSQL plugins, and defines real‑time feature pipelines via standardized SQL, cutting service creation from weeks to days, enabling rapid iteration, high operator reuse, and near‑instant feature delivery.

AIAdvertisingAlgorithm Platform
0 likes · 14 min read
AI FAAS Solution for Advertising Tools: Architecture, Platform, and Real‑time Feature SQL Production
Baidu Geek Talk
Baidu Geek Talk
Jan 12, 2022 · Backend Development

Serverless Architecture Evolution: Baidu Search Content Platform's FaaS and Intelligent Transformation

Baidu’s search content platform transitioned to a serverless, FaaS‑based architecture with intelligent scheduling and automated control, cutting resource waste by 87%, boosting automatic recovery to 96.7%, and delivering roughly tenfold productivity gains across development, deployment, and maintenance while simplifying scalability and high‑availability concerns.

FaaSIntelligent SchedulingObservability
0 likes · 27 min read
Serverless Architecture Evolution: Baidu Search Content Platform's FaaS and Intelligent Transformation
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 4, 2022 · Cloud Computing

Serverless Architecture in 2021: Industry Trends, Academic Research, and Community Development

The 2021 review of Serverless architecture examines its rapid growth across industry reports, academic publications, vendor innovations, and open‑source community activities, highlighting key performance, tooling, event‑driven integrations, and the expanding role of Serverless as a dominant cloud computing paradigm.

2021 TrendsAcademic ResearchFaaS
0 likes · 22 min read
Serverless Architecture in 2021: Industry Trends, Academic Research, and Community Development
Programmer DD
Programmer DD
Nov 29, 2021 · Cloud Computing

Why Microservices Struggle and How Serverless Offers a Better Path

This article examines the lingering challenges of microservice architecture—such as service granularity, development complexity, infrastructure management, and cost—while introducing Serverless computing, its definition, key technologies, and the technical and operational advantages that make it a compelling evolution for modern cloud applications.

BaaSFaaSServerless
0 likes · 23 min read
Why Microservices Struggle and How Serverless Offers a Better Path
High Availability Architecture
High Availability Architecture
Aug 3, 2021 · Cloud Computing

Roundtable on Serverless: Concepts, Value, Industry Practices, and Future Trends

The article summarizes a Serverless roundtable at ServerlessDays China 2021, where experts from AWS, Alibaba Cloud, ByteDance, and Tencent Cloud discuss Serverless definitions, market adoption gaps, standardization needs, large‑scale implementations, cold‑start challenges, multi‑cloud strategies, and future directions for the technology.

FaaSServerlesscold start
0 likes · 35 min read
Roundtable on Serverless: Concepts, Value, Industry Practices, and Future Trends
Qingyun Technology Community
Qingyun Technology Community
Aug 2, 2021 · Cloud Native

Is the Container Ecosystem Overcrowded? Cloud‑Native 2.0 Trends and KubeSphere’s Roadmap

The article examines how cloud‑native 2.0 has reshaped the container landscape, discusses whether the ecosystem is becoming overly competitive, and highlights KubeSphere’s open‑source challenges, recent FaaS integration, hybrid‑cloud architecture, and future directions for developers and enterprises.

Container PlatformsFaaSKubernetes
0 likes · 14 min read
Is the Container Ecosystem Overcrowded? Cloud‑Native 2.0 Trends and KubeSphere’s Roadmap
Tencent Cloud Developer
Tencent Cloud Developer
Jul 29, 2021 · Cloud Native

Serverless Global Perspectives: Industry Leaders Discuss Current Status and Future Trends

At ServerlessDays China 2021, leaders from AWS, Alibaba Cloud, ByteDance and Tencent Cloud examined serverless concepts, showcased cost‑saving implementations, discussed cold‑start optimizations, identified adoption hurdles such as tooling and lock‑in, and forecasted a future where serverless becomes a ubiquitous, hyper‑unified compute model integrating cloud, edge and storage.

Cloud Computing TrendsCloud NativeFaaS
0 likes · 35 min read
Serverless Global Perspectives: Industry Leaders Discuss Current Status and Future Trends
Architect
Architect
Jul 25, 2021 · Cloud Native

Understanding Serverless: Concepts, Benefits, Limitations, and Knative Implementation

This article explains the motivations behind Serverless, defines its core concepts such as FaaS and BaaS, outlines key characteristics like one‑step deployment, auto‑scaling and event‑driven execution, discusses suitable use cases, current challenges, and introduces Knative as a cloud‑native implementation.

Cloud NativeFaaSKnative
0 likes · 13 min read
Understanding Serverless: Concepts, Benefits, Limitations, and Knative Implementation
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 10, 2021 · Cloud Computing

Which Serverless Platform Leads the Market? Inside Forrester’s 2021 FaaS Wave

Based on 40 evaluation criteria, Forrester’s 2021 Q1 Wave report ranks nine leading FaaS providers—Amazon, Alibaba, Microsoft, Google, IBM, Nimbella, Oracle, Tencent and Huawei—into Leaders, Strong Performers, Contenders and Challengers, highlighting each platform’s strengths, weaknesses, and suitability for developers.

FaaSForresterPlatform Evaluation
0 likes · 19 min read
Which Serverless Platform Leads the Market? Inside Forrester’s 2021 FaaS Wave
JD Retail Technology
JD Retail Technology
May 28, 2021 · Cloud Computing

Design and Implementation of a FaaS Platform for the Tongtian Tower Activity System

The article describes how the Tongtian Tower activity platform adopted a serverless Function-as-a-Service (FaaS) architecture to improve development flexibility, reduce integration costs, enable local function execution, and support rapid iteration across multiple channels, while outlining its core components, features, SDK design, and future directions.

Backend ArchitectureFaaSFunction as a Service
0 likes · 9 min read
Design and Implementation of a FaaS Platform for the Tongtian Tower Activity System
Amap Tech
Amap Tech
May 28, 2021 · Cloud Native

Gaode's Serverless/FaaS Platform: Architecture, Implementation, and Business Impact

Gaode’s new serverless/FaaS platform, built on Alibaba Cloud Function Compute with custom C++, Go, and Node.js runtimes, now processes over 100 000 QPS, enabling a unified client‑cloud codebase, rapid feature iteration, automatic scaling and cost savings, while supporting extensive monitoring, Dapr integration, and future edge‑computing enhancements.

BackendCCloud Native
0 likes · 20 min read
Gaode's Serverless/FaaS Platform: Architecture, Implementation, and Business Impact
Xianyu Technology
Xianyu Technology
May 11, 2021 · Cloud Native

Idleapi Monolith-to-FaaS Migration Case Study

Facing stability problems and slow development in its monolithic backend serving over 1,200 gateways, Idleapi split the system into function‑as‑a‑service units using an automated code‑splitting tool and one‑click migration, achieving sub‑3% function size, five‑minute deployments, and markedly better stability after migrating 30+ interfaces, while planning to optimise cost and unified upgrades.

FaaSMicroservicesServerless
0 likes · 10 min read
Idleapi Monolith-to-FaaS Migration Case Study
Alibaba Terminal Technology
Alibaba Terminal Technology
Apr 16, 2021 · Cloud Native

How Alibaba’s Light Store Uses Serverless FaaS to Boost Front‑End Efficiency

Alibaba’s Light Store team leveraged internal Serverless platforms to redesign their front‑end development workflow, introducing a sidecar‑and‑bottle architecture, unified FaaS SDK, and a layered service model that together accelerate development, reduce coordination costs, and enhance system stability across multiple business domains.

Cloud NativeFaaSServerless
0 likes · 9 min read
How Alibaba’s Light Store Uses Serverless FaaS to Boost Front‑End Efficiency
Programmer DD
Programmer DD
Jan 28, 2021 · Cloud Computing

Mastering Spring Cloud Function: Java Serverless Development Made Easy

This article explains how Spring Cloud Function extends the Java Spring Boot/Cloud ecosystem to support serverless and FaaS scenarios, covering core Java functional interfaces, cross‑cloud function deployment, automatic type conversion, composition, reactive support, and practical code examples with Spring Web, Stream, and Task.

Cloud NativeFaaSJava
0 likes · 11 min read
Mastering Spring Cloud Function: Java Serverless Development Made Easy
Programmer DD
Programmer DD
Jan 27, 2021 · Backend Development

Mastering Spring Cloud Function: Java Serverless Development Made Simple

This article explains how Spring Cloud Function extends Java's core functional interfaces to provide a unified, cloud‑agnostic serverless programming model, covering definitions, key interfaces, code examples, and integration with Spring Web, Stream, and Task for building FaaS applications.

FaaSJavaMicroservices
0 likes · 11 min read
Mastering Spring Cloud Function: Java Serverless Development Made Simple
Alibaba Cloud Native
Alibaba Cloud Native
Dec 2, 2020 · Cloud Native

Inside Alibaba Cloud’s Serverless Devs: Architecture, Use Cases, and Future Trends

This interview explores the origins, team structure, real‑world deployments, open‑source components, and research directions of Alibaba Cloud’s Serverless Devs platform, highlighting its multi‑cloud toolchain, advantages over existing solutions, and its impact on backend development and micro‑service architectures.

Alibaba CloudCloud NativeFaaS
0 likes · 18 min read
Inside Alibaba Cloud’s Serverless Devs: Architecture, Use Cases, and Future Trends
政采云技术
政采云技术
Nov 8, 2020 · Cloud Computing

Understanding FaaS and Serverless with Alibaba Cloud Function Compute

This article explains the concepts of Serverless, FaaS and BaaS, demonstrates how to build and deploy a Todo List application using Alibaba Cloud Function Compute and the Midway FaaS framework, and discusses advantages, pricing, cold‑start issues, and best‑practice optimizations for serverless development.

Alibaba CloudCloud FunctionsDeployment
0 likes · 21 min read
Understanding FaaS and Serverless with Alibaba Cloud Function Compute
Alibaba Cloud Native
Alibaba Cloud Native
Sep 23, 2020 · Cloud Native

Why Serverless FaaS Still Needs Containers: Overcoming the Barriers

The article examines the limitations of traditional Function-as-a-Service (FaaS) such as environment inconsistency, learning cost, and vendor lock‑in, and explains how supporting container images in serverless platforms addresses these issues while improving portability, CI/CD integration, cold‑start performance, and hybrid deployment scenarios.

Cloud NativeFaaSServerless
0 likes · 13 min read
Why Serverless FaaS Still Needs Containers: Overcoming the Barriers
Sohu Tech Products
Sohu Tech Products
Sep 9, 2020 · Cloud Computing

Serverless Introduction for Front-End Engineers

This article explains the concept, evolution, architecture, advantages, disadvantages, and typical use cases of Serverless computing, highlighting its rapid growth, core components like FaaS and BaaS, and how front‑end developers can leverage it to focus on business logic while reducing infrastructure concerns.

BaaSFaaSServerless
0 likes · 10 min read
Serverless Introduction for Front-End Engineers
Youku Technology
Youku Technology
Aug 7, 2020 · Cloud Computing

Alibaba's FaaS Platform for Content Distribution: Design and Implementation

Alibaba’s FaaS platform for Youku content distribution replaces traditional Java services with a gateway‑driven, containerized function runtime and one‑stop development/ops portal, delivering low‑cost development, isolated JVM execution, transparent monitoring, and rapid API and data‑source integration, dramatically speeding iteration while addressing classloader and lifecycle challenges.

AlibabaBackend DevelopmentContent Distribution
0 likes · 15 min read
Alibaba's FaaS Platform for Content Distribution: Design and Implementation
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 5, 2020 · Cloud Computing

How Alibaba’s FaaS Platform Boosts Content Delivery with Serverless Tech

This article outlines the design, key technical challenges, and practical implementation of Alibaba’s Youku FaaS platform, detailing its architecture, runtime environment, development workflow, and how serverless functions improve development efficiency, deployment speed, resource isolation, and operational monitoring for large‑scale content distribution.

Backend DevelopmentContent DistributionFaaS
0 likes · 17 min read
How Alibaba’s FaaS Platform Boosts Content Delivery with Serverless Tech
Programmer DD
Programmer DD
Jul 4, 2020 · Cloud Computing

Why Serverless Architecture Lets You Focus on Business Logic—and How to Apply It

Serverless architecture, defined by CNCF as combining FaaS and BaaS, blurs traditional boundaries, offering elastic scaling, pay‑per‑use, and reduced operational overhead, enabling developers to concentrate on core business logic across static sites, microservices, event‑driven workflows, and data pipelines, as illustrated by real‑world cloud examples.

BaaSFaaSScalability
0 likes · 15 min read
Why Serverless Architecture Lets You Focus on Business Logic—and How to Apply It
Xianyu Technology
Xianyu Technology
May 29, 2020 · Mobile Development

Integrated Flutter Development Model at Xianyu: Architecture, Communication, and Engineering Practices

Xianyu’s integrated Flutter development model unifies client‑server communication through a shared JSON protocol, abstracts functions via a cross‑layer framework, introduces a Render‑Converter‑Model programming flow, consolidates FaaS and Flutter code in one repository, and cuts duplicated logic and coordination, enabling rapid feature delivery and faster bug fixes.

Case StudyEngineeringFaaS
0 likes · 8 min read
Integrated Flutter Development Model at Xianyu: Architecture, Communication, and Engineering Practices
Xianyu Technology
Xianyu Technology
May 27, 2020 · Cloud Native

GCLI: A Command-Line Tool for Unified Serverless FaaS Development

GCLI, a Docker‑driven command‑line tool created by Xianyu, unifies Flutter‑based serverless FaaS development by providing consistent, cross‑OS environments and simple commands for hot‑deploy, invocation, logging, and local debugging, cutting deployment time from ten minutes to five seconds and lowering entry barriers to about thirty minutes.

CLIDevelopmentDocker
0 likes · 7 min read
GCLI: A Command-Line Tool for Unified Serverless FaaS Development
360 Tech Engineering
360 Tech Engineering
May 15, 2020 · Frontend Development

Serverless: A New Front‑End Development Paradigm

This article explores how Serverless computing reshapes front‑end development by tracing the evolution of front‑end architectures, introducing Serverless concepts and services, presenting practical frameworks, CLI tools, and code examples, and offering best‑practice guidance on testing, performance optimization, and deployment patterns for modern web and mini‑program applications.

BFFFaaSFront-end
0 likes · 26 min read
Serverless: A New Front‑End Development Paradigm
Alibaba Terminal Technology
Alibaba Terminal Technology
May 12, 2020 · Cloud Native

How to Dodge the Top Pitfalls of Using Midway FaaS for Serverless Front‑End Development

This guide walks front‑end developers through the major traps when adopting Alibaba’s Midway FaaS serverless framework—covering platform selection, CLI usage, code structure, local debugging, deployment configuration, and cost‑saving tips—so you can launch cloud‑native applications quickly without costly mistakes.

Cloud NativeDevOpsFaaS
0 likes · 8 min read
How to Dodge the Top Pitfalls of Using Midway FaaS for Serverless Front‑End Development
Xianyu Technology
Xianyu Technology
Apr 29, 2020 · Cloud Native

Unifying TypeScript and Dart for a Serverless FaaS Platform at Xianyu

Xianyu unified its front‑end TypeScript and back‑end Dart by building a source‑to‑source translator that converts TS syntax, maps native methods, bridges business frameworks and dependencies, enabling a single scaffold to manage FaaS projects, reducing silos and streamlining serverless development.

DARTFaaSServerless
0 likes · 10 min read
Unifying TypeScript and Dart for a Serverless FaaS Platform at Xianyu
Tencent Cloud Developer
Tencent Cloud Developer
Mar 23, 2020 · Cloud Computing

Understanding Serverless: Concepts, Architecture, and Practical Deployment

The article explains serverless computing—distinguishing it from pure FaaS, outlining its layered architecture, core principles of the Serverless Framework, and step‑by‑step deployment using the CLI—showing how developers can quickly turn ideas into scalable products while abstracting infrastructure management.

BaaSDeploymentDevOps
0 likes · 24 min read
Understanding Serverless: Concepts, Architecture, and Practical Deployment
Architects' Tech Alliance
Architects' Tech Alliance
Feb 27, 2020 · Cloud Computing

What Is Serverless Computing? A Deep Dive into FaaS, BaaS, Benefits & Challenges

This article explains the fundamentals of serverless computing, distinguishes between Function as a Service (FaaS) and Backend as a Service (BaaS), describes how the model works, outlines ideal use cases, and discusses its limitations such as cold starts, vendor lock‑in, debugging difficulties, and configuration complexity.

BaaSEvent-drivenFaaS
0 likes · 14 min read
What Is Serverless Computing? A Deep Dive into FaaS, BaaS, Benefits & Challenges
Alibaba Cloud Native
Alibaba Cloud Native
Feb 25, 2020 · Cloud Computing

How We Migrated a High‑Traffic Video Shopping Service to Node FaaS in Four Months

This article recounts a four‑month journey of moving Alibaba's high‑traffic "Wow Video" shopping service from a traditional Java backend to a Node.js Serverless/FaaS platform, detailing the business background, development model, pain points, migration steps, challenges, and the lessons learned for front‑end engineers seeking capability upgrades.

FaaSNode.jsServerless
0 likes · 14 min read
How We Migrated a High‑Traffic Video Shopping Service to Node FaaS in Four Months
Taobao Frontend Technology
Taobao Frontend Technology
Feb 18, 2020 · Frontend Development

How Serverless Transformed Front‑End Development in Alibaba’s Wow Video Project

This article recounts the half‑year journey of migrating the Wow Video short‑video shopping feature to a Serverless Node FaaS architecture, highlighting high‑traffic challenges, development pain points, the upgraded R&D model, migration steps, monitoring tools, and the strategic decisions that shaped the front‑end team's evolution.

AlibabaFaaSNode.js
0 likes · 17 min read
How Serverless Transformed Front‑End Development in Alibaba’s Wow Video Project
Alibaba Terminal Technology
Alibaba Terminal Technology
Feb 18, 2020 · Frontend Development

How Serverless Transformed Front-End Development in Alibaba’s Waou Video Project

This article recounts the six‑month journey of migrating the Waou Video short‑video shopping feature to a Serverless Node FaaS architecture, highlighting business characteristics, development pain points, the upgraded R&D model, migration steps, performance gains, and future considerations for front‑end engineers.

FaaSNode.jsR&D Mode Upgrade
0 likes · 20 min read
How Serverless Transformed Front-End Development in Alibaba’s Waou Video Project
Alibaba International Technology
Alibaba International Technology
Jan 17, 2020 · Cloud Native

How Serverless Transformed ICBU’s Cross‑Border Supply Chain: A Deep Dive

This article explores the evolution of ICBU’s cross‑border supply‑chain web architecture, detailing the rise of Serverless, the shift from traditional Webx to BFF and Egg‑based micro‑applications, the implementation of FaaS/EaaS, engineering and monitoring practices, and the resulting performance and business benefits.

BFFCloud NativeFaaS
0 likes · 12 min read
How Serverless Transformed ICBU’s Cross‑Border Supply Chain: A Deep Dive
Taobao Frontend Technology
Taobao Frontend Technology
Jan 8, 2020 · Cloud Native

How Alibaba’s Midway‑FaaS Framework Redefines Serverless Architecture

This talk explains the evolution of Alibaba’s internal Midway‑FaaS framework, detailing how it abstracts vendor‑specific serverless functions, introduces standardized serverless.yml, flexible runtime hooks, and TypeScript‑based development to achieve vendor lock‑in avoidance, scalability, cost efficiency, and improved developer productivity across multiple cloud platforms.

FaaSMidwayTypeScript
0 likes · 15 min read
How Alibaba’s Midway‑FaaS Framework Redefines Serverless Architecture
Xianyu Technology
Xianyu Technology
Jan 7, 2020 · Mobile Development

Exploring Flutter + FaaS Integration for Unified Development at Xianyu

Xianyu’s new development system merges Flutter’s cross‑platform UI with Function‑as‑a‑Service backend, letting engineers write both front‑end and business logic in a single language, while introducing a “Story‑Scene” framework, unified data flow, and tools for deployment, tracing, and resilient networking.

FaaSFlutterMobile Development
0 likes · 8 min read
Exploring Flutter + FaaS Integration for Unified Development at Xianyu
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 31, 2019 · Cloud Computing

How Alibaba’s Midway‑FaaS Redefines Serverless Architecture for Frontend Teams

This article explains how Alibaba’s internal Midway‑FaaS framework evolves serverless function architecture by addressing vendor lock‑in, enhancing flexibility, improving development efficiency with TypeScript, and extending runtime capabilities, all while enabling multi‑cloud deployment and cost‑effective operations.

FaaSMidwayServerless
0 likes · 13 min read
How Alibaba’s Midway‑FaaS Redefines Serverless Architecture for Frontend Teams
Xianyu Technology
Xianyu Technology
Dec 24, 2019 · Mobile Development

Introducing the Nexus Protocol for Flutter + FaaS Integrated Development

The Nexus protocol unifies Flutter UI and FaaS function development by using a shared Dart runtime and an Action‑based messaging layer—handled by the LogicEngine—to trigger remote requests, native APIs, and state changes, enabling hot‑reload, incremental JsonPatch updates, and a seamless client‑server integration model.

FaaSFlutterIntegration
0 likes · 11 min read
Introducing the Nexus Protocol for Flutter + FaaS Integrated Development
Architecture Digest
Architecture Digest
Nov 19, 2019 · Cloud Computing

Evolution of Xianyu Transaction Chain Architecture: From Decoupled Frontend to Cloud‑Native One‑Stop Development

This article analyzes how Xianyu's transaction chain architecture progressed through three stages—business decoupling, dual‑end integration with Flutter, and a cloud‑native one‑stop development model—highlighting the technical decisions, challenges, and efficiency gains achieved during each phase.

Backend DevelopmentCloud NativeFaaS
0 likes · 9 min read
Evolution of Xianyu Transaction Chain Architecture: From Decoupled Frontend to Cloud‑Native One‑Stop Development
Xianyu Technology
Xianyu Technology
Nov 14, 2019 · Cloud Native

Evolution of Xianyu Transaction Link Architecture: From Frontend Decoupling to Cloud‑Native Integration

After the Double‑Eleven sales surge, Xianyu transformed its transaction link from a fragmented, frontend‑decoupled design into a unified cloud‑native stack using Dart, Flutter, and FaaS, enabling cross‑platform UI, server‑side glue code, and reducing development effort from three engineers to one while boosting stability and scalability.

Cloud-nativeFaaSFlutter
0 likes · 8 min read
Evolution of Xianyu Transaction Link Architecture: From Frontend Decoupling to Cloud‑Native Integration
政采云技术
政采云技术
Oct 8, 2019 · Cloud Computing

Serverless Introduction for Front-End Engineers

This article explains the concept, evolution, architecture, advantages, disadvantages, and typical use cases of Serverless computing, highlighting its rapid growth, event‑driven model, and relevance for front‑end developers seeking to focus on business logic without managing underlying infrastructure.

BaaSEvent-drivenFaaS
0 likes · 9 min read
Serverless Introduction for Front-End Engineers
Alibaba Cloud Native
Alibaba Cloud Native
Oct 4, 2019 · Cloud Computing

Why Serverless Is the Next Evolution in Cloud Computing

The article traces the origins and rapid growth of serverless computing—from its early concept by Iron.io’s Ken to mainstream adoption through AWS Lambda, Alibaba Cloud Function Compute, and other FaaS platforms—explaining its architecture, benefits such as low cost, automatic scaling, green computing, and future trends like serverless containers and fine‑grained resources.

ContainersFaaSScalability
0 likes · 14 min read
Why Serverless Is the Next Evolution in Cloud Computing
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 17, 2019 · Cloud Native

How NBF’s FaaS Architecture Powers Serverless at Alibaba’s Mega Sales

This article explains how Alibaba's New‑Retail Business Framework (NBF) implements a non‑typical FaaS architecture that delivers full Serverless capabilities—including containerized bundle management, service publishing, routing, fault tolerance, millisecond‑level auto‑scaling, and rapid rollback—proving its reliability during large‑scale promotional events.

Auto ScalingContainerFaaS
0 likes · 16 min read
How NBF’s FaaS Architecture Powers Serverless at Alibaba’s Mega Sales
Tencent Cloud Developer
Tencent Cloud Developer
Aug 27, 2019 · Cloud Computing

Understanding Serverless: Concepts, Architecture, and Challenges

Serverless, hailed by Gartner as the leading cloud trend, shifts computing from managing infrastructure to focusing on business logic through Function-as-a-Service, offering automatic scaling, cold-start mitigation, and integrated development tools, while introducing new architectural shapes, monitoring, and an expanding ecosystem of databases and orchestration.

DevOpsFaaSServerless
0 likes · 8 min read
Understanding Serverless: Concepts, Architecture, and Challenges
Xianyu Technology
Xianyu Technology
Jul 18, 2019 · Mobile Development

Integrating Flutter and FaaS for Unified Mobile and Cloud Development

The talk describes how Xianyu’s architecture team unified Flutter’s high‑performance, cross‑platform UI with Dart‑based serverless FaaS, using hot‑reload, isolates and C++ extensions to replace traditional native‑web‑backend stacks, cutting a two‑month project by 20 days and streamlining large‑scale app development.

DARTFaaSFlutter
0 likes · 6 min read
Integrating Flutter and FaaS for Unified Mobile and Cloud Development
Xianyu Technology
Xianyu Technology
Apr 11, 2019 · Cloud Computing

Performance Evaluation of Dart Compilation Modes for Server‑Side FaaS Applications

Evaluating Dart’s AoT, AppJIT, Kernel, and JIT compilation for server‑side FaaS shows AoT yields the fastest runtime (≈6× JIT), AppJIT with aggressive optimization slightly outperforms Kernel, startup latency rivals Java, and for long‑running services JIT modes with tuning provide comparable throughput while minimizing build time.

AoTCompilationDART
0 likes · 10 min read
Performance Evaluation of Dart Compilation Modes for Server‑Side FaaS Applications
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 8, 2018 · Backend Development

How AliExpress Scales Global Teams with Microservices, Kotlin, and FaaS

This article explains how AliExpress’s engineering team tackles rapid releases, international collaboration, and performance challenges by adopting thorough micro‑service decomposition, Docker‑based DevOps standards, SRE stability, Kotlin for cleaner code, and Function‑as‑a‑Service to boost efficiency and scalability.

DevOpsFaaSKotlin
0 likes · 11 min read
How AliExpress Scales Global Teams with Microservices, Kotlin, and FaaS
Tencent Cloud Developer
Tencent Cloud Developer
Aug 29, 2018 · Cloud Computing

Introduction to Serverless Architecture and Cloud Functions (SCF)

This article introduces serverless architecture and Tencent Cloud's SCF, explains how function‑as‑a‑service abstracts servers with pay‑per‑use, automatic scaling and trigger‑driven execution, and showcases typical scenarios such as API services, object processing, log analysis, message handling, and scheduled jobs.

Cloud FunctionsEvent-drivenFaaS
0 likes · 20 min read
Introduction to Serverless Architecture and Cloud Functions (SCF)
Architects' Tech Alliance
Architects' Tech Alliance
Aug 29, 2018 · Cloud Computing

Understanding Cloud Platforms: From IaaS to FaaS

This article provides a comprehensive overview of cloud platforms—covering SaaS, IaaS, PaaS, CaaS, and FaaS—tracing their evolution, key features, and trade‑offs to help readers select the most appropriate solution for faster development and automated operations.

CaaSContainer PlatformsFaaS
0 likes · 11 min read
Understanding Cloud Platforms: From IaaS to FaaS
Tencent Cloud Developer
Tencent Cloud Developer
Aug 27, 2018 · Mobile Development

WeChat Mini Program Cloud Development: Overview, Advantages, and Common Pitfalls

WeChat Mini Program Cloud Development offers a serverless backend—cloud functions, database, and file storage—exclusively for Mini Programs, providing simple login, generous free tiers, and easy JavaScript integration, while developers must handle promises for async calls and supplement its limited permission model with custom logic.

FaaSJavaScriptPermissions
0 likes · 7 min read
WeChat Mini Program Cloud Development: Overview, Advantages, and Common Pitfalls
Tencent Cloud Developer
Tencent Cloud Developer
May 8, 2018 · Backend Development

Building WeChat Mini-Program Backends with Serverless Architecture

The guide by Tencent Cloud’s Huang Wenjun explains how to replace traditional servers with a serverless stack—API Gateway, cloud functions, and cloud database—to build scalable, low‑maintenance WeChat mini‑program backends, detailing login flow, billing, advantages, and common limitations.

BaaSBackend DevelopmentCloud Functions
0 likes · 11 min read
Building WeChat Mini-Program Backends with Serverless Architecture
UCloud Tech
UCloud Tech
Aug 11, 2017 · Cloud Computing

How Serverless Architecture Powers AI Image Style Transfer with UCloud

This article explains the Serverless concept, compares it with PaaS and BaaS, and provides a step‑by‑step guide to building an AI‑driven Van Gogh style‑transfer service using UCloud's Serverless (UGC) platform, covering both backend setup and frontend interaction.

AIFaaSImage Processing
0 likes · 9 min read
How Serverless Architecture Powers AI Image Style Transfer with UCloud
21CTO
21CTO
May 25, 2017 · Cloud Computing

Serverless Explained: How It Transforms Cloud Architecture and Boosts Efficiency

This article introduces Serverless computing, explains its core concepts such as BaaS and FaaS, outlines its key characteristics, and showcases real-world use cases ranging from data processing pipelines to web applications, highlighting benefits, challenges, and future trends.

AWS LambdaBaaSEvent-Driven Architecture
0 likes · 10 min read
Serverless Explained: How It Transforms Cloud Architecture and Boosts Efficiency
Node Underground
Node Underground
Jan 9, 2017 · Cloud Computing

Exploring OpenWhisk: IBM’s Serverless Platform Meets AWS Lambda on Bluemix

Serverless computing has surged since Amazon introduced Lambda in 2014, and IBM’s open‑source OpenWhisk—now integrated with Bluemix and supporting Node.js—offers a comparable FaaS solution, enabling developers to quickly deploy functions such as a Node.js Yahoo Weather query on the cloud.

AWS LambdaFaaSIBM Bluemix
0 likes · 2 min read
Exploring OpenWhisk: IBM’s Serverless Platform Meets AWS Lambda on Bluemix