Web Content
8 items
Content Modeling
How to architect content models in a CMS -- content types, field selection, relations, performance pitfalls, complexity traps, and practical patterns.
Semantic HTML
What semantic HTML is, why it matters, and a practical reference for every relevant element -- document structure, text, lists, tables, forms, media, and interactive elements.
Web Performance
Core Web Vitals, Lighthouse, image and font optimization, caching strategies, code splitting, performance budgets, and common anti-patterns.
Build a Simple Blog Page
A super-beginner, start-to-finish tutorial for building a simple blog page using only HTML, CSS, and vanilla JavaScript -- with an optional section on adding Vite later.