← Graph

Tests and Deployment in Under One Second

takeaway 1 connections

Stephen Margheim's stated bar for Yippee and modern developer experience: an application suite of 10,000 tests (unit, system, browser) should run in ≤1 second (ideally 100 ms), application boot should take single-digit milliseconds regardless of size, and deployments should be sub-second. Achieved through saturating all cores with quickdraw, per-thread in-memory SQLite databases cloned from a single-fixture-step template, Phlex test-mode AST shortcuts, a Zig-based headless browser for system tests, and isolated deployment types that don't rebuild Docker images on every character change. Even runs CI locally from the laptop before deploying as an aspirational end-goal.

type
recommendation
takeaway Tests and Deployment in Under One Second
from_talk
Aspirational bar stated on stage for Yippee's developer experience.

Provenance

Read by
3 extractions