TypeScript Type System: Deep Cuts
Narrowing you can trust, the any/unknown/never/void lattice, structural-typing surprises, and literal widening with as const & satisfies. Every explanation compiles the snippet...
Browse the public Catalog and filter quizzes by Tag.
Narrowing you can trust, the any/unknown/never/void lattice, structural-typing surprises, and literal widening with as const & satisfies. Every explanation compiles the snippet...
LIFO and FIFO made concrete in the interfaces you build every day: undo/redo as two mirrored stacks, the classic bug where a fresh edit must clear the redo stack, the browser's...
Sixty-four questions on the units we measure the world with — and the famous mistakes people make about them. Six parts: cosmic distances (why a light-year is a distance and...
When real-time delivery goes peer-to-peer: how WebRTC data channels differ from WebSockets — SCTP-over-DTLS-over-UDP transport, configurable reliability and ordering, signaling...
Below the handshake lies the WebSocket wire format (RFC 6455): the frame header, opcodes, mandatory client masking and why it exists, payload-length encoding, fragmentation,...
A beginner-friendly structural engineering Quiz about forces, load paths, and design trade-offs. It focuses on mental models: how bridges, towers, arches, floors, columns, and...
The gap in the sidewalk, the little holes along the bottom of a brick wall, the groove under a window ledge: buildings are covered in details that look like sloppiness and are...