

Visual Studio Code Setup
I've been using Visual studio code since 2017, I decided to look through my set up and document what I use.
Link
Bring focus to things app
I use tag filtering in Things to focus on the one task I'm working on.
Link
Target elements without classes
How you do style elements that do not have classes on them? :not() comes to the rescue.
LinkMake node list into an array
Make iterating through a set of DOM nodes easy by turning a Node List into an array.
LinkNested Destructuring
I always forget the syntax for nested object destructuring. So I wrote this article so that I don't forget again.
Link
Style a Blockquote using Tailwind CSS
How to use Tailwind CSS to style a semantic, reusable blockquote that looks great.
Link