Words that would otherwise be coming out of my mouth

Subscribe via RSS
  1. 03 Apr, 2022

    What Didn’t End Up in Jira

    This little diagram captures all the work that really goes into getting something done (often well before it’s actually captured in any formal way).

  2. 28 Feb, 2022

    Headless components in React and why I stopped using a UI library for our design system

    Love me a good pros/cons article. This post does a great job talking about React-based headless UI frameworks that provide functionality and accessibility controls, but don’t provide any default styling (a la Material Design or Bootstrap). We’ve used a few […]

  3. 22 Feb, 2022

    CSS { In Real Life } | A Blog Post About Blogging

    I find the best way to learn about a technical concept is by writing about it. Often I’ll refer back to a blog post I’ve written in the past, to refresh my memory. Sometimes the act of writing itself is […]

  4. 21 Feb, 2022

    Jacob Collier on writing interesting lyrics

    I’ve always hated writing lyrics, and felt everything I came up with was shallow, contrived, and s. In three and a half minutes, Jacob Collier provides a treasure trove of techniques for writing interesting lyrics. Watch it here.

  5. 16 Feb, 2022

    Working Better: Interview with web designer Brad Frost – Noisli

    Here’s a pretty candid interview I did about how I do a shit job of taking care of myself and my wellbeing. But I’m working on it! Ever feel like you wish you had more time in the day? Guess […]

  6. 14 Feb, 2022

    The Practical Guide to Naming Design Tokens | UX Collective

    This is a pretty great guide to naming design tokens and follows pretty closely how we structure our tokens.

  7. 08 Feb, 2022

    Eleventy + Lit

    This is close to exactly what I’ve been wanting: a way to use web components like <product-card heading=”Product Name” price=”$30.00″></product-card>and have that card render as regular ol’ HTML. a new plugin for Eleventy that renders your Lit components as static HTML during […]

  8. 06 Feb, 2022

    Pinball Map

    Pinball Map is a perfect example of the best qualities of the web. Crowd-sourced info on where to play pinball across the world.

  9. 06 Feb, 2022

    136 facts every web dev should know before they burn out and turn to landscape painting or nude modelling – Baldur Bjarnason

    This is really good and fun. Source: 136 facts every web dev should know before they burn out and turn to landscape painting or nude modelling – Baldur Bjarnason

  10. 06 Feb, 2022

    Structuring your Storybook

    Here’s the Storybook team with a post that breaks down how different teams organize and structure their Storybooks. This kind of analysis is great and demonstrates how you can slice things in many useful ways depending on the needs and […]

  11. 06 Feb, 2022

    How cheese, snails, Christianity, underwear, and eyeglasses all contributed to the rise of the modern book.

    Here’s a fun Twitter thread about how cheese, snails, Christianity, underwear, and eyeglasses all contributed to the rise of the modern book.

  12. 06 Feb, 2022

    Finding Common Patterns Across Frameworks – Ian Frost Weather

    Here’s a break down how we build components with similar conventions across many different frameworks, written by my brother Ian (@frostyweather). All of these frameworks can have similar component structure, component user APIs, properties, state management, methods/functions, lifecycles, and more. […]

  13. 04 Feb, 2022

    Design system versioning: single library or individual components?

    You can version a design system’s component library as a single package (e.g. Polaris v8.0), or you can version each component within the library as its own mini package (e.g. Atlaskit Badge v15.0.8) This post breaks down the pros and […]

  14. 28 Jan, 2022

    Creative Process Lessons from ‘Get Back’

    If you get a chance to watch Get Back, do it. It’s absolutely incredible. It’s as close as anyone’s going to get to being a fly on the wall and witnessing The Beatles’ creative process. Here’s a taste: The Beatles […]

  15. 27 Jan, 2022

    Learn Responsive Design

    Here’s Jeremy Keith and the Clearleft crew with a new course for web.dev: Learn Responsive Design

  16. 26 Jan, 2022

    Make Free Stuff | Max Böck

    This is a powerful and important read from Max Böck: He rightfully assesses the state of the landscape in its present form: This is the web as envisioned by late-stage capitalism: a giant freemium game where absolutely everyone and everything […]

  17. 21 Jan, 2022

    Atomic Design and Storybook

    I had the honor to be the first guest on Storybook‘s new Storytime show with the great Michael Chan (aka @chantastic). We talked about the history of atomic design and the rise of the modern JS landscape, how directly-consumable UI […]

  18. 15 Jan, 2022

    My first impressions of web3 – Moxie Marlinspike

    This is a great read about the web3 landscape as well as a super thoughtful critique from someone who really knows what they’re talking about. I love this post because it’s not some analysis from an outsider, but rather from […]

  19. 07 Jan, 2022

    A New Container Query Polyfill That Just Works | CSS-Tricks

    We’re getting closer and closer and closer to being able to actually use container queries. I for one and so freaking excited. Source: A New Container Query Polyfill That Just Works | CSS-Tricks – CSS-Tricks

  20. 05 Jan, 2022

    Quick Tip: Peacock VS Code extension

    As a consultant who works in many client codebases, I love the Peacock VS Code extension because I can apply my clients’ brand colors to the editor UI. It really keeps my head screwed on straight since I’m often working […]