Tagged articles
686 articles
Page 6 of 7
Xianyu Technology
Xianyu Technology
Oct 15, 2020 · Industry Insights

Cutting Data Dashboard Development Time from Days to Hours: Xianyu’s 3‑Layer Serverless Solution

Xianyu transformed its slow, manual data‑analysis workflow— plagued by BI bottlenecks, slow SQL, and cumbersome front‑end integration—into a three‑layer, serverless architecture that abstracts SQL into reusable atoms, automates data pipelines, and delivers smart, seconds‑level visual dashboards, slashing development effort from five days to half a day.

Data visualizationSQL abstractionServerless
0 likes · 12 min read
Cutting Data Dashboard Development Time from Days to Hours: Xianyu’s 3‑Layer Serverless Solution
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
Java Backend Technology
Java Backend Technology
Sep 22, 2020 · Cloud Native

How Xianyu Scaled to Billions with Cloud‑Native Serverless Architecture

This article explores how Alibaba's Xianyu marketplace transformed its massive C2C platform by adopting cloud‑native and serverless technologies, detailing the motivations, phased implementation, technical challenges, and future considerations that enabled rapid development, reduced operational costs, and improved scalability.

AlibabaCloud NativeFlutter
0 likes · 15 min read
How Xianyu Scaled to Billions with Cloud‑Native Serverless Architecture
Xianyu Technology
Xianyu Technology
Sep 18, 2020 · Cloud Native

Xianyu's Cloud-Native Serverless Architecture Journey

Facing monolithic bottlenecks, Alibaba’s Xianyu marketplace embarked on a four‑year serverless transformation—building a Dart FaaS layer, unifying Flutter and backend via the Nexus API, standardizing tooling with GCLI, and cutting development effort by ~30 % and bugs by ~20 %, while tackling Java heterogeneity, environment consistency, and security, and now aims to complete the migration within months.

AlibabaCloudNativeFlutter
0 likes · 15 min read
Xianyu's Cloud-Native Serverless Architecture Journey
Alibaba Terminal Technology
Alibaba Terminal Technology
Sep 15, 2020 · Backend Development

How Midway Serverless Redefines Cloud‑Native Backend Development with React‑Style Hooks

This talk walks through Alibaba's Node.js Serverless landscape, introduces the Midway Serverless framework and its new cloud‑integrated development model, and details its functional R&D, hook‑based APIs, performance optimizations, and real‑world adoption, highlighting future open‑source plans.

Cloud NativeMidwayNode.js
0 likes · 16 min read
How Midway Serverless Redefines Cloud‑Native Backend Development with React‑Style Hooks
Programmer DD
Programmer DD
Sep 15, 2020 · Backend Development

Build and Deploy a Spring Boot App Using Alibaba Cloud Development Platform

This article walks through creating, configuring, testing, and deploying a Spring Boot application on Alibaba Cloud's Development Platform, covering both online and local development modes, CI/CD pipelines, environment management, and practical tips for smoother serverless workflows.

Alibaba CloudBackendCloud Development Platform
0 likes · 10 min read
Build and Deploy a Spring Boot App Using Alibaba Cloud Development Platform
Programmer DD
Programmer DD
Sep 11, 2020 · Cloud Computing

Build a Java Hello World on Alibaba Cloud Serverless in 8 Simple Steps

This guide walks you through Alibaba Cloud's Serverless experience, showing how to create a Java Hello World function, configure the application, write and deploy the code, and test the endpoint, all with clear screenshots and a detailed walkthrough.

Alibaba CloudFunction ComputeServerless
0 likes · 7 min read
Build a Java Hello World on Alibaba Cloud Serverless in 8 Simple Steps
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
Tencent Cloud Developer
Tencent Cloud Developer
Sep 2, 2020 · Backend Development

Unlocking Language Limits in Tencent Cloud SCF with Custom Runtime

Tencent Cloud’s Serverless Cloud Function (SCF) removes its language restrictions by providing a Custom Runtime that runs any Linux binary or script as a bootstrap, communicates with SCF via an HTTP API during cold‑start initialization and hot‑start invocations, enabling developers to deploy functions in unsupported languages such as .NET, Rust, Deno, Swift or WebAssembly, as shown by a Deno example.

Backend DevelopmentCloud FunctionsCustom Runtime
0 likes · 8 min read
Unlocking Language Limits in Tencent Cloud SCF with Custom Runtime
Java Backend Technology
Java Backend Technology
Sep 1, 2020 · Cloud Native

Why Serverless Is the Future of Cloud Computing: Insights from Alibaba Cloud’s Leader

Alibaba Cloud’s Serverless lead, known as “不瞋”, discusses how serverless transforms cloud computing into a simple utility, outlines performance, security, and operational challenges, and shares real-world use cases like video processing and large-scale traffic handling, emphasizing cost savings, elasticity, and the future roadmap.

Alibaba CloudCloud NativeCost Optimization
0 likes · 16 min read
Why Serverless Is the Future of Cloud Computing: Insights from Alibaba Cloud’s Leader
21CTO
21CTO
Aug 20, 2020 · Cloud Computing

How Yuque Scaled from Prototype to Cloud‑Native Service with Serverless Function Compute

This article chronicles Yuque's evolution from a low‑cost prototype built on internal BaaS services to a fully commercialized, cloud‑native knowledge platform, highlighting the shift to IaaS, micro‑services, and serverless function compute to improve scalability, stability, security, and cost efficiency.

Function ComputeMicroservicesNode.js
0 likes · 15 min read
How Yuque Scaled from Prototype to Cloud‑Native Service with Serverless Function Compute
ITPUB
ITPUB
Aug 20, 2020 · Cloud Native

How Yuque Scaled from Prototype to Cloud‑Native Service with Serverless Functions

This article chronicles Yuque's evolution from a hobbyist prototype to a commercial cloud‑native knowledge platform, detailing its backend migrations, adoption of Node.js, Egg, React, serverless function compute, micro‑service splits, and the architectural lessons learned for stability, cost efficiency, and scalability.

Backend ArchitectureCloud NativeFunction Compute
0 likes · 18 min read
How Yuque Scaled from Prototype to Cloud‑Native Service with Serverless Functions
Programmer DD
Programmer DD
Aug 19, 2020 · Cloud Computing

Serverless: Promise or Panic? Uncovering the Real Benefits and Risks

The article examines the evolution of cloud computing, highlighting 2009’s pivotal milestones and the 2019 rise of Serverless, then critically assesses Serverless’s touted advantages—elasticity, reduced operations, rapid deployment—against practical challenges such as cold‑start latency, vendor hype, and migration complexities.

Serverlesscloud computingcold start
0 likes · 12 min read
Serverless: Promise or Panic? Uncovering the Real Benefits and Risks
Tencent Cloud Middleware
Tencent Cloud Middleware
Aug 12, 2020 · Big Data

How Serverless Functions Can Replace Traditional Kafka Data Pipelines for Lower Cost and Easier Scaling

This article explains how Tencent Cloud CKafka works, describes the challenges of traditional open‑source data‑flow solutions, and demonstrates a Serverless Function approach—complete with architecture diagrams and code examples—to achieve low‑cost, auto‑scaling Kafka‑to‑Elasticsearch pipelines.

Big DataCKafkaElasticsearch
0 likes · 12 min read
How Serverless Functions Can Replace Traditional Kafka Data Pipelines for Lower Cost and Easier Scaling
Alibaba Terminal Technology
Alibaba Terminal Technology
Aug 7, 2020 · Cloud Native

How Midway Serverless Simplifies Multi‑Cloud Function Deployment

This article introduces Midway Serverless, explains its background in the serverless trend, details its architecture, directory structure, toolchain, dependency‑injection mechanism, anti‑corruption layer, lifecycle hooks, and how it enables seamless migration of traditional Node.js applications to multiple cloud platforms with minimal code changes.

Cloud NativeFunction as a ServiceMidway
0 likes · 11 min read
How Midway Serverless Simplifies Multi‑Cloud Function Deployment
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
Top Architect
Top Architect
Jul 7, 2020 · Fundamentals

Overview of Four Major Software Architecture Styles: Monolithic, Distributed, Microservices, and Serverless

This article explains the basic concepts, advantages and disadvantages of four common software architecture patterns—monolithic, distributed, microservices, and serverless—helping developers understand their evolution, trade‑offs, and suitable scenarios for modern application design.

DistributedServerlessSoftware Architecture
0 likes · 12 min read
Overview of Four Major Software Architecture Styles: Monolithic, Distributed, Microservices, and Serverless
Tencent Cloud Developer
Tencent Cloud Developer
Jun 29, 2020 · Mobile Development

Flutter Cloud-End Integration: Practice and Future Outlook

The article traces development from separate Android, iOS, and Web codebases through unified big‑frontend frameworks like Flutter to a cloud‑end integration model that lets frontend developers directly consume cloud services, outlines Tencent Cloud’s SDKs and phased migration strategy, addresses current Dart and tooling gaps, and predicts developers will need combined client‑side and cloud expertise.

BaaSCross‑platform developmentFlutter
0 likes · 19 min read
Flutter Cloud-End Integration: Practice and Future Outlook
ITPUB
ITPUB
Jun 29, 2020 · Databases

How Tencent CloudBase Powers Mini‑Program Development with a High‑Performance Distributed NoSQL Database

This article explains the background, competitive landscape, requirements, and architectural design of Tencent CloudBase's cloud database for mini‑programs, detailing its security, ease of use, low‑cost, high‑performance, and flexible solutions, including access control, data safety, elastic scaling, hot migration, and intelligent DBA features.

NoSQLSecurityServerless
0 likes · 23 min read
How Tencent CloudBase Powers Mini‑Program Development with a High‑Performance Distributed NoSQL Database
Tencent Cloud Developer
Tencent Cloud Developer
Jun 22, 2020 · Cloud Native

Serverless and Cloud‑Native Applications: Concepts, Architecture, and SSR Implementation

The talk reviews Serverless origins, defines its cloud‑native architecture that lets developers focus on business logic, highlights benefits like pay‑per‑use scaling, demonstrates rapid Next.js SSR deployment via the Serverless Framework with built‑in monitoring, and outlines a top‑down development and operations workflow.

Cloud NativeFunction as a ServiceSSR
0 likes · 20 min read
Serverless and Cloud‑Native Applications: Concepts, Architecture, and SSR Implementation
Tencent Cloud Developer
Tencent Cloud Developer
Jun 19, 2020 · Industry Insights

Why Serverless Is Accelerating in China: Trends, Challenges, and Tencent Cloud’s 1 ms Billing Breakthrough

The article reviews the rapid growth of Serverless in China, highlights key technical and cost challenges, outlines Tencent Cloud’s ecosystem, product, and community initiatives—including the 1 ms billing granularity—and cites industry recognition such as Forrester’s Top‑3 ranking.

Billing GranularityCloud NativeServerless
0 likes · 8 min read
Why Serverless Is Accelerating in China: Trends, Challenges, and Tencent Cloud’s 1 ms Billing Breakthrough
58 Tech
58 Tech
May 27, 2020 · Backend Development

Building a One‑Stop Serverless Node Service Management Platform: Architecture, Development, Deployment, and Monitoring

This article describes the design and implementation of a Serverless‑based one‑stop node service management platform, covering its full‑stack engineering architecture, frontend and backend project organization, logging, process monitoring, one‑click deployment, and a comparison of Serverless solutions, while sharing practical challenges and technical solutions.

Cloud NativeNode.jsServerless
0 likes · 13 min read
Building a One‑Stop Serverless Node Service Management Platform: Architecture, Development, Deployment, and Monitoring
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
Alibaba Cloud Developer
Alibaba Cloud Developer
May 26, 2020 · Cloud Native

Why Serverless Containers Are Shaping the Future of Cloud‑Native Kubernetes

This article examines the rising trend of serverless containers, their application value, architectural design for cloud‑native Kubernetes, key challenges such as startup latency and scalability, and how Alibaba Cloud's Serverless Kubernetes and ECI solutions address these issues while offering a free learning course.

ContainerInfrastructureKubernetes
0 likes · 16 min read
Why Serverless Containers Are Shaping the Future of Cloud‑Native Kubernetes
Efficient Ops
Efficient Ops
May 20, 2020 · Operations

5 Emerging DevOps Trends to Watch in 2020

The article outlines five major DevOps trends for 2020—including AI‑driven automation, the rise of Golang, serverless architecture, cloud‑native practices, and the growing focus on DevSecOps—explaining how each will reshape software delivery and operational efficiency.

AIDevOpsGolang
0 likes · 7 min read
5 Emerging DevOps Trends to Watch in 2020
Node Underground
Node Underground
May 20, 2020 · Frontend Development

Build a Serverless React App with Midway FaaS: Step‑by‑Step Guide

This tutorial walks you through creating a React front‑end integrated with Midway FaaS, covering installation, project scaffolding, local development, and cloud deployment, while highlighting the benefits of a unified front‑end and serverless architecture.

Midway FaaSReactServerless
0 likes · 6 min read
Build a Serverless React App with Midway FaaS: Step‑by‑Step Guide
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 15, 2020 · Frontend Development

How Serverless Is Redefining Frontend Development: From BFF to JAMS

This article explores how the shift from traditional Backend‑For‑Frontend (BFF) to Serverless‑For‑Frontend (SFF) and the evolution of JAMstack into JAMS, combined with FAB bundles and serverless‑side rendering, can dramatically improve developer experience, performance, and scalability for modern web applications.

JamstackSFFSSR
0 likes · 23 min read
How Serverless Is Redefining Frontend Development: From BFF to JAMS
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
Architects Research Society
Architects Research Society
May 9, 2020 · Fundamentals

Key Software Architecture Trends for 2020: Micro Frontends, AsyncAPI, Data Mesh, Policy as Code, Serverless, Low‑Code, and More

The article surveys the most significant software‑architecture trends of 2020—including micro frontends, AsyncAPI, data mesh, policy‑as‑code, serverless, low‑code/no‑code, and GraphQL—highlighting expert opinions, adoption status, and the ethical considerations shaping modern distributed systems.

Data MeshGraphQLServerless
0 likes · 14 min read
Key Software Architecture Trends for 2020: Micro Frontends, AsyncAPI, Data Mesh, Policy as Code, Serverless, Low‑Code, and More
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
Alibaba Cloud Native
Alibaba Cloud Native
Apr 26, 2020 · Cloud Native

How to Build Serverless Cloud‑Native Apps with RocketMQ and Knative

This article explains how to combine RocketMQ with Knative to create cloud‑native, event‑driven serverless applications, covering cloud‑native fundamentals, Knative architecture, RocketMQSource integration, a food‑delivery use case, deployment steps, command‑line examples, and additional scenarios.

Cloud NativeEvent-drivenKnative
0 likes · 11 min read
How to Build Serverless Cloud‑Native Apps with RocketMQ and Knative
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 22, 2020 · Cloud Computing

Build a Turnip Price Tracker with Alibaba Cloud Serverless Mini‑Program

Learn how to create a mini‑program that records and shares Animal Crossing turnip prices by leveraging Alibaba Cloud Serverless, including cloud functions, MongoDB‑based storage, and front‑end development with JavaScript, while walking through registration, tool setup, and architecture overview.

Alibaba CloudMiniProgramServerless
0 likes · 6 min read
Build a Turnip Price Tracker with Alibaba Cloud Serverless Mini‑Program
Alibaba Cloud Native
Alibaba Cloud Native
Apr 21, 2020 · Cloud Native

Why OAM Makes Serverless on AWS ECS a One‑Click Deployment

This article explains how the Open Application Model (OAM) abstracts away infrastructure details, enabling developers to define applications with concise YAML files and deploy them to AWS Fargate via the Amazon ECS for OAM project using just a few simple commands.

AWS ECSCloud NativeFargate
0 likes · 12 min read
Why OAM Makes Serverless on AWS ECS a One‑Click Deployment
Youku Technology
Youku Technology
Apr 13, 2020 · Frontend Development

How Youku Revamped Its Frontend: From PHP to Node.js and React SSR

The article chronicles Youku’s front‑end transformation over the past two years, detailing the migration from PHP to Node.js, the shift from Bigpipe + jQuery to React server‑side rendering, performance gains, component‑level isomorphism, serverless SSR strategies, and the open‑source framework that underpins these changes.

Serverlessarchitecturefrontend
0 likes · 11 min read
How Youku Revamped Its Frontend: From PHP to Node.js and React SSR
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 8, 2020 · Cloud Native

Serverless Is Like Teenage Sex – Unpacking the Hype and Reality

The article explores the current state of Serverless, comparing its hype to teenage sex, examines why many talk about it without practical implementation, outlines its vision of abstracting servers, discusses gaps in programming models and cloud native tooling, and identifies the real needs for stability, security, and cost‑effective resource management.

DevOpsKubernetesServerless
0 likes · 17 min read
Serverless Is Like Teenage Sex – Unpacking the Hype and Reality
Tencent Cloud Developer
Tencent Cloud Developer
Apr 3, 2020 · Cloud Native

TVP Technical Closed-door Conference Summary: Exploring the Dawn of Technology Trends

The TVP Technical Closed‑door Conference gathered 44 experts across eight sessions to examine post‑pandemic technology trends—including blockchain as institutional infrastructure, cloud‑native databases and serverless computing, industrial internet transformation, data‑driven online education, federated learning for privacy‑preserving AI, and the shift toward resource‑focused technical entrepreneurship.

Cloud NativeDigital TransformationFederated Learning
0 likes · 13 min read
TVP Technical Closed-door Conference Summary: Exploring the Dawn of Technology Trends
Tencent Cloud Developer
Tencent Cloud Developer
Apr 1, 2020 · Cloud Computing

Serverless Cloud Development for Mini Programs: Overview and Opportunities

Wang Lihua’s talk introduces Tencent Cloud Base’s serverless cloud development platform for Mini Programs—an integrated, one‑cloud‑multiple‑clients solution that eliminates backend setup, offers elastic resources, rich SDKs, and pre‑packaged services—enabling rapid, low‑cost app creation, real‑time scaling, and new developer roles across web, mobile, and cloud.

BaaSDevOpsServerless
0 likes · 15 min read
Serverless Cloud Development for Mini Programs: Overview and Opportunities
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
Alibaba Cloud Native
Alibaba Cloud Native
Mar 20, 2020 · Cloud Native

Build Elastic, Low‑Cost Serverless Video Processing on Alibaba Cloud

This article explains how to design and implement an elastic, high‑availability video‑on‑demand solution on Alibaba Cloud using Function Compute and Function Flow, covering simple and full‑featured architectures, performance and cost comparisons, and practical deployment steps.

Cost OptimizationFunction ComputeFunction Flow
0 likes · 16 min read
Build Elastic, Low‑Cost Serverless Video Processing on Alibaba Cloud
Tencent Cloud Developer
Tencent Cloud Developer
Mar 19, 2020 · Cloud Native

Why Cloud Native Is Reshaping Enterprises: Key Takeaways from Tencent’s TVP Forum

The article summarizes insights from Tencent’s TVP closed‑door tech forum, explaining what cloud native means, its evolution, benefits such as platformization and automation, challenges in adoption, Kubernetes’s growing role in serverless, edge computing, and service mesh, and how developers and enterprises can navigate the shift.

Cloud NativeEdge ComputingKubernetes
0 likes · 17 min read
Why Cloud Native Is Reshaping Enterprises: Key Takeaways from Tencent’s TVP Forum
Top Architect
Top Architect
Mar 19, 2020 · Fundamentals

Overview of Common Software Architecture Styles: Monolithic, Distributed, Microservices, and Serverless

The article explains four major software architecture patterns—monolithic, distributed, microservices, and serverless—detailing their structures, advantages, drawbacks, and suitable scenarios to help developers broaden their architectural knowledge and make informed design choices.

Distributed SystemsServerlessSoftware Architecture
0 likes · 12 min read
Overview of Common Software Architecture Styles: Monolithic, Distributed, Microservices, and Serverless
Programmer DD
Programmer DD
Mar 19, 2020 · Cloud Computing

Serverless vs Containers: Which Cloud Model Wins for Your Apps?

This article compares Serverless and container-based microservices, covering definitions, cost and maintenance benefits, use cases, limitations, and when to choose each approach or a hybrid model for modern cloud applications.

ContainersHybrid ArchitectureServerless
0 likes · 10 min read
Serverless vs Containers: Which Cloud Model Wins for Your Apps?
Alibaba Cloud Native
Alibaba Cloud Native
Mar 18, 2020 · Cloud Native

From Java Monolith to Serverless Kubernetes: Building a Custom Container Orchestration System

This article recounts a developer's journey from a single‑machine Java monolith to a full‑stack container orchestration platform, explaining why Kubernetes was needed, how master‑worker components like kube‑apiserver, scheduler, etcd, kubelet and kube‑proxy work together, and how the design evolves toward a serverless model.

Distributed SystemsKubernetesMaster-Worker Architecture
0 likes · 12 min read
From Java Monolith to Serverless Kubernetes: Building a Custom Container Orchestration System
Tencent Cloud Developer
Tencent Cloud Developer
Mar 18, 2020 · Cloud Native

Cloud Native Technology Insights from Tencent Cloud TVP Technical Closed-Door Meeting

At Tencent Cloud’s closed‑door TVP meeting, experts traced cloud‑native’s evolution from monolithic to PB‑scale distributed platforms, highlighted its ecosystem of infrastructure, service‑mesh and Kubernetes‑driven scheduling, noted widespread Fortune‑100 and Tencent adoption, and stressed that successful implementation hinges more on organizational and developer mindset shifts than on technology maturity.

Cloud NativeContainer TechnologyDevOps
0 likes · 15 min read
Cloud Native Technology Insights from Tencent Cloud TVP Technical Closed-Door Meeting
Alibaba Cloud Native
Alibaba Cloud Native
Mar 6, 2020 · Cloud Native

How to Choose the Right Kubernetes Worker Nodes and Cluster Architecture on Alibaba Cloud

This article analyzes the complexities of deploying Kubernetes on Alibaba Cloud, compares bare‑metal and virtual machine worker nodes, evaluates container runtimes and security sandboxes, and provides practical guidance for selecting instance types, cluster size, multi‑cluster strategies, and serverless options.

Bare MetalCluster PlanningKubernetes
0 likes · 18 min read
How to Choose the Right Kubernetes Worker Nodes and Cluster Architecture on Alibaba Cloud
Alibaba Cloud Native
Alibaba Cloud Native
Feb 28, 2020 · Backend Development

Build a Scalable Mini‑App Backend with Alibaba Cloud Function Compute

This guide explains how to use Alibaba Cloud Function Compute to create a serverless, elastic backend for mini‑apps, covering the challenges of high‑traffic mini‑programs, the service template workflow, authentication, data access, deployment steps, and client‑side setup.

Alibaba CloudBackend DevelopmentDeployment
0 likes · 8 min read
Build a Scalable Mini‑App Backend with Alibaba Cloud Function Compute
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
Amap Tech
Amap Tech
Feb 27, 2020 · Backend Development

Integrated Algorithm Engineering and Serverless Architecture for Rapid Business Iteration

By unifying algorithm development, engineering, and a serverless gateway, the platform creates a stateless, automated pipeline that lets Python‑based services be deployed instantly, supports rapid low‑traffic iteration, scales with high‑performance runtimes, and ensures quality through automated testing, accelerating business evolution from startup to mature stages.

Serverlessalgorithm engineeringcloud computing
0 likes · 11 min read
Integrated Algorithm Engineering and Serverless Architecture for Rapid Business Iteration
AntTech
AntTech
Feb 26, 2020 · Frontend Development

Future Trends in Frontend Development: Language Independence, Build Evolution, Micro UI, AI‑Driven Interfaces, and End‑to‑End Serverless

The article explores how frontend development will evolve over the next decade, covering the rise of TypeScript, the shift toward language‑agnostic WebAssembly, bundless builds, micro‑UI architectures, AI‑driven interfaces, and the move to serverless end‑to‑end development.

ServerlessWebAssemblybuild tools
0 likes · 9 min read
Future Trends in Frontend Development: Language Independence, Build Evolution, Micro UI, AI‑Driven Interfaces, and End‑to‑End Serverless
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
Programmer DD
Programmer DD
Feb 20, 2020 · Operations

Top 5 DevOps Trends Shaping 2020: AI, Golang, Serverless & More

The article outlines five major DevOps trends for 2020—including AI‑driven automation, the rising popularity of Golang, the shift toward Serverless and cloud‑native architectures, and the growing emphasis on DevSecOps—highlighting how these developments will transform software delivery and IT operations worldwide.

AIDevSecOpsGolang
0 likes · 5 min read
Top 5 DevOps Trends Shaping 2020: AI, Golang, Serverless & More
Alibaba Cloud Native
Alibaba Cloud Native
Feb 18, 2020 · Backend Development

How Yuque Scaled from Prototype to Commercial SaaS with a JavaScript Full‑Stack

This article chronicles Yuque's evolution from a 2016 internal prototype to a fully commercialized knowledge‑base platform, detailing its JavaScript full‑stack architecture, migration from BaaS to IaaS, adoption of microservices and serverless functions, and the security and stability practices that support its growth.

Backend ArchitectureJavaScriptSecurity
0 likes · 20 min read
How Yuque Scaled from Prototype to Commercial SaaS with a JavaScript Full‑Stack
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
Tencent Cloud Developer
Tencent Cloud Developer
Feb 6, 2020 · Cloud Native

Serverless Framework: From Installation to Deployment – Live Course Overview and Quick Start Guide

The joint online Serverless course, launched by the Serverless team, Tencent Cloud University and Cloud+ community, offers a February 6 live session with expert Chen Tao covering Serverless architecture and static‑site deployment, interactive Q&A, giveaways, and a concise four‑step guide to install, create, deploy, and invoke applications using the Serverless Framework.

CloudComputingCloudNativeDeployment
0 likes · 4 min read
Serverless Framework: From Installation to Deployment – Live Course Overview and Quick Start Guide
Architects' Tech Alliance
Architects' Tech Alliance
Jan 31, 2020 · Cloud Native

Key DevOps Trends for 2020: Cloud‑Native, Container Registries, Go, Security, Open Source, Serverless, and Multi‑Cloud

The article surveys the 2020 DevOps landscape, highlighting how cloud‑native architecture, container registries, Go adoption, heightened security, open‑source momentum, serverless computing, and multi‑cloud strategies are reshaping software delivery and organizational digital transformation.

Cloud NativeContainer RegistryDevOps
0 likes · 19 min read
Key DevOps Trends for 2020: Cloud‑Native, Container Registries, Go, Security, Open Source, Serverless, and Multi‑Cloud
DevOps Cloud Academy
DevOps Cloud Academy
Jan 23, 2020 · Cloud Native

Serverless Jenkins and Prow: Cloud‑Native CI/CD on Kubernetes

Jenkins X introduces serverless Jenkins, leveraging Prow and Knative on Kubernetes to provide a cloud‑native, highly available CI/CD solution that eliminates single‑point failures, reduces costs, and integrates GitOps, while offering migration guidance, FAQs, and practical Terraform commands for deployment.

Cloud NativeJenkinsKnative
0 likes · 11 min read
Serverless Jenkins and Prow: Cloud‑Native CI/CD on Kubernetes
AntTech
AntTech
Jan 21, 2020 · Information Security

Ant Group Papers Accepted at ASPLOS'20: Occlum Secure Enclave LibOS and Catalyzer Serverless Cold‑Start Optimization

Ant Group announced that two of its research papers—one on the Occlum secure enclave LibOS and another on the Catalyzer serverless cold‑start optimizer—were selected for presentation at the prestigious ASPLOS'20 conference, highlighting the company's contributions to confidential computing and serverless performance.

ASPLOSAnt GroupServerless
0 likes · 4 min read
Ant Group Papers Accepted at ASPLOS'20: Occlum Secure Enclave LibOS and Catalyzer Serverless Cold‑Start Optimization
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
Top Architect
Top Architect
Jan 15, 2020 · Cloud Native

2019 Architecture Review: Middle Platform, Cloud‑Native, Microservices, Reactive and Serverless Trends

The article reviews the major software‑architecture changes in 2019, covering the emergence of the middle platform, the shift to cloud‑native and microservice designs, the rise of reactive and serverless computing, and the evolving front‑end landscape, while reflecting on future directions.

ServerlessSoftware Architecturecloud-native
0 likes · 14 min read
2019 Architecture Review: Middle Platform, Cloud‑Native, Microservices, Reactive and Serverless Trends
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 Cloud Native
Alibaba Cloud Native
Jan 2, 2020 · Artificial Intelligence

Create an AI-Powered Poem Generator Using Alibaba Cloud Function Compute

This article explains how Alibaba Cloud Function Compute can be used for AI model serving, walks through a three‑step deployment of a TensorFlow‑based Chinese poem generator, compares serverless with traditional ECS setups, and discusses cold‑start mitigation, cost optimization, and monitoring features.

AI model servingCost OptimizationFuncraft
0 likes · 14 min read
Create an AI-Powered Poem Generator Using Alibaba Cloud Function Compute
Cloud Native Technology Community
Cloud Native Technology Community
Jan 2, 2020 · Cloud Native

How Serverless Transforms Cloud Computing: Insights from CNBPS 2019

At CNBPS 2019, Tencent Cloud architect Kong Lingfei explained the evolution, architectures, and practical use cases of Serverless, detailing its three technical models, supporting tools, and real‑world deployments, illustrating how the shift to Function‑as‑a‑Service reduces operational overhead and accelerates product development.

Cloud NativeDevOpsFunction as a Service
0 likes · 14 min read
How Serverless Transforms Cloud Computing: Insights from CNBPS 2019
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 19, 2019 · Mobile Development

Flutter+Serverless Three-End Integration Architecture in Practice

The article describes how Xiaoyi implemented a Flutter‑plus‑Serverless three‑end integration architecture that unifies Android, iOS, and FaaS layers with a shared Dart runtime, delivering about 30% development efficiency gains, better business‑IT alignment, and faster iteration while noting debugging and cost challenges.

Backend IntegrationDARTFlutter
0 likes · 6 min read
Flutter+Serverless Three-End Integration Architecture in Practice
Taobao Frontend Technology
Taobao Frontend Technology
Dec 16, 2019 · Frontend Development

Mastering Front‑End Development in the Cloud Era with Serverless Node and Fission

This article explores how front‑end developers can leverage cloud‑native serverless technologies such as Node.js, Kubernetes, and Fission to achieve extreme efficiency, high availability, and fine‑grained cost control, while providing practical installation steps, code examples, and insights into future cloud‑driven front‑end innovations.

KubernetesServerlesscloud-native
0 likes · 16 min read
Mastering Front‑End Development in the Cloud Era with Serverless Node and Fission
21CTO
21CTO
Dec 9, 2019 · Cloud Computing

How AWS Nitro Redefines Cloud Virtualization for Bare‑Metal Performance and Security

AWS CTO Werner Vogels explained at re:Invent how the Nitro system offloads networking, storage and management to custom hardware, delivering near‑bare‑metal performance, stronger isolation, and a modular architecture that also powers containers, serverless workloads, and next‑generation EC2 instances.

AWSNitroServerless
0 likes · 9 min read
How AWS Nitro Redefines Cloud Virtualization for Bare‑Metal Performance and Security
Alibaba Cloud Native
Alibaba Cloud Native
Dec 5, 2019 · Cloud Native

How Knative Turns Ordinary Apps into Serverless Cloud‑Native Services

This article explains the motivations behind cloud native computing, introduces Knative’s three core modules—Tekton, Eventing, and Serving—and shows how they enable serverless capabilities, traffic management, gray‑release, and elasticity for modern applications, illustrated with a practical demo and Q&A.

KnativeKubernetesServerless
0 likes · 26 min read
How Knative Turns Ordinary Apps into Serverless Cloud‑Native Services
Tencent Cloud Developer
Tencent Cloud Developer
Nov 21, 2019 · Operations

Serverless Operations: Efficient and Intelligent Cloud-native Practices

The article recaps Tencent Cloud’s Serverless operational suite—covering built‑in DevOps tools, logging, monitoring, auto‑scaling, and security—demonstrating how it replaces manual IaaS provisioning, accelerates development, and enables cloud‑native management, illustrated by a WeChat Mini‑Program album that cut build time from months to two weeks.

AutomationDevOpsInfrastructure
0 likes · 19 min read
Serverless Operations: Efficient and Intelligent Cloud-native Practices
Ctrip Technology
Ctrip Technology
Nov 21, 2019 · Cloud Native

Cloud Native Drives Digital Transformation: From Containers to Serverless, Service Mesh, and Edge Computing

This article explains how cloud‑native technologies—including containers, Kubernetes, serverless platforms, service‑mesh architectures, standardized application management, and edge computing—are reshaping digital transformation by delivering extreme elasticity, security isolation, and seamless cloud‑to‑edge integration.

Container SecurityEdge ComputingServerless
0 likes · 21 min read
Cloud Native Drives Digital Transformation: From Containers to Serverless, Service Mesh, and Edge Computing
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Nov 15, 2019 · Frontend Development

What Will Shape Front‑End Development in 2020? Expert Predictions

Leading Tencent front‑end experts analyze 2020 trends, from TypeScript adoption and mature frameworks to mini‑program explosion, cross‑platform runtimes, DevOps tooling, Serverless cloud services, and 5G‑driven performance shifts, outlining how these forces will reshape front‑end engineering.

2020 Trends5GFront-end
0 likes · 8 min read
What Will Shape Front‑End Development in 2020? Expert Predictions
Tencent Cloud Developer
Tencent Cloud Developer
Nov 13, 2019 · Operations

Recap of Cloud+ Community Tech Salon – Efficient Intelligent Operations

The Cloud+ Community’s 29th technical salon on November 9 2019 in Shenzhen gathered Tencent and Jiwei experts to showcase efficient intelligent operations through AIOps practices, massive cloud migration strategies, the Blue Whale PaaS framework, Serverless DevOps best practices, and Kubernetes resource‑utilization techniques.

DevOpsKubernetesPaaS
0 likes · 6 min read
Recap of Cloud+ Community Tech Salon – Efficient Intelligent Operations