- //
1 min read
How to kill a port that is in use
Find out how to handle EADDRINUSE in less than 30 sec
- //
3 min read
Using Plausible Analytics in Gatsby.js or Astro.js
Plausible is a privacy-first alternative to Google Analytics that can be set up in less than 5 min
- //
3 min read
Using GitHub Actions vs Jenkins
Learn what the benefits of Github Actions are over something like Jenkins
- //
3 min read
How to change gatbsy favicon
Learn how to change the Gatsby favicon
- //
2 min read
How to find a specific object key in jest
We’ve all been there, writing a jest test and having that one case where we want to have a very specific key in an object.