Frontend Inbox

Archive

Page 9 of 12

Storage

Listed inStorageWeb APIson

localStorage, sessionStorage, IndexedDB, and cookies — quotas, synchrony, and what survives what.

Beginner7 minDraft
#web-apis
#storage

REST APIs

Listed inREST APIsAPIs and Contractson

Resources, verbs, and status codes — the conventions that make a client boring to write and easy to cache.

Beginner8 minDraft
#api
#http

Tauri

Listed inTauriMobile and Desktop Appson

The system webview with a Rust backend — much smaller binaries, and a per-platform rendering surface.

Advanced7 minDraft
#desktop

SEO Basics

Listed inSEO BasicsHTMLon

Titles, metadata, canonical URLs, structured data, and what crawlers do with a client-rendered page.

Beginner7 minDraft
#seo
#html

Playwright

Listed inPlaywrightTestingon

Cross-browser end-to-end testing with auto-waiting, tracing, and parallel workers.

Intermediate8 minDraft
#testing
#e2e

Alerting

Listed inAlertingObservabilityon

Thresholds worth waking someone for, as distinct from the dashboard nobody opens.

Advanced6 minDraft
#reliability
#process

Agents

Listed inAgentsBuilding AI Featureson

Tool-calling loops in a product surface: turn limits, confirmation steps, and showing the work.

Advanced9 minDraft
#ai
#agents

SWR

Listed inSWRData Fetching and Cachingon

A smaller take on the same idea, with a hook-first API and very little configuration.

Beginner5 minDraft
#data
#caching

Vite

Listed inViteBuild Toolson

Native ESM in dev, a bundled production build, and the plugin API most of the ecosystem targets.

Beginner8 minDraft
#tooling
#bundlers

Nuxt.js

Listed inNuxt.jsServer-Side Renderingon

Vue’s meta-framework: file routing, auto-imports, server routes, and hybrid rendering rules.

Intermediate8 minDraft
#vue
#ssr

Render

Listed inRenderDeploymenton

Static sites and long-running services side by side, with straightforward container builds.

Beginner4 minDraft
#deployment
#hosting

Kinds of State

Listed inKinds of StateState Managementon

Server, URL, form, and ephemeral UI state each want a different tool. Naming which one you have is most of the work.

Beginner7 minDraft
#state
#architecture