Articles
Articles
Notes on frontend fundamentals, written for developers starting out.
var, let, const and Scope: What Actually Changes
A clear explanation of the differences between var, let and const in JavaScript, and what 'scope' really means for beginners.
September 5, 20263 min readFlexbox vs Grid: How to Choose (With Examples)
A practical guide to deciding between CSS Flexbox and Grid, with side-by-side examples of the layouts each one solves best.
September 4, 20263 min readSemantic HTML: Why <div> Isn't Always the Answer
Learn what semantic HTML actually means, why it matters for accessibility and SEO, and which tags to reach for instead of another <div>.
September 3, 20263 min read