How I Used Vite To Make Local Front-End Work Feel Fast Again
A 2021 look at using Vite on a small front-end build to reduce waiting during local development.
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.
A tutorial-style article about handling native lazy loading in WordPress themes and deciding when default behaviour is useful or needs refining.
A practical article about using CSS clamp() to control responsive typography without relying on several breakpoint-specific font sizes.
A practical look at using Core Web Vitals to move performance discussions away from vague complaints and towards measurable user experience problems.
A practical look at reducing jQuery dependency carefully, without rewriting an interface so aggressively that existing behaviour becomes unreliable.