Quizzes

Browse the public Catalog and filter quizzes by Tag.

Filter by tags
/
20 questions

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...

typescript
javascript
10 questions

Undo, Redo, and Back: Stacks and Queues in the UI

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...

data-structures
frontend
javascript
11 questions

WebSocket Frames: Opcodes, Masking & Close Codes

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,...

websockets
networking
real-time
19 questions

Why Buildings Don't Fall Down

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...

science
everyday-life
29 questions

Why That Building Looks Like That

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...

engineering
architecture
materials
everyday-life
science