Articles
Read like it's a magazine, retain like it's an interview.
- CSSeasy4 min read
How to Talk About CSS Specificity Without Tears
A 4-minute mental model for CSS specificity that works in interviews and in real codebases. Covers the (a,b,c) tuple, :is(), !important, and the four rules that decide every cascade.
- JavaScriptmedium7 min read
What the Event Loop Actually Means in an Interview
Forget the diagrams. Here's the mental model frontend interviewers at Google, Meta, and Amazon are listening for when they ask about the JavaScript event loop.