Reading List
The most recent articles from a list of feeds I subscribe to.
Quick Visual Studio Code tip: Expand/Shrink selection
The “expand/shrink” selection keyboard shortcut in Visual Studio Code โโงโ→ / ← isn’t the easiest to remember, but ridiculously powerful. It recognises code block boundaries and selects accordingly!
Batch cropping of screenshots on MacOS
I’m currently upgrading the Console documentation for Microsoft Edge and I needed to create a lot of screenshots for it. I wanted to make sure that they all are the same size, so I fixed a browser window to a certain size and instead of trying to screenshot a part of the screen, I thought […]
Conditional animations with CSS properties
Using animations, transitions and smooth scrolling is fun, but they also represent an accessibility problem. Various groups of people have a hard time using your products when things move and change all the time. This is why operating systems have a “reduced motion” setting you can turn on. Our CSS animations should respect these settings […]