Thoughts on web development, architecture, building things, and whatever else is worth sharing.
May 28, 2026
design tailwind claude workflow ui
From Mockup to Production — Designing Without Figma Using Claude
How I used Claude Design to generate a complete UI mockup, extracted the design tokens, and implemented the whole thing in Tailwind CSS v4 — no Figma, no shadcn, no overrides.
Real-Time Architecture in Laravel — WebSockets, Events, and State Machines
How to model real-time flows with Laravel Reverb, broadcast events, and frontend state management — lessons from building two production real-time systems.