How to use 'git status --short/-s' to get shorter and easier to grasp status information but 'git status --porcelain' when you build automation with it.
Articles โ Page 118
Keep writing, writing, writing ...
mthml is a format to stores websites in a single HTML file
The "roving tabindex" is a technique to improve focus handling for e.g. custom elements
There are several ways to define functions in JavaScript. It turns out that not every function can be used as a constructor.
Auto-respond to confirmations in CLI tools can be tricky but I learned a few ways how to deal with them.