Super agree! There was a transition to get here and we have to transition away from it. We can't expect everybody to jump on board, especially when jumping on board means becoming an advocate for your whole team to have to relearn everything they know. We have to get real learning material out there (beyond just basic tutorials, like you say) and help these devs learn the patterns they need to transition their teams toward progressive enhancement.
Posts Tagged with 'webdev'
Creating high-quality, polished web animations is both a science and an art. This post covers the best things I've learned over the last decade of crafting web UIs.
With the news that CSS Container Queries have shipped in nearly all stable, modern browsers, it’s time to revisit responsive images and ask how they fit in a container query world. Are we on the right path?
TL;DR: iOS' Web Push implementation kind of defeats a key point of the web.
Web development, especially what you can do with CSS, has become increasingly complex. With the added capabilities of CSS Grid, it is now possible to achieve layouts that look like they were laid out by hand. Let’s tackle a practical example of how to do something like that.
Website for Adam Argyle: Teacher, Speaker, CSSWG member, and creator of Open Props and VisBug.
2022 was a big year for Deno. Here are the biggest updates from the past year and what's coming up next.
A blog post by Patrick Brosset: Is the developer experience on the Web so terrible?
Tips, tricks and tutorials on the web’s most beautiful language.
How to create a tree view (collapsible list) using only HTML and CSS