Writing

Notes from the edit screen.

Complete archive of 10 articles by Earle, a senior WordPress developer in Sarasota. Practical deep dives on React inside Gutenberg, Web Components for legacy themes, admin pages that feel like real software, and build patterns that survive production.

app-spec.yaml
static_sites:
- build_command: npm run build
  environment_slug: node-js
  github:
    branch: main
    deploy_on_push: true
    repo: your-repo-name
  name: your-app-name
  output_dir: dist
  source_dir: /
Architecture Latest

Deploy a completely static Astro site to DigitalOcean App Platform

Astro's docs skip DigitalOcean, and DigitalOcean's autodetection assumes you want a Node server. Here is the path to a fully static deploy for about five dollars a month.

Read the article
FAQ

About this archive

What topics does this blog cover?

WordPress with a modern JavaScript stack: React in the block editor, Web Components for legacy themes, React-powered admin pages, build tooling, and hydration patterns on PHP hosts.

Who writes these articles?

Earle, a senior WordPress developer and architect in Sarasota, Florida, with twenty years of experience shipping production front-end systems on WordPress.

Where should I start reading?

Start with the featured article on the blog index, or browse by topic — React in the editor, Web Components, React admin, build and hydration, or the WordPress platform series.