Archives (39 articles)

How to open Firefox Developer Edition from the command line on Mac OS

Find out how you can open Firefox Developer Edition from your command line on Mac OS

My testing with Jest takeaways

A living list of short takeaways I'm compiling over time by testing code with the Jest testing framework

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 fail fast your shell script

Discover a commands combo to fail fast your shell scripts

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.

'source: not found' in the context of npm scripts

Find out how to solve `source: not found` error occurring when running your npm script

How to test a basic (No Javascript) experience in Testcafé

Find out how you can test your feature's basic (No Javascript) experience

How to use git worktree and in a clean way

Discover git worktree, this git feature you wish you would have discovered years before and how to use it in a clean way