Milica Mihajlija from web.dev wrote an excellent article on how to use async,defer, preconnect & dns-prefetch with script tags to establish early connections, implement lazy-loading & optimize you those scripts are served.
Web Development
You don’t always have to take a course when learning web development. Level up your development know-how with these web development blog articles.
Adding breadcrumbs to your Shopify templates is a cinch! Use this quick tip to create customizable breadcrumbs on your Shopify site.
Screen readers read pseudo elements, using bullets will cause them to read: “Pizza MIDDLE DOT Döner MIDDLE DOT Kaffee”. Not good. Let’s try to fix it
Wondering how to style an active Shopify menu link? Styling Shopify active links with the link.active property with a linklist is a cinch.
CSS generated content can have unintended side-consequences. As Andy Clarke discovered recently, data- attributes he used as a way to transfer content into CSS for visual purposes are not translated using built-in browser functionality.