How to programmatically unregister a service worker
1 min
Sometimes you just want to remove a service worker either because something is wrong with it or you don't need it anymore. Lets see how we can do it programmatically
Read post ›
How to add an RSS feed with images to a Gatsby site
3 min
A guide for adding an RSS feed which shows the featured image in the list view for a Gatsby site
Read post ›