Glossary · term45 of 202
cold start
The delay a serverless platform adds when a request lands on an instance that has not run recently and the runtime must boot before any code executes.
also written as cold starts
Related terms
edge functionCode that runs in a CDN location near the visitor instead of a single origin region. Requests skip the long round trip, so latency drops without any caching.view termwsl --shutdownA PowerShell command that fully stops the WSL2 virtual machine and every running distro inside it, required before configuration file edits take effect.view term
At a glance
- cited by
- 5 posts
- categories
- 4
- first used
- apr 2026
30 tips and tricks with Claude Code CLI on WSLClaude Code on WSL returns fewer search matches than exist when a repo sits on /mnt/c. A 2,000-file benchmark, plus 30 fixes for the WSL boundary.
Vercel's scriptc Compiles TypeScript to Native Binaries Without a Runtimescriptc compiles TypeScript to 200KB native binaries with no JavaScript engine. What works, what falls back to quickjs-ng, and what npm deps mean for you.
Why Astro, Cloudflare Workers, and Claude Code Fast Track ProductionAstro Cloudflare Workers stack ships 90% less JavaScript, starts in under 5ms, and runs workerd in dev. The migration gotchas nobody covers, solved.
Build a CLI Tool With Bun in 20 MinutesBuild a CLI tool with Bun from scratch: argument parsing, colored output, and compilation to a standalone binary. Zero config, real runnable code, one file.
Bun Is Taking Over JavaScript (Here's How to Start)The Bun JavaScript runtime replaces Node, npm, Jest, and tsc in one binary. Honest benchmarks, migration gotchas, and a 5-minute getting-started tutorial.