Angular, Autoprefixer, IE11, and CSS Grid Walk into a Bar…
Stop me if you’ve heard this one. January 07, 2019 I had a conundrum last summer on an Angular project. We got a bug report from an influential stakeholder and attached to the bug...
Resources for Web Designers and Developers
Stop me if you’ve heard this one. January 07, 2019 I had a conundrum last summer on an Angular project. We got a bug report from an influential stakeholder and attached to the bug...
Hooks make it possible to organize logic in components, making them tiny and reusable without writing a class. In a sense, they’re React’s way of leaning into functions because, before them, we’d have to...
Product teams from AirBnb and New York Times to Shopify and Artsy (among many others) are converging on a new set of best practices and technologies for building the web apps that their businesses...
What do you wish CSS could do natively that it can’t do now? First, let’s review the last time we did this in 2013. ❌ “I’d like to be able to select an element...
I use Notion quite a bit, both personally and professionally. In a sense, it’s just an app for keeping documents in one place: little notes, to-do lists, basic spreadsheets, etc. I like the native...
The difference between a CSS good experience and a long frustrating one is oftentimes a matter of a few small details. CSS is indeed nuanced. One of the most common areas where I see...
Say we need to render a child element into a React application. Easy right? That child is mounted to the nearest DOM element and rendered inside of it as a result. render() { return...
I recently came across an interesting sliced disc design. The disc had a diagonal gradient and was split into horizontal slices, offset a bit from left to right. Naturally, I started to think what...