Testing PHP 8.1 Against WordPress Projects Before Production
A practical article about approaching PHP 8.1 testing on WordPress sites carefully rather than treating the version change as a routine switch.
A practical article about approaching PHP 8.1 testing on WordPress sites carefully rather than treating the version change as a routine switch.
A 2021 article about thinking beyond viewport breakpoints and starting to design responsive components around the space they actually occupy.
A 2021 reflection on trying GitHub Copilot as a coding assistant and separating useful suggestions from code that still needs judgement.
A 2021 article about using WordPress 5.8 WebP support carefully, with attention to hosting support, workflows and image fallbacks.
A 2021 look at using Vite on a small front-end build to reduce waiting during local development.
A practical article about using WordPress Application Passwords to authenticate a small REST API integration without sharing a normal account password.
A practical article about approaching PHP 8 compatibility testing on a WordPress site before making any production server changes.
A practical article about experimenting with Tailwind CSS on a real interface while keeping the HTML readable and the design decisions understandable.
A practical look at cleaning up an older front-end build process by improving scripts, asset output and repeatability without turning maintenance into a full…
A practical look at using WordPress block patterns to give editors repeatable page sections without building a custom block for every layout.