The five best design links, every weekday

Date: 2021/07/01

uxplanet.org

6 Ways to Reduce Cognitive Demand When Designing UX

Decision fatigue is a popular term used to describe when people have made too many decisions over a specific period.

css-tricks.com

When a Click is Not Just a Click

The click event is quite simple and easy to use; you listen for the event and run code when the event is fired.

copilot.github.com

GitHub Copilot: Your AI pair programmer

GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you.

christianheilmann.com

The unseen benefits of accessibility

A few days ago I posted a graph I found some time ago that jokingly explained the benefits of subtitles in movies and tweeted about it.

smashingmagazine.com

The State Of Web Workers In 2021

The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. But we can change that with Web Workers.