Words that would otherwise be coming out of my mouth

Subscribe via RSS
  1. 25 Jun, 2018

    Distinct Design Systems

    Here’s Dan with some smart words about the importance of baking the organization’s specific points of view, principles, and ingredients into their design system. In our work together, we’ve often used “better than Bootstrap” as a rallying cry. Dan explains: […]

  2. 24 Jun, 2018

    I Don’t Believe In Full Stack Engneering

    Here’s a good rant about the concept of full-stack developers. I tend to agree. In my experience, “full-stack developers” always translates to “programmers who can do frontend code because they have to and it’s ‘easy’.” Although I think the concept of […]

  3. 24 Jun, 2018

    VS Code Can Do That?!

    All the best things about Visual Studio Code that nobody ever bothered to tell you There’s some good stuff in here that I’ll be trying out. I switched to VSCode a while ago and it’s been quite enjoyable.

  4. 24 Jun, 2018

    Reflections on building an MVP design system in 3 months

    This post lays out a lot of the first steps of creating a design system in short order. I enjoy how the author reflected on some of the initial tool and process churn as the team found their bearings. This […]

  5. 14 Jun, 2018

    Sketch.systems

    Unfortunate name (confusion with Sketch seems inevitable), but this seems like a cool concept. I like the idea of a nimble “Markdown-like notation” that helps teams play out a lot of different scenarios and states without having to create a […]

  6. 14 Jun, 2018

    Tools In The Basement

    After putting my daughter to bed last weekend, I crept downstairs to finally hang pegboard and organize the jumble of tools scattered around my basement. And wow, what a therapeutic, enjoyable experience that was! As I was performing this strangely […]

  7. 13 Jun, 2018

    Resilient, Declarative, Contextual

    This is a fantastic article by Keith J. Grant that breaks down CSS’s unique qualities that makes it powerful, but also perhaps a bit confusing to people coming at it from a programmatic background. It’s a great reminder as to […]

  8. 13 Jun, 2018

    GitHub Is Microsoft’s $7.5 Billion Undo Button

    Here’s the great Paul Ford with a great breakdown of what git and Github actually are. Much like his epic What Is Code? article, he’s able to translate the world of geeky programming stuff into something that’s palatable and entertaining […]

  9. 13 Jun, 2018

    Your Brain on Front-End Development

    Here’s Chris with a wonderful walkthrough of how his frontend developer brain looks at a design comp. It’s extremely insightful When confronted with a design comp, My brain tends to gravitate towards some of the non-obvious implementation solutions. In other […]

  10. 13 Jun, 2018

    Inclusive Components – Cards

    Here’s Heydon Pickering with a metric ton of great advice about creating accessible, flexible, robust card components.

  11. 13 Jun, 2018

    Style Guide Guide, Gatsby Edition

    We’re happy to announce Style Guide Guide, Gatsby Edition! You can check out the demo here. The workshop and the storefront There are lots of moving parts, tools, and environments involved in making a design systems take shape. We’ve found […]

  12. 11 Jun, 2018

    Where to put one-off components?

    A while back, Harry Roberts introduced the concept of shame.css: a stylesheet dedicated to housing your nasty, hacky, quick-fix CSS The idea is to isolate all the stuff that doesn’t belong in your beautiful, well-architected CSS architecture, in order to […]

  13. 11 Jun, 2018

    Vue.js or React ? Which you would chose and why?

    This response to the question “Vue.js or React” is interesting and thoughtful.

  14. 07 Jun, 2018

    How To Ask For Advice Over Email

    Holy shit I think I need to add this to my contact page. When I redesigned my site, I redesigned the contact page to make the user do a bit of work to get my contact info. It sounds counter-intuitive, […]

  15. 07 Jun, 2018

    Presentational and Container Components

    Dan Abramov talks about a convention for structuring React components, which resonates with me very much. I talked about how I tend to be frustrated with a lot of the React demos, projects, and boilerplates I come across: In a […]

  16. 07 Jun, 2018

    I dunno

    Hi, I’m a web designer. I make websites for a living. I try to keep up with how things are getting done in the industry in order to continue to make websites. That means I learn new things. I’m fortunate […]

  17. 01 Jun, 2018

    Encouraging Play in Design Systems

    Here’s Tyler Sticka with a great article about how important it is for a UI design system to continue to evolve and improve over time. You can’t just get things built and then say, “That’s it! Things must stay this […]

  18. 01 Jun, 2018

    React.js Introduction For People Who Know Just Enough jQuery To Get By

    Related to Sarah’s post about migrating from jQuery to Vue, there was a great post a while ago about migrating from jQuery to React.

  19. 01 Jun, 2018

    Replacing jQuery With Vue.js: No Build Step Necessary

    I absolutely love this article by Sarah Drasner about replacing jQuery with Vue.js. We need more articles like this. “Here’s how to replace the once-new hotness with the new hotness.” I’ve been neck-deep in React-land for a while, and I’m trying […]

  20. 29 May, 2018

    Presentational and Container Components

    In my post about struggling to learn React, I talk about how I’ve been frustrated by a lot of examples, tutorials, and projects where presentation code and business logic are all kludged together. I’d love to see projects that feature […]