How to Build a Free Website Monitor with GitHub Actions

Website monitoring (or uptime monitoring) is essential for any commercial website or service and there are plenty of commercial vendors that provide these services. With the recent rollout of GitHub Actions, I’ve put together a simple lightweight website monitor you can implement for free, perfect for side projects and personal websites. In addition to this WordPress blog I’m using it to watch my parked domains and Tweetfave project, making sure they are alive and well.

Continue Reading →

Review: Learn AWS By Using It

Recently I’ve been trying to ramp up my cloud knowledge, specifically around Amazon’s web services (AWS). Earlier this month I passed the certified cloud practitioner test and the thing that really stuck with me was how much more effective it was to actually use the services rather than just reading about them.

Continue Reading →

WordPress Powered by GitHub and Docker

About 5 years ago I migrated this blog to WordPress. Overall, it’s been working well but my manual method for keeping WordPress (and plugins/themes) updated has been less than ideal. I just implemented a new system with GitHub and Docker that will hopefully make that upgrade path smoother, help me keep things updated, and avoid security issues from out of date code.

Continue Reading →