Archive

Page 2 of 12

Yarn

Listed inYarnPackage Managerson

Berry versus classic, Plug’n’Play, and what migrating an existing repo actually involves.

Intermediate6 minDraft
#tooling
#dependencies

single-spa documentation

Listed insingle-spaMicrofrontendson

The lifecycle contract every child application implements, plus the routing layer that mounts and unmounts them.

External
single-spa · single-spa.js.org
#microfrontends
#routing

Apollo

Listed inApolloGraphQLon

The normalized cache, cache policies, and optimistic updates that behave under concurrency.

Intermediate8 minDraft
#graphql
#data

Why Vite

Listed inViteBuild Toolson

The design rationale: native ESM in development, a bundled production build, and why the two differ on purpose.

External
Vite · vite.dev
#tooling
#bundlers

Parcel

Listed inParcelBuild Toolson

Zero-config bundling with automatic transforms — where that helps and where it hides too much.

Beginner5 minDraft
#tooling
#bundlers

The TypeScript handbook

Listed inTypeScriptType Checkerson

The official tour of the type system — worth reading once end to end rather than in search-result fragments.

External
TypeScript · typescriptlang.org
#typescript
#reference

Import maps

Listed inImport MapsMicrofrontendson

MDN on `<script type="importmap">` — bare specifier resolution in the browser, with no build step involved.

External
MDN · developer.mozilla.org
#microfrontends
#modules

Building effective agents

Listed inAgentsBuilding AI Featureson

Anthropic on the difference between workflows and agents, five composable patterns, and why most teams should start with the simplest thing that works.

External
Anthropic · anthropic.com
#ai
#agents

Skills

Listed inSkillsAI-Assisted Developmenton

Packaging repeatable project knowledge so an agent follows your conventions instead of guessing.

Intermediate6 minDraft
#ai
#agents

Intl

Listed inThe Intl APIInternationalizationon

The built-in internationalization API: dates, numbers, currency, lists, plural rules, and collation.

External
MDN · developer.mozilla.org
#i18n
#web-apis

The Event Loop

Listed inThe Event LoopJavaScripton

Tasks, microtasks, rendering, and why a single long function freezes the whole page.

Intermediate8 minDraft
#javascript
#runtime

tRPC

Listed intRPCAPIs and Contractson

Typed procedure calls between a TypeScript client and server, with the types flowing through by inference.

External
tRPC · trpc.io
#api
#typescript

Signals

Listed inSignalsState Managementon

Fine-grained reactivity that updates the DOM directly, without re-running the component that declared it.

Intermediate7 minDraft
#state
#reactivity