Use GitHub Actions to schedule Database Backups
It's always recommended to backup your database, because you never know... If the service you're using doesn't do automated backups, you can easily schedule it with GitHub actions. For example,...
It's always recommended to backup your database, because you never know... If the service you're using doesn't do automated backups, you can easily schedule it with GitHub actions. For example,...
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it's the perfect tool for managing builds, especially when I work across different operating systems...
Cloudflare offers free hosting for static pages with Cloudflare pages. I use it to host my Docusaurus documentation. I could have used GitHub pages, since my documentation is hosted on GitHub. I hadn’t considered it...