Tagged articles
4 articles
Page 1 of 1
Sohu Tech Products
Sohu Tech Products
Mar 19, 2026 · Frontend Development

How Void Turns Vite Projects into One‑Click Cloud Deployments

Void is a Vite‑native deployment platform that lets developers enable a plugin, run a single command, and automatically provision Cloudflare Edge, databases, storage, authentication, queues, and AI services, bridging the gap between local development and production with end‑to‑end type safety.

CLICloudflareFull‑stack
0 likes · 9 min read
How Void Turns Vite Projects into One‑Click Cloud Deployments
Node.js Tech Stack
Node.js Tech Stack
Mar 15, 2026 · Frontend Development

Evan You’s Void: Can Vite Finally Match Next.js + Vercel’s Full‑Stack Flow?

Evan You unveiled Void, a Cloudflare‑backed deployment platform and full‑stack SDK built as a Vite plugin, aiming to give Vite‑based projects the seamless development‑to‑deployment experience of Next.js + Vercel, while remaining framework‑agnostic but tightly coupled to Cloudflare, raising questions about lock‑in and ecosystem maturity.

CloudflareFrontend EcosystemFull‑Stack Deployment
0 likes · 10 min read
Evan You’s Void: Can Vite Finally Match Next.js + Vercel’s Full‑Stack Flow?
Liangxu Linux
Liangxu Linux
Sep 14, 2025 · Fundamentals

Why C’s void* Pointer Is the Secret to Generic Programming

The article explains how C’s strong type system limits flexibility, how the void* pointer serves as a universal type enabling generic programming, with examples like qsort, malloc, memcpy, and pthread_create, while also discussing the trade‑offs such as loss of type safety and readability.

Type SafetyVoidc++
0 likes · 6 min read
Why C’s void* Pointer Is the Secret to Generic Programming