Blog
Writing
On CMS development, placeholder content strategy, WordPress theming, Storybook testing, and lessons from building production web apps.
- 12 May 2026·6 min read
Why Lorem Ipsum Fails Your CMS Layouts
Lorem ipsum tests one thing: that your paragraph tag renders. Real editorial content is structurally complex, and every element your editors can produce is a potential breakage point.
CMSHTMLTesting - 7 April 2026·5 min read
Testing WordPress Themes with Realistic Content
Most WordPress theme developers still test with a single Lorem Ipsum post. The Gutenberg era means that approach misses most of what editors actually produce.
WordPressTestingGutenberg - 3 March 2026·5 min read
Placeholder Content in Storybook: Stop Using Toy Data
Stories written with single-line strings and two-word labels build false confidence. Here's how to use realistic fixture content to catch the bugs that actually reach production.
StorybookTestingReact - 16 December 2025·7 min read
What Your Headless CMS Rich-Text Renderer Is Missing
Contentful Rich Text and Sanity Portable Text look simple. They're not. Here are the node types and edge cases most renderers quietly skip until an editor finds them in production.
ContentfulSanityHeadless CMS