frontend

  • Free avatars for web projects (also a #Figma plugin) https://alohe.github.io/avatars/ #webdev #frontend #design

  • "Rethinking Text Resizing on Web" https://medium.com/airbnb-engineering/rethinking-text-resizing-on-web-1047b12d2881 In-depth look at: – The problems encountered on mobile web when relying solely on browser zoom.– The challenges of introducing changes that would impact the workflow of all frontend engineers.– The benefits seen since launching these #accessibility improvements. #frontend #design #ux

  • Identifying #Font Subsetting Opportunities with Web Font Analyzer #frontend #webdev https://paulcalvano.com/2024-02-16-identifying-font-subsetting-opportunities/

  • What You Need to Know about Modern #CSS (Spring 2024 Edition) https://frontendmasters.com/blog/what-you-need-to-know-about-modern-css-spring-2024-edition/ “even if you know about this stuff, it takes time to build the muscle memory around it.” #frontend

  • Untitled post 59295

    CSS Text Box Trim examples. It's a #CSS property that allows you to remove the leading whitespace from a block of text. Useful for removing the space between the top of the text and the top of the container. #frontend

  • Interesting and simple way for #AI, wondering what they used. Seems to work pretty well in my tests. Generate #palettes from a text prompt: https://aicolors.co/ #frontend #CSS

  • Neat. Printing music with #CSS Grid. https://cruncher.ch/blog/printing-music-with-css-grid/ #music #frontend

  • #HTML attributes vs DOM properties #webdev #frontend https://jakearchibald.com/2024/attributes-vs-properties/

  • Masonry Layouts in #CSS https://www.csscade.com/masonry-layouts-in-css via @csscade #frontend

  • This is a pretty neat #CSS effect. "Blurry Text Reveal on Scroll" https://tympanus.net/codrops/2024/04/23/blurry-text-reveal-on-scroll/ #frontend

  • How to think about #html responsive images. #frontend https://danburzo.ro/responsive-images-html/

  • Untitled post 59186

    It's not easy being a young #frontend #developer on the dating scene. #memes #webdev

  • How to make an ineffective 404 page. https://ericwbailey.website/published/how-to-make-an-ineffective-404-page/ (mostly) a case against blindly trying to be "cute" with 404 error pages, but goes into more past just design. "The other thing is 404s can still be quirky!… Just make sure that their immediate needs are met before trying to get creative." #webdev #frontend #ux

  • Light/dark mode simplified by the #CSS light-dark() function https://pawelgrzybek.com/light-dark-mode-simplified-by-the-css-light-dark-function/ #frontend

  • 5 ways to style text with #CSS inspired by the Spider-verse https://blog.logrocket.com/5-ways-style-text-css-inspired-spider-verse/ #frontend #spiderman

  • Colorsinspo offers color palettes you can use directly by one click. #frontend #colors https://colorsinspo.com

  • A formula for responsive #font size #webdev #frontend https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/

  • Interesting experiment. "invertornot" is an #API that determines if an image should be inverted for optimal dark-mode rendering. https://invertornot.com/ https://github.com/mattismegevand/invertornot/ #webdev #frontend

  • Why I 🧡 the web: "Single Div" #CSS Drawing Experiment https://a.singlediv.com/ AMAZING what you can do with just CSS. It's these proof of concepts and experiments that made (and continue to make) the web fun for devs like me. More:https://github.com/lynnandtonic/a-single-div #frontend

  • A list of #design inspiration lists via @stefan #frontendhttps://www.stefanjudis.com/blog/design-inspiration-lists/

  • How web bloat impacts users with slow devices #webdev #frontend https://danluu.com/slow-device/

  • Learned a bit about the #HTML quote tag. I've barely used it so far in my development honestly. https://www.sarahgebauer.com/post/quotes/ #webdev #frontend

  • If you have a navbar fetish, then check out https://www.navbar.gallery/. #frontend #ui

  • "My talk on #CSS runtime performance" #frontend https://nolanlawson.com/2023/01/17/my-talk-on-css-runtime-performance/ "I just want web developers to consider the cost of CSS, and to get more comfortable with using the DevTools to understand which kinds of CSS patterns may be slowing down their website." via @nolan

  • The New #CSS Math: pow(), sqrt(), and exponential friends https://danielcwilson.com/posts/mathematicss-powers/ #frontend

  • #CSS has an infinity constant. Playing with Infinity in CSS: https://codersblock.com/blog/playing-with-infinity-in-css/ #frontend

  • #HTMX vs #React: A Complete Comparison https://semaphoreci.com/blog/htmx-react #JavaScript #frontend

  • Why you think your #CMS is bad — and why it might not be. https://webdesignernews.com/why-you-think-your-cms-is-bad-and-why-it-might-not-be/ "A brief history of getting content onto the web and why that matters for effective content management system design and implementation". #frontend

  • Untitled post 58864

    https://fffuel.co is a collection of color tools and #free #SVG generators for gradients, patterns, textures, shapes & backgrounds #design #frontend

  • Creating a #WebComponent from scratch via @cferdinandi https://gomakethings.com/lets-create-a-web-component-from-scratch/ #HTML #frontend