Engineering Notes

A quiet journal on architecture & craft.

Field notes from real production work — WordPress and WooCommerce architecture, ACF and Gutenberg systems, Shopify Liquid, performance engineering and the frontend decisions that age well.

WordPress Frontend Architecture — Building It Right First
Engineering
May 15, 2026 10 min read

WordPress Frontend Architecture — Building It Right First

Most frontend projects fail the same way: component by component, mockup by mockup, with no system holding the pieces together. Architecture-first means building the system before the components — and every component after costs less than the one before.

Read article
Lazy Loading WordPress Performance — Beyond the Basics
Engineering
May 15, 2026 9 min read

Lazy Loading WordPress Performance — Beyond the Basics

Adding loading="lazy" to images is the first 20% of the problem. The real strategy is deciding what to load eagerly, what to defer, and what should never compete for bandwidth in the first place.

Read article
WordPress Image Optimisation — Modern Website Image Strategy
Engineering
May 15, 2026 8 min read

WordPress Image Optimisation — Modern Website Image Strategy

A practical image strategy for modern WordPress themes: register layout-specific sizes, render through helpers, preserve dimensions, and control loading priority where the template has real context.

Read article
Shopify Theme Best Practices for Long-Term Maintainability
Shopify
May 15, 2026 8 min read

Shopify Theme Best Practices for Long-Term Maintainability

Shopify themes do not fail because Shopify is limiting. They fail because they are treated as one-off builds instead of systems that need to survive redesigns, developer turnover, and year two.

Read article
WooCommerce Performance Optimisation — Frontend Patterns That Work
WooCommerce
May 14, 2026 7 min read

WooCommerce Performance Optimisation — Frontend Patterns That Work

WooCommerce frontend performance isn't a plugin problem. It's an architecture problem disguised as a plugin problem — and three deliberate patterns can fix it.

Read article
Maintainable WordPress Theme Architecture — Why Most Themes Fail
Engineering
May 14, 2026 8 min read

Maintainable WordPress Theme Architecture — Why Most Themes Fail

WordPress themes don't fail because of bad code. They fail because they were built as templates, not as systems.

Read article
Chat on WhatsApp