Responsible web applications
With modern HTML and CSS, we can create responsive and accessible web apps with relative ease.
Read the full story ⟶
Staff Design
Navigating the individual contributor career path.
Read the full story ⟶
Design systems are ecosystems for collaboration
Defining the parts and the 5 questions to drive development forward.
Read the full story ⟶
HTML and CSS techniques to reduce your JavaScript
More and more websites are relying on JavaScript for the interactions they provide.
Read the full story ⟶
Consistency before quality
I only know of one superpower, but it applies to everything: consistency.
Read the full story ⟶
Doing Away With Bad Design Ideas and Moving on to the Good Ones
There’s a common saying in the fiction-writing world: kill your darlings. No, this isn’t some morbid encouragement to do bodily harm to your loved ones. Killing your darlings means that you should never get too precious about what you put down on the page.
If something is not working – whether it’s..
When are we going to start designing AI with purpose?
For an industry that prides itself on moving fast, the tech community has been remarkably slow to adapt to the differences of designing with AI. Machine learning is an intrinsically fuzzy science, yet when it inevitably returns unpredictable results, we tend to react like it’s a puzzle to be solved;..
How I made sense of the Apple Contacts mash-up
Apple Contacts is confusing, but it gets easier and even useful if you understand how it works. It’s not as hard as you think
Continue reading on UX Collective »
How to get started with motion design in 10 minutes
Interpolation is the most important concept required to learn and excel in UI motion design.
Continue reading on UX Collective »
Life with ESM
ESM, meaning ES Modules, meaning JavaScript Modules. Like, import and friends.
Browsers support it these days. There is plenty of nuance, but as long as you’ve dropped IE, the door is fairly open.
Before ESM, the situation for JavaScript projects was:
We’ve got packages we need to use from npm.We..