Frontend Inbox

Archive

Page 3 of 12

Turborepo

Listed inTurborepoMonorepos and Scaleon

Task pipelines and content-addressed caching, local and remote, so CI stops rebuilding unchanged packages.

External
Turborepo · turborepo.com
#monorepo
#ci

Solid JS

Listed inSolid JSPick a Frameworkon

JSX with fine-grained signals and no virtual DOM — components run once, effects do the rest.

Intermediate7 minDraft
#solid
#frameworks

Testing Strategy

Listed inTesting StrategyTestingon

Unit, component, and end-to-end — what each layer is for, and the ratio that survives a growing team.

Intermediate8 minDraft
#testing
#practices

Source Maps

Listed inSource MapsObservabilityon

Readable production stack traces without serving your original source to everyone who opens DevTools.

Intermediate6 minDraft
#reliability
#tooling

Antigravity

Listed inAntigravityAI Coding Toolson

Google’s agent-first IDE, built around delegating whole tasks rather than completing lines.

Beginner4 minDraft
#ai
#editors

Web Workers

Listed inWeb WorkersWeb APIson

Moving expensive work off the main thread, the structured-clone boundary, and what workers cannot touch.

Advanced8 minDraft
#web-apis
#performance

Prettier

Listed inPrettierBuild Toolson

Opinionated formatting, the handful of options worth setting, and wiring it so nobody thinks about it.

Beginner4 minDraft
#tooling
#quality

Cloudflare

Listed inCloudflareDeploymenton

Pages and Workers on a global edge runtime, and where the Workers runtime is not Node.

Intermediate7 minDraft
#deployment
#edge

CSS Grid

Listed inCSS GridCSSon

Two-dimensional layout with explicit tracks, named areas, and the `minmax`/`auto-fit` pattern for responsive columns.

Intermediate9 minDraft
#css
#layout