Christopher Bennell

I build web stuff. Full Stack/Platform Engineering/Architecture. Senior Software Engineer.

Posts tagged “ui”

3 posts

• 4 min read

Site Redesign Postmortem

After a redesign of this site, I share some thoughts on the unexpected benefits and surprising lessons of vanilla CSS.
• 3 min read

Rails "Disable-able" Button ViewComponent / Phlex Component

Need a button that enables or disables itself in response to events? I explain how to build a reusable DisableableButton in Rails using ViewComponent (or Phlex) plus a tiny Stimulus controller—perfect for forms where you only want to allow submission once inputs are valid.