It’s not uncommon for me to receive email that directly needs to get turned into a Jira ticket. These aren’t usually bug tickets or improvement…
Leave a CommentAuthor: Shawn Hooper
WordCamp Canada is coming to Ottawa July 2024.
Leave a CommentExplore how to use PHP’s built-in levenshtein function to calculate the closest match between an input value and an array of ‘allowed’ values, as seen in command line tools like WP-CLI or Artisan.
Leave a CommentYou can use the WP-CLI command line tool to configure which parts of your WordPress site will get automatically updated when new versions are released.
2 CommentsLaravel 9.38 introduced Isolatable commands, allowing you to ensure a console command can’t run if it’s already running in another process.
Leave a CommentThere are several ways to ignore files in a Git repository from being pushed from your local to the remote.
2 CommentsIf you’ve followed my involvement in the WordPress community, you likely know that I’m a big fan of the WP-CLI project. After participating in a recent Hack Day, I’ve decided to spend some more time contributing to the project.
Leave a CommentI spent this past weekend with the WordPress community at WordCamp in Rochester, New York. This was my first time back to Rochester since their…
Leave a CommentEarlier this month I wrote about deploying your LookML with GitHub Actions. While I was writing that post, I came across another really interesting tool…
Leave a CommentI’m writing this post on the flight from Ottawa, Ontario to Washington, DC for the 2023 edition of WordCamp US, the annual national WordPress conference…
Leave a Comment