If 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 CommentCategory: Web Development
What is a Data URI? Data URIs (also called Data URLs) are a scheme for encoding data using a base64 encoding that can be included…
Leave a CommentA well written README file can help new team members (or future you) understand a project quickly. This post describes what a good README should include.
Leave a CommentPHPStan is a static code analysis tool. It scans your code, trying to find errors that you wouldn’t usually trigger until runtime; calling a method…
Leave a CommentToday I found a handy package to create a summary of changes made between composer update commands. Perfect for adding to commit statements or release documentation.
Leave a CommentUsing Laravel Pint to keep your cour PHP code consistently styled the Laravel Way. Includes workflow to automate styling using GitHub Actions.
Leave a CommentThe steps I took to get Xdebug working with the Laradock development environment and Microsoft’s Visual Studio Code IDE.
3 CommentsWriting a custom TCP-based logger allowed me to get Laravel logging working with Papertrail on platform.sh.
Leave a CommentI’ve been both a speaker and teacher at tech conferences, and a DJ at parties. I’ve found a lot of similarities between the two, especially when it comes to anxiety.
1 CommentThis week I spoke at the WPCampus conference about automated user interface testing using Selenium. Here are my slides and relevant links.
Leave a Comment