The OpenAPI Specification
Listed inOpenAPIAPIs and Contractson
The schema format most REST tooling reads — worth adopting mainly for the typed clients you get out of it.
Page 3 of 12
Listed inOpenAPIAPIs and Contractson
The schema format most REST tooling reads — worth adopting mainly for the typed clients you get out of it.
Listed inTurborepoMonorepos and Scaleon
Task pipelines and content-addressed caching, local and remote, so CI stops rebuilding unchanged packages.
Listed inMessage FormattingInternationalizationon
ICU syntax for plurals, gender, and interpolation — concatenating sentences does not survive translation.
Listed inFeature FlagsExperimentation and Analyticson
Pete Hodgson’s taxonomy — release, experiment, ops, and permission toggles — and the very different lifespans each has.
Listed inCustom ElementsWeb Componentson
Defining real elements, their lifecycle callbacks, and attribute-to-property reflection.
Listed inIonicMobile and Desktop Appson
Web components in a native shell, with Capacitor for device APIs.
Listed inWriting Semantic HTMLHTMLon
Choosing the element that means what you mean, and what a page of nested divs costs you downstream.
Listed inSolid JSPick a Frameworkon
JSX with fine-grained signals and no virtual DOM — components run once, effects do the rest.
Listed inCSS AnimationsAnimation and Motionon
Keyframes, timing functions, and orchestrating a sequence with delay instead of JavaScript.
Listed inTesting StrategyTestingon
Unit, component, and end-to-end — what each layer is for, and the ratio that survives a growing team.
Listed inSource MapsObservabilityon
Readable production stack traces without serving your original source to everyone who opens DevTools.
Listed inAntigravityAI Coding Toolson
Google’s agent-first IDE, built around delegating whole tasks rather than completing lines.
Listed inWeb WorkersWeb APIson
Moving expensive work off the main thread, the structured-clone boundary, and what workers cannot touch.
Listed inVersioning and DeprecationAPIs and Contractson
Changing a contract without breaking clients you cannot redeploy — including the ones in someone else’s app.
Listed inPrettierBuild Toolson
Opinionated formatting, the handful of options worth setting, and wiring it so nobody thinks about it.
Listed inShared DependenciesMicrofrontendson
Version skew, singleton libraries that break when duplicated, and the payload you pay for twice.
Listed inCloudflareDeploymenton
Pages and Workers on a global edge runtime, and where the Workers runtime is not Node.
Listed inControlled and UncontrolledComponent Architectureon
Who owns the value, why switching between the two warns, and how to support both deliberately.
Listed inImage FormatsImages, Media and Fontson
AVIF, WebP, and JPEG — what to encode to, what to fall back to, and where the savings actually are.