Short practical notes on everyday web development — each one short enough to read with coffee, specific enough to use the same afternoon.
- Understanding Unicode in JavaScript
Escape sequences, normalization forms, and why two "identical" strings can compare unequal.
- Array methods cheat sheet
map, filter, reduce and friends — one-line semantics for each, with a decision table.