Latest posts
CSS Media queries media types and features cheatsheet
Quick overview of the different values for media types and features for CSS media queries
Workarounds to Git worktree using bare repository and cannot fetch remote branches
You cannot fetch remote branches when using git worktree with a bare repository? Here are workarounds
How to catch errors as soon as they occur in bash scripts
A quick tip to let you fail fast a bash script as soon as errors occur.
Today I learned: How to assert the new active element after Tab keydown event in Jest
Find out how to make your Jest test, that uses Tab keydown to move the focus, to pass.