Eleventy
Listed inEleventyStatic Site Generatorson
A small, template-agnostic generator that stays out of the way of plain HTML.
Page 10 of 12
Listed inEleventyStatic Site Generatorson
A small, template-agnostic generator that stays out of the way of plain HTML.
Listed inBrowsers and How They WorkInterneton
Parsing, the render tree, layout, paint, and composite — why some CSS changes are free and others cost a frame.
Listed inLearn a FrameworkPick a Frameworkon
What the choice actually turns on — hiring, ecosystem, rendering model — and what it does not.
Listed inCSS FrameworksWriting CSSon
Utility-first, component libraries, and CSS-in-JS — what each one costs at build time and at runtime.
Listed inWorkspacesMonorepos and Scaleon
npm, pnpm, and Yarn workspaces — linking local packages without publishing anything.
Listed inCore Web VitalsPerformanceon
LCP, INP, and CLS — what each one measures, and the fix that usually moves it.
Listed inRefactoringAI-Assisted Developmenton
Mechanical, wide-reaching changes are the best fit — with tests as the thing that makes it safe.
Listed inPrototypes and ClassesJavaScripton
The prototype chain, `this` binding, and what `class` is actually sugar for.
Listed inState MachinesState Managementon
Modelling impossible states out of existence with explicit transitions instead of five loose booleans.
Listed inRTL and Bidirectional TextInternationalizationon
Logical properties, mirroring, and why every `margin-left` is a latent bug in Arabic and Hebrew.
Listed inMicrofrontend ArchitectureMicrofrontendson
What the pattern actually buys — independent deploys per team — and the coordination costs that make it the wrong default.
Listed inElectronMobile and Desktop Appson
Chromium plus Node, the main/renderer split, and the security settings you must not leave at default.
Listed inAccessibilityHTMLon
Keyboard order, focus management, names and roles, and contrast — the four that catch most real defects.
Listed inTanStack StartPick a Frameworkon
Type-safe routing, server functions, and streaming on top of the TanStack Router core.
Listed inWeb Animations APIAnimation and Motionon
Imperative control over the same engine CSS animations use: play, seek, reverse, and compose.
Listed inClient LoggingObservabilityon
What is worth sending, how much to sample, and keeping personal data out of the payload.
Listed inStreamed ResponsesBuilding AI Featureson
Rendering tokens as they arrive over SSE — backpressure, cancellation, and partial markdown.
Listed inGitVersion Control Systemson
Commits, branches, rebase versus merge, and the three or four recovery commands worth memorising.
Listed inTanStack QueryData Fetching and Cachingon
Caching, deduplication, and background refetching — the stale-while-revalidate model most apps actually want.