Blog

How to remove folder from Git after .gitignore

As a developer, you may have encountered situations where you accidentally added a folder or file to your Git repository that you did not intend to track. This can cause issues when trying to push or pull changes and can

Andrew Kirchofer

Blog

Tutorial: Auto-update your Create React App PWA

You’re probably here because you’ve been developing a Progressive Web App (PWA) using Create React App? I’ve been working on developing a PWA, and had a hard time finding information on how to implement an auto-update notification.

Andrew Kirchofer