A good mix this week, starting with an article I wrote recently. I hope you enjoy it!
I wrote an article based on a recent experience learning something new. I hope it helps you in any way. It’s very different from anything I’ve written before but I felt like I needed to write it.
It’s only wasted time if you don’t learn something
This article brings good lessons for our perception of wasting time.
How to use interpolate() in Remotion
Remotion is a library to create videos with React. Its creator recently published a video about its interpolate
function but the concepts explained can be easily be applied to any other animation library out there. If like me, you lack some skills in animation, it’s worth watching it.
Versatile desktop notifications framework
A library with a very simple API to push desktop notifications through your website.
It’s always good to know more about animations. Not only how to write them but also how to write a more performant animation, which small touches that make all the difference.
Diferenças entre aria-label, aria-labeledby e aria-describedby
Quando precisamos fazer uso de recursos de WAI-ARIA para descrever objetos é muito comum confundirmos o uso desses três atributos. Apesar de muito parecidos eles tem características e semântica distintas e muito importantes.