Topic
Tagged “TypeScript”
5 pieces
All topics
- Project2026 · web-appBloomprintTurns yard inspiration into a buildable plan — what to buy, how much, what tools, in what order, and what can go wrong. Landscaping a yard is overwhelming: an inspiration photo says nothing about materials, quantities, tools, sequencing, o…
- Project2024 · web-appUI StudioA real-time collaborative design canvas where multiple people sketch, arrange, and edit the same board at once. Design tools tend to be either single-player or heavyweight. UI Studio explores how light a shared canvas can feel while still …
- Project2024 · web-appM4rkdownAn offline-first markdown editor with realtime collaboration, PWA install, and a multiplayer typing arena. Most markdown editors assume a connection and a single writer. M4rkdown asks what an editor feels like when it works offline first a…
- ResourceReferenceTypeScript HandbookThe canonical TypeScript tour — types, generics, narrowing, modules. Cheaper than asking the compiler what `as const` actually means.
- ResourceToolJSON → TypeScriptGenerate a TypeScript interface from any JSON sample. Arrays merge to union members; nested objects get their own types. Bootstrapping types from an unfamiliar API response is the most repeated task in any new integration.