A snippet to trigger dynamic file downloads in JavaScript.
Snippets โ Page 10
Make magical things happen with a few lines
A GitHub CLI alias to list all open pull requests and pick one interactively using fzf.
How to fetch and unzip a gzipped file in Node.js using got and node-gzip.
Learn how to select elements that are not children of other elements using complex selectors in the CSS pseudo class
:not
.A smart component to avoid ugly ternary operators in your React code.