Tagged articles
20 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 21, 2024 · Backend Development

Deploying Functions with Spring Cloud Function: A Hands‑On Guide

This tutorial walks through using Spring Cloud Function to deploy JAR‑based functions with independent classloaders, covering dependency setup, simple and Spring Boot JAR examples, command‑line configuration, multiple function handling, and component‑scan alternatives, all illustrated with code snippets and console screenshots.

Function as a Servicespring-cloud-function
0 likes · 7 min read
Deploying Functions with Spring Cloud Function: A Hands‑On Guide
ByteFE
ByteFE
Jul 12, 2023 · Cloud Native

Design and Implementation of ByteFaaS Worker: A Lightweight WebAssembly‑Based Serverless Solution

ByteFaaS, ByteDance’s internal function compute platform, leverages WebAssembly to create a lightweight, cloud‑edge integrated serverless solution called ByteFaaS Worker, detailing classic versus lightweight FaaS, the WebAssembly runtime, simplified architecture, traffic scheduling, edge support, developer SDKs, and performance benefits.

Cloud NativeEdge ComputingFunction as a Service
0 likes · 28 min read
Design and Implementation of ByteFaaS Worker: A Lightweight WebAssembly‑Based Serverless Solution
Alibaba Terminal Technology
Alibaba Terminal Technology
Jun 15, 2022 · Frontend Development

How Serverless and BFF Transform Frontend Development at Ant Group

This article explores Ant Group's front‑end R&D system, the challenges of large‑scale financial applications, and how a serverless, low‑code platform with BFF, function‑level deployment, and documentation‑as‑code practices can boost efficiency, safety, and scalability.

BFFFunction as a ServiceLow‑code platform
0 likes · 10 min read
How Serverless and BFF Transform Frontend Development at Ant Group
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 14, 2022 · Cloud Native

Unlock Serverless Power with Spring Cloud Function: A Hands‑On Guide

Spring Cloud Function abstracts infrastructure to let developers write business logic as reusable functions, deployable as web endpoints, stream processors, or serverless tasks across providers, with examples showing HTTP, RabbitMQ/Kafka integration, code snippets, and endpoint mappings for various function types.

Function as a ServiceJavaServerless
0 likes · 7 min read
Unlock Serverless Power with Spring Cloud Function: A Hands‑On Guide
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.

Function as a ServiceInfrastructure EvolutionServerless
0 likes · 9 min read
From LAN to Serverless: The Evolution of IT Infrastructure and Cloud Computing
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
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 NativeFunction as a ServiceKubernetes
0 likes · 30 min read
Meituan Serverless Platform: Architecture, Practices, and Optimization
High Availability Architecture
High Availability Architecture
Jan 11, 2021 · Cloud Computing

Insights on Serverless: Challenges, Opportunities, and Real‑World Adoption

The article presents an in‑depth interview with Alibaba Cloud Serverless leader Bu Chen, discussing the evolution, technical challenges, performance requirements, functional needs, and real‑world use cases of Serverless computing, while outlining Alibaba Cloud's vision to make Serverless the essential, user‑centric cloud infrastructure.

Alibaba CloudFunction as a ServiceServerless
0 likes · 14 min read
Insights on Serverless: Challenges, Opportunities, and Real‑World Adoption
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 31, 2020 · Cloud Native

How Ant Group Turned BFF Architecture into Serverless Frontend with SFF

The talk explains how Ant Group’s internal Node.js framework Chair evolved from a heavyweight BFF layer into a lightweight serverless‑for‑frontend (SFF) platform, detailing the challenges of BFF ops, the SFF function model, high‑density deployment, two‑layer scheduling, and the resulting gains in developer productivity and resource efficiency.

Cloud NativeFunction as a ServiceHigh Density Deployment
0 likes · 26 min read
How Ant Group Turned BFF Architecture into Serverless Frontend with SFF
Amap Tech
Amap Tech
Nov 26, 2020 · Cloud Computing

Gaode Maps' Large‑Scale Serverless Deployment for the 2020 Golden Week Travel Festival

During the 2020 Golden Week travel festival, Gaode Maps deployed a large‑scale serverless architecture using Alibaba Cloud Function Compute to power its core map, route‑planning and navigation services, handling over 100 million users with sub‑60 ms response times, 99.99% success, and dramatically improving development speed, elasticity, cost efficiency and observability.

Function as a ServiceGaode MapsScalability
0 likes · 7 min read
Gaode Maps' Large‑Scale Serverless Deployment for the 2020 Golden Week Travel Festival
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
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
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
58 Tech
58 Tech
Jul 11, 2019 · Cloud Computing

Overview of the 58 Faas Function Compute Cloud Platform and Its Core Working Principles

This article introduces the 58 self‑developed Faas serverless function compute platform, explaining its background, key features, architecture components, function build and deployment processes, scaling mechanisms, and its role in enabling rapid development of mini‑program cloud solutions.

Function as a ServiceKubernetesServerless
0 likes · 13 min read
Overview of the 58 Faas Function Compute Cloud Platform and Its Core Working Principles
UCloud Tech
UCloud Tech
Sep 11, 2017 · Operations

How Container and Serverless Architecture Transform Modern Operations

The CNUTCon Global Operations Conference highlighted UCloud's container and Serverless practices, explaining the evolution from virtualization waste to function‑as‑a‑service, showcasing UCloud's universal compute platform and real‑world use cases such as image processing, gene data analysis, and OCR recognition.

ContainersFunction as a ServiceOperations
0 likes · 5 min read
How Container and Serverless Architecture Transform Modern Operations