
8 min read
Edge Functions and Rendering: A 2026 Guide
Edge functions vs. regional serverless functions compared: the real latency win, the data-locality trap, streaming SSR at the edge, and a 2026 decision table.
Tag

Edge functions vs. regional serverless functions compared: the real latency win, the data-locality trap, streaming SSR at the edge, and a 2026 decision table.

TypeScript 7 rewrites the whole compiler in Go for a ~10x speedup with the same type system. Project Corsa, RC status, and a safe way to adopt it today.

A runtime shootout for running LLMs on your own hardware: Ollama for desktop dev, vLLM for high-throughput GPU serving, llama.cpp for portable quantized inference.

Database indexing explained with real PostgreSQL 18 examples: how B-trees work, EXPLAIN ANALYZE proof, index types compared, and how skip scan changes the leftmost-prefix rule.