Posts
All the articles I've posted.
ECSS: Recommendations for Finding Zen in CSS
Published: at 02:37 PMNo more naming everything, no more technological dependencies. Only intentional, consistent, simple, expressive, predictable, sustainable CSS.
Will Devin take my job?
Published: at 11:37 PMDevin can make plans, read documentation, run and debug code. It currently outperforms all other current AI models on the SWE-Bench coding benchmark which analyzes how well a model can resolve real-world GitHub issues.
Should I use JSR? The answer might be no.
Published: at 10:23 PMJSR arguably does what npm should. It is innovative and compelling, but it raises a lot of questions you should consider.
Vue Vapor aims to make Vue rendering work more like SolidJS
Published: at 09:26 PMVue Vapor is a new compilation strategy that relies on signals to re-render only the affected html nodes when a signal changes, avoiding a virtual DOM altogether
What's new in Remix 2.7
Published: at 11:16 PMRemix finalized the Vite build process, improved static site generation, enabled split server bundles and enhanced control over client-only and server-only separation
htmz: Dynamic Applications Without a <script> Tag
Published: at 05:56 PMhtmz is an experiment that distills the concepts of htmx into a single HTML snippet
React 19 is coming: Automatic Memoization & Server Actions
Published: at 09:35 PMReact 19 will allow developers to drop useMemo, useCallback; Server Actions are real and well crafted; Meta is opening React Canary builds to the world
Is Bun the Next Big Thing in JavaScript? The 10+ Tools It Replaces
Published: at 01:40 PMBun's killer feature isn't speed or TypeScript support or Node compatibility. It's a brand new approach; a unified toolkit that allows us to move past the patchwork of tools that JavaScript Engineers must juggle today.
Upgrading from WordPress to Astro
Published: at 05:55 AMWith Astro's feature set and templates, I converted and redesigned my blog in a few hours
30 Seconds of CSS
Published: at 10:08 AMYou should check out this curated collection of useful CSS snippets that you can understand in 30 seconds or less.