Tagged articles
4 articles
Page 1 of 1
Node.js Tech Stack
Node.js Tech Stack
Feb 27, 2026 · Industry Insights

Vercel Uncovers 7 Vulnerabilities in Cloudflare’s New Framework and Publishes a Migration Guide

Vercel’s CEO announced the discovery of seven security flaws in Cloudflare’s AI‑generated vinext framework and simultaneously released a detailed guide for migrating applications from Cloudflare Workers to Vercel, highlighting performance claims, migration steps, and the broader competitive context.

CloudflareFunctionsMigration
0 likes · 8 min read
Vercel Uncovers 7 Vulnerabilities in Cloudflare’s New Framework and Publishes a Migration Guide
Architects Research Society
Architects Research Society
Dec 13, 2020 · Backend Development

Understanding Ballerina’s Native Data Types, Parallel Processing, and Development Tools

This article introduces Ballerina’s unique language features, including native XML/JSON data types, datatable handling, inline definitions, parallel processing with workers and fork‑join, and the comprehensive development toolset such as Composer, Testerina, connectors, and editor plugins, illustrating code examples throughout.

Backend DevelopmentBallerinaFork-Join
0 likes · 11 min read
Understanding Ballerina’s Native Data Types, Parallel Processing, and Development Tools
Ctrip Technology
Ctrip Technology
Mar 5, 2020 · Fundamentals

Understanding Kotlin/Native Asynchronous Concurrency: Workers, Object Subgraphs, and Multithreaded Coroutines

This article explores Kotlin/Native's asynchronous concurrency model, detailing the three native approaches—OS‑level threads, Kotlin/Native coroutines, and Workers with object subgraphs—while also examining the preview multithreaded coroutine support, transfer modes, annotations, and practical code examples.

Workersmultithreadingmutex
0 likes · 24 min read
Understanding Kotlin/Native Asynchronous Concurrency: Workers, Object Subgraphs, and Multithreaded Coroutines