Tagged articles

serverless

722 articles · Page 5 of 8
Alibaba Cloud Native
Alibaba Cloud Native
Dec 6, 2021 · Cloud Native

How Alibaba Cloud’s ECS‑Based FaaS Achieves High‑Density, Low‑Latency Serverless Scaling

This article explains the design of an ECS‑based Function‑as‑a‑Service platform, covering multi‑tenant deployment, rapid horizontal scaling, resource‑utilization optimization, avalanche‑prevention strategies, and high‑density deployment techniques that together enable fast, cost‑effective cloud‑native serverless workloads.

Cloud NativeECSScaling
0 likes · 12 min read
How Alibaba Cloud’s ECS‑Based FaaS Achieves High‑Density, Low‑Latency Serverless Scaling
DevOps
DevOps
Nov 30, 2021 · Cloud Native

Understanding Serverless: Optimism Traps, Vendor Lock‑In, and Best‑Practice Design

This article examines the hidden pitfalls of technology optimism, the inevitable vendor lock‑in of serverless platforms, and how to apply timeless architectural principles—such as abstraction, service layers, and token‑based authentication—to design portable, testable, and maintainable serverless applications across Azure and AWS.

Cloud Nativeauthenticationdeployment
0 likes · 20 min read
Understanding Serverless: Optimism Traps, Vendor Lock‑In, and Best‑Practice Design
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.

BaaSFaaSarchitecture
0 likes · 23 min read
Why Microservices Struggle and How Serverless Offers a Better Path
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 4, 2021 · Cloud Native

How Serverless Architecture Lets You Focus on Business Logic

This article explains the principles, evolution, and practical scenarios of Serverless architecture—including static sites, micro‑services, event‑driven processing, and workflow orchestration—highlighting how it frees developers from server management to concentrate on core business value.

Cloud Nativeserverlessstatic site
0 likes · 15 min read
How Serverless Architecture Lets You Focus on Business Logic
Architects Research Society
Architects Research Society
Oct 29, 2021 · Cloud Native

When Is Serverless Architecture the Right Choice? Drawbacks, Costs, and Suitability

This article examines the disadvantages of serverless web development—including vendor lock‑in, unpredictable costs, and integration complexity—while outlining the scenarios where serverless offers clear benefits such as rapid iteration, low upfront investment, and automatic scaling for small‑to‑medium applications.

Cost ManagementMigrationcloud-native
0 likes · 12 min read
When Is Serverless Architecture the Right Choice? Drawbacks, Costs, and Suitability
ByteDance Web Infra
ByteDance Web Infra
Oct 28, 2021 · Frontend Development

Modern.js: A Modern Front‑End Framework for Integrated Web Development

The article presents Modern.js, an open‑source framework from ByteDance that illustrates the shift from traditional front‑end stacks to a modern, integrated, server‑less, client‑centric web development paradigm, detailing its six core elements, best‑practice guidelines, and the broader ecosystem of low‑code and platform‑based tooling.

frontend frameworkserverless
0 likes · 32 min read
Modern.js: A Modern Front‑End Framework for Integrated Web Development
ByteDance Terminal Technology
ByteDance Terminal Technology
Oct 27, 2021 · Frontend Development

Modern.js: Modern Web Development Framework

Modern.js, launched at the 2023 ByteDance Developer Conference, aims to promote modern web development by providing a unified framework that supports various deployment modes and enhances developer efficiency.

MWAMicro-FrontendsModern.js
0 likes · 6 min read
Modern.js: Modern Web Development Framework
High Availability Architecture
High Availability Architecture
Oct 21, 2021 · Cloud Computing

Optimizing NetEase Cloud Music Audio/Video Processing Platform with Serverless

This article describes how NetEase Cloud Music leveraged Serverless function computing to redesign its audio/video algorithm processing platform, covering the existing challenges, the selection criteria for Serverless solutions, the implementation details, performance gains, cost savings, and future directions.

Cloud FunctionsNetEaseaudio processing
0 likes · 11 min read
Optimizing NetEase Cloud Music Audio/Video Processing Platform with Serverless
Laravel Tech Community
Laravel Tech Community
Oct 19, 2021 · Cloud Native

Serverless Framework 2.63.0 Release Highlights and Updates

The Serverless Framework 2.63.0 release introduces support for AWS Lambda, Azure Functions, and Google Cloud Functions, along with key updates such as AWS Deploy alias hints, VPC‑override for Lambda, S3 expiration rules, numerous CLI enhancements, new logging commands, resource‑limit warnings, and template adjustments including esbuild in the gitignore.

AWS LambdaCLICloud Functions
0 likes · 2 min read
Serverless Framework 2.63.0 Release Highlights and Updates
Alibaba Cloud Native
Alibaba Cloud Native
Oct 11, 2021 · Cloud Native

Step‑by‑Step Guide to Deploy Knative on Alibaba Cloud

This tutorial introduces Knative, explains its architecture and core components, and provides a detailed, image‑rich walkthrough for deploying Knative on Alibaba Cloud, testing a sample serverless application, and managing the cluster via CloudShell.

Alibaba CloudCloud NativeKnative
0 likes · 7 min read
Step‑by‑Step Guide to Deploy Knative on Alibaba Cloud
DevOps Cloud Academy
DevOps Cloud Academy
Oct 9, 2021 · Cloud Native

Serverless Application DevOps: Latest Practices and Implementation Guide

This article presents a comprehensive overview of serverless application DevOps, covering the definition, benefits, common use cases, development workflow, container image deployment, CI/CD pipelines with AWS SAM, security strategies, monitoring tools, and real‑world examples such as Coca‑Cola.

AWS LambdaCI/CDCloud Native
0 likes · 13 min read
Serverless Application DevOps: Latest Practices and Implementation Guide
Alibaba Cloud Native
Alibaba Cloud Native
Oct 4, 2021 · Cloud Native

Master Serverless Debugging: Online, Local, and Optimization Techniques

This guide explains how to debug serverless applications using online console debugging, remote breakpoint debugging, command‑line tools, IDE plugins, web‑framework local testing, event simulation, and offers optimization tips such as resource assessment, code‑package sizing, instance reuse, and advanced platform features like pre‑freeze, pre‑stop, and single‑instance concurrency.

Alibaba CloudCloud FunctionsDebugging
0 likes · 15 min read
Master Serverless Debugging: Online, Local, and Optimization Techniques
Qingyun Technology Community
Qingyun Technology Community
Sep 13, 2021 · Cloud Native

Can WebAssembly Replace Docker? Insights from a Dapr Live Session

In a September 9 live session, Michael Yuan explained how WebAssembly serves as a high‑performance execution environment for Dapr, demonstrated building Go and Rust sidecars with WasmEdge, and answered audience questions about Docker replacement, real‑world adoption, memory management, isolation, and serverless use cases.

Edge computingWasmEdgeWebAssembly
0 likes · 7 min read
Can WebAssembly Replace Docker? Insights from a Dapr Live Session
IT Architects Alliance
IT Architects Alliance
Sep 5, 2021 · Cloud Computing

What Are the Six Core Traits of Serverless Architecture and Their Challenges?

The article outlines six fundamental traits of serverless architecture—low barrier-to-entry, hostless, stateless, elasticity, distributed, and event-driven—explains why they matter, discusses the benefits and hidden challenges each introduces, and offers concise recommendations for developers to successfully adopt serverless solutions.

Cloud ComputingTraitsarchitecture
0 likes · 15 min read
What Are the Six Core Traits of Serverless Architecture and Their Challenges?
Architects' Tech Alliance
Architects' Tech Alliance
Sep 3, 2021 · Industry Insights

Why Cloud‑Native Is the Next Frontier for Developers – 2021 Forrester Insights

A 2021 Forrester survey of 422 Chinese developers reveals how cloud‑native technologies such as containers, Kubernetes and Serverless are reshaping development roles, boosting productivity, and driving a shift from traditional on‑premise coding to a fully cloud‑native, edge‑enabled ecosystem, while highlighting emerging challenges and opportunities.

Cloud NativeForrester surveyKubernetes
0 likes · 18 min read
Why Cloud‑Native Is the Next Frontier for Developers – 2021 Forrester Insights
Alibaba Terminal Technology
Alibaba Terminal Technology
Aug 26, 2021 · Backend Development

How to Turn GraphQL into a High‑Performance Edge CDN Gateway

This article explains how to use GraphQL as a BFF gateway, migrate Apollo Server to Alibaba Cloud EdgeRoutine's serverless environment, implement CDN edge caching for query requests, and build a complete weather‑query demo with TypeScript, GraphQL SDL, resolvers, and Playground debugging.

Apollo ServerCDNEdge computing
0 likes · 18 min read
How to Turn GraphQL into a High‑Performance Edge CDN Gateway
HelloTech
HelloTech
Aug 20, 2021 · Backend Development

Transitioning from BFF to Serverless BFF (SFF) Architecture

The talk explains how traditional Backend‑for‑Frontend (BFF) architectures, burdened by high costs and slow releases, evolve into a Serverless For Frontend (SFF) model that uses lightweight Node.js functions, VM2 isolation, and CGroup resource control to enable rapid, cost‑effective deployments and improved team efficiency.

BFFCloud FunctionsDevOps
0 likes · 9 min read
Transitioning from BFF to Serverless BFF (SFF) Architecture
DevOps
DevOps
Aug 17, 2021 · Cloud Computing

From LAN to Serverless: The Evolution of IT Infrastructure and Cloud Computing

This article traces the historical development of IT infrastructure—from 1990s LAN‑based client/server systems through data‑center hosting, virtualization, and finally the serverless model—explaining how each stage addresses previous limitations and why stateless function execution has become the modern cloud computing paradigm.

Cloud ComputingFunction-as-a-ServiceInfrastructure Evolution
0 likes · 9 min read
From LAN to Serverless: The Evolution of IT Infrastructure and Cloud Computing
Kuaishou Large Model
Kuaishou Large Model
Aug 13, 2021 · Backend Development

How Y‑Tech Overcomes High‑Latency Server‑Side Video Effects with Cloud‑Native Workflows

This article explains how Kuaishou's Y‑Tech team designs a server‑side video‑effects platform that tackles high computational load, real‑time constraints, and resource limits by adopting asynchronous workflows, task‑queue scheduling, and cloud‑native serverless frameworks such as Netflix Conductor and Knative.

Backend ArchitectureCloud NativeMicroservices
0 likes · 8 min read
How Y‑Tech Overcomes High‑Latency Server‑Side Video Effects with Cloud‑Native Workflows
Qingyun Technology Community
Qingyun Technology Community
Aug 12, 2021 · Artificial Intelligence

How Kubernetes Powers Scalable AI: Building an End‑to‑End Machine Learning Platform

This article explores how Kubernetes, enhanced by KubeSphere and serverless technologies, enables efficient AI workloads through GPU virtualization, multi‑cluster management, secure data sandboxes, automated testing, and scalable storage, illustrating a complete lifecycle from data ingestion to model inference.

AIGPU virtualizationKubeSphere
0 likes · 20 min read
How Kubernetes Powers Scalable AI: Building an End‑to‑End Machine Learning Platform
Programmer DD
Programmer DD
Aug 4, 2021 · Cloud Computing

Turn Your Phone into a Retro Game Console with Alibaba Cloud Serverless

This article walks through a personal tutorial on using Alibaba Cloud's Serverless platform to deploy a handheld NES game console, detailing the setup of Function Compute, one‑click deployment steps, code snippets, and how to load and play classic games on your phone.

Alibaba CloudGame ConsoleNES
0 likes · 5 min read
Turn Your Phone into a Retro Game Console with Alibaba Cloud Serverless
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.

FaaSStandardizationcold start
0 likes · 35 min read
Roundtable on Serverless: Concepts, Value, Industry Practices, and Future Trends
Open Source Linux
Open Source Linux
Jul 31, 2021 · Cloud Computing

Top Cloud Computing Trends to Watch in 2021: Hybrid, Edge, Serverless & More

2021’s cloud landscape is shaped by hybrid cloud’s flexibility, edge computing’s low‑latency processing, serverless architectures that offload infrastructure, AI/ML integration, rising cloud gaming demand, and cloud‑native application development, all driving businesses toward more agile, secure, and cost‑effective solutions.

Artificial IntelligenceCloud ComputingEdge computing
0 likes · 7 min read
Top Cloud Computing Trends to Watch in 2021: Hybrid, Edge, Serverless & More
Tencent Cloud Developer
Tencent Cloud Developer
Jul 29, 2021 · Industry Insights

How Walmart’s Sam’s Club Accelerates Retail with Tencent Cloud Serverless

The article examines how Walmart’s Sam’s Club in China tackles rapid release cycles, user‑experience demands, and massive resource consumption by adopting Tencent Cloud Serverless SCF’s default‑alias gray‑release strategy, highlighting its technical advantages and real‑world e‑commerce use cases.

Cloud ComputingRetail TechnologyTencent Cloud
0 likes · 9 min read
How Walmart’s Sam’s Club Accelerates Retail with Tencent Cloud Serverless
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
MaGe Linux Operations
MaGe Linux Operations
Jul 24, 2021 · Cloud Computing

Top Cloud Computing Trends to Watch in 2021

This article examines how cloud computing is reshaping business operations and highlights the most important 2021 trends—including hybrid cloud, edge computing, serverless architectures, AI/ML integration, cloud gaming, and cloud‑native app development—while explaining their benefits and market outlook.

2021 TrendsEdge computinghybrid cloud
0 likes · 8 min read
Top Cloud Computing Trends to Watch in 2021
Tencent Cloud Developer
Tencent Cloud Developer
Jul 22, 2021 · Operations

Observability in Serverless Environments: Monitoring, Logging, Distributed Tracing, and Best Practices

In this talk, Gal Bashan explains how serverless architectures complicate observability and why metrics, logs, and especially distributed tracing with tools like OpenTelemetry, Jaeger, or commercial platforms are essential for gaining end-to-end visibility, automating instrumentation, and maintaining reliable, business-focused services across cloud providers.

Cloud NativeMonitoringdistributed tracing
0 likes · 12 min read
Observability in Serverless Environments: Monitoring, Logging, Distributed Tracing, and Best Practices
Alibaba Cloud Native
Alibaba Cloud Native
Jul 21, 2021 · Cloud Native

Ensuring Consistent Serverless Deployments with Serverless Devs

This guide explains how Serverless Devs detects online changes to prevent deployment conflicts in Alibaba Cloud Function Compute, covering three scenarios—new resources, updates after online changes, and redeploying existing resources—while providing step‑by‑step experiments and a non‑interactive CI flag.

Alibaba CloudCI/CDCloud Native
0 likes · 5 min read
Ensuring Consistent Serverless Deployments with Serverless Devs
Tencent Cloud Developer
Tencent Cloud Developer
Jul 20, 2021 · Artificial Intelligence

Deploying AI Inference Functions on Tencent Cloud Serverless with Rust and WebAssembly

Michael Yuan’s ServerlessDays China 2021 talk shows how combining Rust with WebAssembly on Tencent Cloud Serverless lets developers deploy TensorFlow AI models in just a few lines, achieving 10‑20 fps inference, 100× faster cold starts than Python, and offering lightweight, secure, portable runtimes that could eventually supplant containers for edge and AI workloads.

AI InferenceCloud NativeEdge computing
0 likes · 19 min read
Deploying AI Inference Functions on Tencent Cloud Serverless with Rust and WebAssembly
Tencent Cloud Developer
Tencent Cloud Developer
Jul 19, 2021 · Cloud Native

Tencent Cloud EKS: The Elegant Balance Between Serverless and Serverful

Tencent Cloud’s Elastic Container Service (EKS) delivers a nodeless, Kubernetes‑compatible platform that blends serverless convenience with serverful flexibility, letting users migrate existing clusters with a single click, run hybrid and big‑data workloads across virtual nodes, and anticipate future usage‑based billing for truly elastic scaling.

Cloud ComputingContainer ServiceEKS
0 likes · 12 min read
Tencent Cloud EKS: The Elegant Balance Between Serverless and Serverful
Tencent Cloud Developer
Tencent Cloud Developer
Jul 14, 2021 · Cloud Native

Exploring Serverless Practices in Tencent Cloud Microservices

The talk explains why enterprise‑grade development needs serverless—boosting efficiency, cutting costs, eliminating ops, and enabling elastic scaling—then positions serverless within microservices, showcases Tencent Cloud’s TEM platform built on EKS with plug‑in services, and demonstrates serverless middleware such as Pulsar‑based queues, highlighting developer, ops, and business advantages.

Cloud NativeDevOpsMicroservices
0 likes · 18 min read
Exploring Serverless Practices in Tencent Cloud Microservices
Tencent Cloud Developer
Tencent Cloud Developer
Jul 13, 2021 · Backend Development

Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios

The talk by Zha Jia showcases StreamNative’s open‑source Function Mesh, which builds on Apache Pulsar’s unified messaging and streaming platform and its lightweight Pulsar Functions, using Kubernetes CRDs to simplify deployment, management, and scaling of serverless data processing while highlighting the project’s rapid community growth.

Apache PulsarCloud NativeFunction Mesh
0 likes · 18 min read
Function Mesh: Serverless Innovation in Message and Streaming Data Scenarios
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jul 12, 2021 · Cloud Native

From Internet Middleware to Cloud‑Native & Serverless: Alibaba’s Evolution Roadmap

The article reviews the evolution of internet middleware presented at Alibaba Cloud’s Yunqi conference, detailing how massive user scale drove its growth, the shift toward cloud‑native and serverless technologies, and the practical benefits and challenges of adopting platforms like EDAS, Kubernetes, service mesh, and SkyWalking.

Alibaba CloudMicroservicesMiddleware
0 likes · 9 min read
From Internet Middleware to Cloud‑Native & Serverless: Alibaba’s Evolution Roadmap
Architects Research Society
Architects Research Society
Jul 10, 2021 · Fundamentals

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

The article surveys the most significant software‑architecture trends of 2020—including micro frontends, AsyncAPI, data mesh, policy‑as‑code, serverless, low‑code platforms, GraphQL, and ethical considerations—highlighting their adoption status, challenges, and the viewpoints of leading industry experts.

Data MeshLow-codeMicro Frontends
0 likes · 16 min read
Key Software Architecture Trends for 2020: Micro Frontends, AsyncAPI, Data Mesh, Policy as Code, Serverless, Low‑Code, GraphQL and Ethics
ByteDance Web Infra
ByteDance Web Infra
Jul 7, 2021 · Frontend Development

ByteDance's Serverless‑Based Frontend Development Model Upgrade

This talk by Wang Lei from ByteDance Web Infra outlines the evolution of front‑end responsibilities, challenges of traditional CSR + BFF development, and how a Serverless‑based platform redesign—including unified deployment, AB testing, monitoring, CI/CD, and micro‑frontend support—reduces cost, simplifies operations, and enables progressive development across CSR, SSR, BFF and micro‑frontend.

serverless
0 likes · 16 min read
ByteDance's Serverless‑Based Frontend Development Model Upgrade
Tencent Cloud Developer
Tencent Cloud Developer
Jul 6, 2021 · Cloud Computing

MicroVMM and Firecracker: Core Technologies Behind Serverless Computing

The talk explains how a purpose‑built microVMM like Firecracker—an ultra‑lightweight, Rust‑based virtual machine monitor running on KVM—delivers the strong isolation, millisecond‑scale startup, and high‑density performance essential for modern serverless platforms, while outlining current benchmarks and future enhancements.

Cloud ComputingFirecrackerMicroVMM
0 likes · 26 min read
MicroVMM and Firecracker: Core Technologies Behind Serverless Computing
Tencent Cloud Developer
Tencent Cloud Developer
Jul 1, 2021 · Cloud Computing

Rethinking the Developer Experience: Building Applications in the Serverless Era

In his ServerlessDays China 2021 talk, Austen Collins explains how the Serverless Framework and the new Tencent‑backed Serverless Cloud let developers bypass local‑environment limitations by deploying, logging, and cloning applications directly in the cloud within seconds, dramatically boosting productivity, reducing configuration overhead, and enhancing the overall developer experience.

Cloud ComputingCloud NativeInfrastructure as Code
0 likes · 16 min read
Rethinking the Developer Experience: Building Applications in the Serverless Era
Tencent Cloud Developer
Tencent Cloud Developer
Jun 29, 2021 · Cloud Native

Serverless + X: Evolution, Low‑Code Integration, and Ecosystem Development

Serverless has evolved from pure FaaS to a comprehensive stack that combines functions, databases, storage and low‑code platforms, enabling developers to become full‑stack engineers, empowering non‑technical staff to build applications quickly, and fostering an integrated ecosystem with seamless WeChat and third‑party extensions.

Cloud NativeDevOpsLow-code
0 likes · 12 min read
Serverless + X: Evolution, Low‑Code Integration, and Ecosystem Development
Tencent Cloud Developer
Tencent Cloud Developer
Jun 28, 2021 · Cloud Native

Effective Service Governance for Serverless: Challenges and Solutions

Effective serverless governance requires comprehensive observability, traffic management, and service registration built on Kubernetes, using either a mesh sidecar with Istio or an embedded SDK, to simplify complex operational tasks such as discovery, fault tolerance, gray releases, and metric correlation for large‑scale function deployments.

Cloud NativeOperationsService Governance
0 likes · 17 min read
Effective Service Governance for Serverless: Challenges and Solutions
Tencent Cloud Developer
Tencent Cloud Developer
Jun 24, 2021 · Cloud Native

Serverless Adoption: Trends, Challenges, and Architectural Insights from ServerlessDays China 2021

At ServerlessDays China 2021, CTO Wang Xiaobo explained how his team’s shift to a serverless‑first platform—driven by the need for rapid idea rollout, reduced operational overhead, and faster code‑to‑production cycles—reveals both the strategic advantages of serverless for accelerating monetization and the trade‑offs and pitfalls, such as microservice sprawl and workflow complexity, that must be managed through unified DevOps and architectural evolution.

Cloud NativeDevOpsMicroservices
0 likes · 15 min read
Serverless Adoption: Trends, Challenges, and Architectural Insights from ServerlessDays China 2021
Tencent Cloud Developer
Tencent Cloud Developer
Jun 22, 2021 · Cloud Computing

Let's Dive Into Serverless World: Tencent Cloud's Serverless Development and Latest Trends

Tencent Cloud’s serverless platform, now serving over a million developers and billions of daily invocations, accelerates business and education workloads, enables massive elastic scaling, integrates video, GPU, and event‑bus services, and simplifies migration, debugging, and SaaS integration, heralding serverless as the next mainstream cloud paradigm.

Cloud ComputingCloud NativeFunction Compute
0 likes · 17 min read
Let's Dive Into Serverless World: Tencent Cloud's Serverless Development and Latest Trends
21CTO
21CTO
Jun 21, 2021 · Frontend Development

What the 2021 WebAssembly Survey Reveals About Language Trends and Future Impact

The 2021 WebAssembly survey of over 250 developers shows Rust dominates language usage, AssemblyScript climbs, and respondents expect major impact on web, serverless, and containerized applications while calling for better debugging support and richer runtime features.

AssemblyScriptProgramming LanguagesRust
0 likes · 7 min read
What the 2021 WebAssembly Survey Reveals About Language Trends and Future Impact
Tencent Cloud Developer
Tencent Cloud Developer
Jun 17, 2021 · Industry Insights

Serverless 2024: Key Trends, Best Practices, and Future Challenges Revealed

The second Techo TVP Developer Summit showcased Serverless as a leading cloud‑computing trend, delivering market forecasts, technical deep‑dives on microVMM, observability, AI inference, and real‑world use cases while highlighting governance challenges and future directions for the ecosystem.

Cloud ComputingIndustry TrendsMicroVMM
0 likes · 18 min read
Serverless 2024: Key Trends, Best Practices, and Future Challenges Revealed
Alibaba Cloud Native
Alibaba Cloud Native
Jun 17, 2021 · Cloud Computing

What Datadog’s 2022 Serverless Report Reveals About Lambda Usage and Costs

Datadog’s 2022 Serverless report shows a rapid expansion of Lambda usage worldwide, with call frequencies 3.5 times higher than two years ago, average daily runtimes of 900 hours, shorter execution times, growing adoption of Azure Functions and Google Cloud Functions, and detailed cost analyses that highlight both the economic benefits and optimization challenges of serverless architectures.

AWS LambdaCloud ComputingFunction-as-a-Service
0 likes · 13 min read
What Datadog’s 2022 Serverless Report Reveals About Lambda Usage and Costs
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.

Cloud ComputingFaaSForrester
0 likes · 19 min read
Which Serverless Platform Leads the Market? Inside Forrester’s 2021 FaaS Wave
Cloud Native Technology Community
Cloud Native Technology Community
Jun 9, 2021 · Cloud Native

Understanding Knative Eventing: Broker & Trigger Architecture and Implementation

This article provides a comprehensive overview of Knative Eventing's Broker and Trigger model, detailing background concepts, event routing patterns, data‑plane and control‑plane workflows, and includes practical YAML and command‑line examples for deploying and managing the components in a Kubernetes environment.

BrokerCloud NativeKnative
0 likes · 11 min read
Understanding Knative Eventing: Broker & Trigger Architecture and Implementation
Alibaba Cloud Native
Alibaba Cloud Native
Jun 7, 2021 · Cloud Native

Master Knative Serverless: Serving, Eventing, and Alibaba Cloud Integration

This article introduces Knative, the open‑source serverless framework built on Kubernetes, explains its core Serving and Eventing components, details Alibaba Cloud’s deep integration and enhanced capabilities such as traffic management, auto‑scaling policies, and provides a step‑by‑step example of a real‑time bullet‑screen application.

Alibaba CloudCloud NativeKnative
0 likes · 8 min read
Master Knative Serverless: Serving, Eventing, and Alibaba Cloud Integration
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 21, 2021 · Frontend Development

Amap Lowcode Platform: Architecture, Serverless, and AI Applications in Frontend Development

The Amap Lowcode platform combines a visual JSON‑based builder, serverless functions, and AI‑driven design‑to‑code tools to let both developers and product staff rapidly create, deploy, and iterate recommendation cards across native and H5 clients, leveraging the existing gateway for stable, low‑cost delivery.

AILow-codearchitecture
0 likes · 12 min read
Amap Lowcode Platform: Architecture, Serverless, and AI Applications in Frontend Development
High Availability Architecture
High Availability Architecture
May 20, 2021 · Cloud Computing

Improving R&D Efficiency with Serverless: Goals, Obstacles, and Practices

The article discusses how R&D efficiency can be enhanced by adopting Serverless technologies, outlining the goals of efficiency governance, the typical obstacles faced in infrastructure, architecture, and team collaboration, and presenting concrete measures and future trends for cloud‑native development.

InfrastructureR&D Efficiencyserverless
0 likes · 14 min read
Improving R&D Efficiency with Serverless: Goals, Obstacles, and Practices
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 20, 2021 · Cloud Native

Key Findings from CNCF 2020 China Cloud Native Survey: Serverless, Containers, Service Mesh, and Open‑Source Tools

The CNCF 2020 China Cloud Native Survey of 439 participants reveals rapid growth in serverless adoption, a surge in container and Kubernetes usage, expanding service mesh deployment, and increasing reliance on open‑source automation tools, highlighting China’s emerging role as a major CNCF contributor.

Alibaba CloudCNCFCloud Native
0 likes · 9 min read
Key Findings from CNCF 2020 China Cloud Native Survey: Serverless, Containers, Service Mesh, and Open‑Source Tools
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
May 20, 2021 · Cloud Computing

How AWS Lambda Powers Serverless Apps: A Practical Guide to Cloud Development

This article, based on a live stream by NetEase Cloud Communication backend engineer Ge Xinni, explains the fundamentals of AWS Serverless, details how Lambda integrates with services like API Gateway, S3, CloudFront, and demonstrates building a simple web service, message-driven architectures, and best‑practice considerations.

AWSLambdaserverless
0 likes · 8 min read
How AWS Lambda Powers Serverless Apps: A Practical Guide to Cloud Development
Top Architect
Top Architect
May 15, 2021 · Fundamentals

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

This article introduces the concept of software architecture and compares four major styles—monolithic, distributed, microservices, and serverless—detailing their structures, advantages, disadvantages, and typical use cases, helping developers understand how architectural choices affect scalability, maintainability, and operational complexity.

distributedmaintainabilitymonolithic
0 likes · 12 min read
Overview of Software Architecture: Monolithic, Distributed, Microservices, and Serverless
Xueersi Online School Tech Team
Xueersi Online School Tech Team
May 14, 2021 · Cloud Computing

SSR Deployment with Serverless: A Practical Guide

This article explains the concepts of SSR and CSR, introduces Serverless cloud functions, details the installation and configuration steps for deploying a Serverless‑based SSR application using Tencent Cloud, and shares practical tips, component choices, and billing considerations.

Cloud DeploymentFront-endNode.js
0 likes · 11 min read
SSR Deployment with Serverless: A Practical Guide
Alibaba Cloud Native
Alibaba Cloud Native
May 13, 2021 · Cloud Native

From Code Prison to Service: How Infrastructure‑as‑Code Powers the New Cloud‑Native Era

The article outlines the evolution from traditional code repositories to a code‑as‑service model, describing how pipeline‑as‑code, machine‑as‑code, server‑cluster‑as‑code and infrastructure‑as‑code (Jenkins, Docker, Kubernetes, Terraform) enable cloud‑native development, DevOps automation, and platform‑centric R&D ecosystems.

CI/CDCloud NativeDocker
0 likes · 10 min read
From Code Prison to Service: How Infrastructure‑as‑Code Powers the New Cloud‑Native Era
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.

FaaSMicroservicesMigration
0 likes · 10 min read
Idleapi Monolith-to-FaaS Migration Case Study
Open Source Linux
Open Source Linux
May 8, 2021 · Fundamentals

Why Understanding Software Architecture Evolution Matters for Developers

This article outlines the evolution of software architecture—from monolithic to distributed, microservice, and serverless models—detailing each pattern’s structure, advantages, and drawbacks, helping developers understand how architectural choices impact scalability, maintenance, and innovation in modern software projects.

Microservicesdistributed systemsmaintenance
0 likes · 12 min read
Why Understanding Software Architecture Evolution Matters for Developers
iQIYI Technical Product Team
iQIYI Technical Product Team
May 7, 2021 · Cloud Native

iTech Talk – Cloud‑Native Serverless Practice at iQIYI

At iQIYI’s April 10 technical salon, experts detailed the company’s private‑cloud serverless journey—from early adoption of Oracle’s Fn for FaaS, through the creation of the Airworkflow engine for event‑driven orchestration, to plans for an internal Dev App Store that eases integration and highlights the distinct needs of private‑cloud environments.

AirworkflowCloud NativeWorkflow
0 likes · 13 min read
iTech Talk – Cloud‑Native Serverless Practice at iQIYI
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 24, 2021 · Cloud Computing

How Netflix Built the Cosmos Platform to Power Massive Media Workflows

The article explains why Netflix created the Cosmos platform, how it combines microservices, asynchronous workflows, and serverless computing to handle resource‑intensive media processing at scale, and shares the architectural decisions, components, and lessons learned from its development and operation.

CosmosMicroservicesNetflix
0 likes · 14 min read
How Netflix Built the Cosmos Platform to Power Massive Media Workflows
Meituan Technology Team
Meituan Technology Team
Apr 22, 2021 · Cloud Native

Meituan Serverless Platform: Architecture, Practices, and Optimization

Meituan’s Nest Serverless platform, built on native Kubernetes with Knative‑inspired components, delivers elastic scaling, rapid cold‑start reduction, multi‑region high availability, and integrated developer tools, enabling higher resource utilization, lower costs, and up to 40 % faster development across diverse business scenarios.

Cloud NativeElastic ScalingFunction-as-a-Service
0 likes · 30 min read
Meituan Serverless Platform: Architecture, Practices, and Optimization
Architects' Tech Alliance
Architects' Tech Alliance
Apr 17, 2021 · Fundamentals

Evolution of Software Architecture: Monolithic, Distributed, Microservices, and Serverless

The article explains the progression of software architecture from simple monolithic designs through distributed applications and microservices to modern serverless solutions, outlining each model's structure, advantages, disadvantages, and impact on development, deployment, and operational complexity.

Microservicesmonolithicserverless
0 likes · 12 min read
Evolution of Software Architecture: Monolithic, Distributed, Microservices, and Serverless
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 NativeFaaSfrontend development
0 likes · 9 min read
How Alibaba’s Light Store Uses Serverless FaaS to Boost Front‑End Efficiency
IT Architects Alliance
IT Architects Alliance
Apr 15, 2021 · Backend Development

Why Understanding Software Architecture Evolution Is Key for Developers

This article outlines the four main software architecture styles—monolithic, distributed, microservices, and serverless—detailing their structures, advantages, drawbacks, and how each impacts development, maintenance, scalability, and operational costs for modern software engineers.

Microservicesmonolithicserverless
0 likes · 11 min read
Why Understanding Software Architecture Evolution Is Key for Developers
Top Architect
Top Architect
Apr 11, 2021 · Cloud Native

Netflix Cosmos: A Cloud‑Native Platform Combining Microservices, Workflows, and Serverless

Netflix’s Cosmos platform, introduced in 2021, unifies microservice principles with asynchronous workflows and serverless execution to handle resource‑intensive media processing, offering observability, modularity, productivity tools, and a managed delivery pipeline that scales from tens of thousands to millions of CPU cores.

cloud-nativemedia processingserverless
0 likes · 16 min read
Netflix Cosmos: A Cloud‑Native Platform Combining Microservices, Workflows, and Serverless
Alibaba Cloud Native
Alibaba Cloud Native
Apr 5, 2021 · Cloud Native

How Knative Enables Traffic‑Based Autoscaling and Gray Deployments

This article explains Knative’s traffic‑driven autoscaling and gray‑release capabilities, detailing the request flow architecture, the roles of Service, Configuration, Route and Revision, and walks through built‑in scaling strategies such as KPA, HPA, scheduled‑HPA, event‑gateway and custom plugins, with practical examples.

AutoscalingCloud NativeGray Deployment
0 likes · 10 min read
How Knative Enables Traffic‑Based Autoscaling and Gray Deployments
Architecture Digest
Architecture Digest
Apr 3, 2021 · Backend Development

Evolution of Software Architecture: Monolithic, Distributed, Microservices, and Serverless

The article explains the progression of software architecture from simple monolithic designs through distributed applications and microservices to modern serverless solutions, outlining each model's structure, advantages, disadvantages, and impact on development and operations for software engineers.

distributed systemsmonolithicserverless
0 likes · 11 min read
Evolution of Software Architecture: Monolithic, Distributed, Microservices, and Serverless
Alibaba Cloud Native
Alibaba Cloud Native
Apr 1, 2021 · Cloud Native

Why Observability Is the Next Frontier for Serverless Computing

The article explains how Serverless is becoming the default cloud programming model, outlines the observability challenges it introduces, and details Alibaba Cloud Function Compute's evolution from basic logging to a comprehensive, open‑source‑compatible monitoring platform.

APMCloud NativeFunction Compute
0 likes · 12 min read
Why Observability Is the Next Frontier for Serverless Computing
UCloud Tech
UCloud Tech
Apr 1, 2021 · Cloud Native

How Serverless Containers Achieve Service Discovery Without kube-proxy Using eBPF

This article explains how UCloud's Serverless container product Cube integrates Virtual Kubelet with Kubernetes, why kube-proxy is unsuitable for lightweight serverless VMs, and how an eBPF‑based Rust proxy (cproxy) provides efficient service discovery and superior performance across different service scales.

Cloud NativeKubernetescproxy
0 likes · 9 min read
How Serverless Containers Achieve Service Discovery Without kube-proxy Using eBPF
Tencent Cloud Developer
Tencent Cloud Developer
Mar 29, 2021 · Cloud Native

How Tencent Cloud’s Native Data Lake Redefines Big Data Analytics

This article examines the evolution of data lakes, outlines the challenges enterprises face with massive, heterogeneous data, and details Tencent Cloud’s native data lake architecture and its serverless Data Lake Compute service, highlighting performance, cost‑efficiency, and future development directions.

Cloud NativeData LakeTencent Cloud
0 likes · 10 min read
How Tencent Cloud’s Native Data Lake Redefines Big Data Analytics
Alibaba Cloud Native
Alibaba Cloud Native
Mar 27, 2021 · Cloud Native

Why Knative? Simplifying Serverless on Kubernetes with ASK Integration

This article explains why Knative is needed to simplify Kubernetes‑based serverless workloads, describes its core modules and traffic‑based gray release capabilities, and shows how Alibaba Cloud's ASK platform integrates with Knative to reduce operational complexity, improve elasticity, and lower costs.

ASKCloud NativeElastic Scaling
0 likes · 10 min read
Why Knative? Simplifying Serverless on Kubernetes with ASK Integration
21CTO
21CTO
Mar 20, 2021 · Cloud Native

How Knative Enables Low‑Code Serverless Workflows for Complex Business Logic

This article explores the evolution of microservices, the challenges they introduce, and how Knative’s Cloud‑Native serverless framework—through its Build, Serving, and Eventing modules—can be leveraged to create a low‑code, production‑grade workflow platform that simplifies complex business logic while reducing development overhead.

KnativeKuberneteseventing
0 likes · 14 min read
How Knative Enables Low‑Code Serverless Workflows for Complex Business Logic
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 19, 2021 · Cloud Native

Building a Serverless Workflow Platform with Knative: Architecture and Implementation

The article describes how the team built a production‑grade serverless workflow platform on Knative by creating four modules—a dashboard, API, operator, and syncer—that generate Kubernetes resources, automate CI/CD, monitor via Prometheus, and aim to cut boilerplate while supporting future extensions such as richer constructs, multi‑language support, and synchronous invocations.

Cloud NativeKnativeKubernetes
0 likes · 12 min read
Building a Serverless Workflow Platform with Knative: Architecture and Implementation
21CTO
21CTO
Mar 13, 2021 · Cloud Native

Why Quarkus Is the Ideal Cloud‑Native Java Framework for Kubernetes

Quarkus is an open‑source, lightweight Java framework optimized for Kubernetes and serverless environments, offering fast startup, low memory usage, native compilation via GraalVM, reactive and imperative programming models, and seamless integration with Red Hat OpenShift, making it a compelling choice for modern cloud‑native development.

KubernetesOpenShiftQuarkus
0 likes · 7 min read
Why Quarkus Is the Ideal Cloud‑Native Java Framework for Kubernetes
Alibaba Terminal Technology
Alibaba Terminal Technology
Mar 12, 2021 · Cloud Native

How Alinode Boosts Node.js Observability & Scheduling in Serverless Cloud Native Era

This article outlines how Alinode has evolved from a Node.js performance diagnostic tool into a comprehensive observability and scheduling platform for serverless environments, detailing its Insight monitoring features, remote debugging, crash analysis, standardization efforts, and runtime optimizations that improve cost and performance.

AlinodeCloud NativeNode.js
0 likes · 12 min read
How Alinode Boosts Node.js Observability & Scheduling in Serverless Cloud Native Era
Programmer DD
Programmer DD
Feb 22, 2021 · Cloud Computing

How a Small Startup’s Cloud Run Misstep Led to a $72,000 Bill – Lessons Learned

A U.S. startup’s attempt to use Cloud Run and Firebase for an AI‑driven alert service spiraled into a $72,000 cloud bill due to automatic upgrades, delayed billing, and unbounded POST requests, highlighting the dangers of unchecked serverless deployments and the importance of rigorous cost monitoring.

Cloud RunCost ManagementGoogle Cloud
0 likes · 8 min read
How a Small Startup’s Cloud Run Misstep Led to a $72,000 Bill – Lessons Learned