Tips

Tutorial

Using the Switch(true) Pattern in JavaScript

The switch true pattern isn't well known but it is incredibly useful. It's not a JavaScript specific pattern, but I use it in almost every single project.

Read
Tutorial

Using Git Bisect to Find Code Regressions

Want to find out the exact commit that introduced a bug to your code? Git Bisect is just the tool for the job.

Read