Words that would otherwise be coming out of my mouth

Subscribe via RSS
  1. 04 Jan, 2022

    The CSS :has() selector is way more than a “Parent Selector” – Bram.us

    :has() looks really cool, and I can see this being really helpful for a design system’s more composable components. Source: The CSS :has() selector is way more than a “Parent Selector” – Bram.us

  2. 04 Jan, 2022

    The Denialist Playbook – Scientific American

    In brief, the six principal plays in the denialist playbook are: Doubt the Science Question Scientists’ Motives and Integrity Magnify Disagreements among Scientists and Cite Gadflies as Authorities Exaggerate Potential Harm Appeal to Personal Freedom Reject Whatever Would Repudiate A […]

  3. 03 Jan, 2022

    A Small Guide for Naming Stuff in Front-end Code – Frank M Taylor

    This post is a fantastic breakdown of naming things in front-end code. Many of the specifics he outlines are things we adhere to in our own work, but ultimately any one of these conventions can be handled differently. With that […]

  4. 03 Jan, 2022

    2021

    There’s no doubt about it: 2021 was unquestionably better than the nightmare that was 2020. Of course, we’re still in the midst of a global pandemic that continues to throw a wrench into any attempt at living a normal life, […]

  5. 22 Dec, 2021

    Defensive CSS – Ahmad Shadeed

    Defensive CSS by Ahmad Shadeed does a great job breaking down a lot of common (and not so common!) CSS issues when working with dynamic content. Super helpful for people building design systems. I’m happy to report we put most […]

  6. 07 Dec, 2021

    How to Care Less About Work

    This article is a fantastic reminder to live our whole lives, not just our work lives. So ask yourself this: Who would you be if work was no longer the axis of your life? How would your relationship with your close friends […]

  7. 15 Nov, 2021

    Design Systems are for user interfaces

    We often talk about design systems as singular entities. “The design system saves time and increases quality.” “Oh, the design system provides that.” “Update to the latest version of the design system.” The reality is that a design system is […]

  8. 12 Nov, 2021

    Why you should invest in your mental health as a designer – Design To Be Conversation

    I had the privilege to speak with Rachel Weissman on the Design To Be Conversation podcast about mental health. I shared my family’s own recent experience with mental health issues and talked about mental health issues facing the design/tech industry […]

  9. 02 Nov, 2021

    The Value of Design Systems Study: Developer Efficiency and Design Consistency

    Using a design system made a simple form page 47% faster to develop versus coding it from scratch. It’s super tricky to measure the value of a design system, so the folks at Sparkbox had a great idea. They raced […]

  10. 26 Oct, 2021

    Project Healthy Minds’ Guide for Healthy Minds

    Back in March, I shared that I started volunteering with an organization called Project Healthy Minds. PHM’s mission is three-fold: End the stigma around mental illness Get people access to mental health care Make mental health care an integral part […]

  11. 20 Oct, 2021

    “Dark Mode” vs “Inverted”

    One thing we run into a fair amount in our design system work is the need to clarify the difference between “dark mode” and “components rendered on a dark background”. What is actual dark mode? prefers-color-scheme is a CSS media […]

  12. 19 Oct, 2021

    HTML with Superpowers – daverupert.com

    Here’s a great talk about web components from Dave. We’ve been building a lot of web component-based design systems with our clients, and I’m bullish about their future. I think if you were using Web Components before 2020 you were […]

  13. 20 Sep, 2021

    A Definitely Real-Life Front-Interview Experience – YouTube

    This is phenomenal.

  14. 13 Sep, 2021

    BDConf & Mobilewood: 10-years later

    Subtitle: How a Wisconsin-based wastewater management magazine forever changed the trajectory of my life. In early 2010, I was hired as a “mobile web developer” at R/GA at a time when the iPhone 3GS was brand new, Android was still […]

  15. 10 Sep, 2021

    Making world-class docs takes effort

    Your docs belong in the code repository It needs to be next to the code so that authors and contributors can update/read the docs while working on the code or docs. Providing it in a separate repository or otherwise separated […]

  16. 10 Sep, 2021

    I completely ignored the front end development scene for 6 months. It was fine

    Fantastic read from Rachel that you can take time off — even extended time off — from the fast-moving frontend landscape and still come back and be alright. Source: I completely ignored the front end development scene for 6 months. […]

  17. 17 Jul, 2021

    gridless.design

    Holy shit this is absolutely fantastic. One of the most frequent, confusing conversations w/ designers is “No, the pink lines that overlay design comps aren’t all that helpful for how things actually work in the browser.” Grid and layout might […]

  18. 17 Jul, 2021

    On the Phenomenon of Bullshit Jobs

    in our society, there seems a general rule that, the more obviously one’s work benefits other people, the less one is likely to be paid for it Source: STRIKE! Magazine – On the Phenomenon of Bullshit Jobs

  19. 05 Jul, 2021

    Conan O’Brien on His Late-Night Legacy and Future

    I love making stuff. I’m always going to want to make stuff. Long after anyone wants to see my stuff, I’ll want to make stuff. Source: Conan O’Brien on His Late-Night Legacy and Future

  20. 05 Jul, 2021

    Container Queries in Web Components | Max Böck

    What an amazing demo. Source: Container Queries in Web Components | Max Böck