Quickly Display All Diffs in a GitHub PR
So, you have to review a pull request with quite a few files? And several of them are quite large? Or there are several deleted files that you want to review? There are reasons why GitHub does not load a diff, for example, because it’s too large, or because it’s for a file that has […]
JavaScript 30 – Day 25: Self-unbinding Event Listeners
This is my recap post for Day 25 of the FREE JavaScript 30 online video course by Wes Bos. It’s about event listeners, of which I only recap self-unbinding.
Displaying HTTP Headers in Your Browser
So you are curious what headers you can get from a specific (maybe your own) website? Well, you can list them directly in your (modern) browser. Here’s how.
JavaScript 30 – Day 9: Developer Tools
This is my recap post for Day 9 of the FREE JavaScript 30 online video course by Wes Bos. The task is to learn all about the browser console.