Reducing Lambda cold starts from 3 seconds to 200ms
How we reduced our serverless cold start times from 3 seconds to under 200ms by optimizing Lambda functions. The cold start problem AWS Lambda …
All blog posts organized by year
How we reduced our serverless cold start times from 3 seconds to under 200ms by optimizing Lambda functions. The cold start problem AWS Lambda …
Building a real-time collaborative code editor with WebSockets, operational transformation, and presence awareness. Why real-time collaboration? …
How we built a Google Sheets alternative using conflict-free replicated data types for seamless collaboration. The challenge When multiple users edit …
How we built a multiplayer game server handling 10,000+ concurrent connections with sub-20ms latency. Why Rust for game servers? Traditional game …
How we deployed a 10MB image classification model that runs entirely in the browser using TensorFlow.js and WebAssembly. Why run ML in the browser? …