博文

目前显示的是 五月 6, 2025的博文

Scripting News: Tuesday, May 6, 2025

Tuesday, May 6, 2025 When I did the rewrite of the nightly mail app, I didn't convert the app that builds the nightly RSS feed of the mail page. Wasn't sure if anyone was using it. I heard from a reader who missed it, so I got it running, knock wood, Murphy-willing. # ChatGPT as proofer? Not here # Manton says he runs his posts through ChatGPT before publishing. # I do it the other way, I use it for background info on the things I'm writing about as I write, more and more. I used to use Wikipedia that way. I would love to include links to some of my conversations, but I find their shared links are unreliable, I keep hearing from people who couldn't read them. # Here's an experiment, two such backgrounders I had Claude.ai write for me for a pice I was writing (not published). # Claude.ai on the future of Chrome re antitrust case Google lost. # Claude.ai on claims Bluesky makes about being billionaire-proof. # ...

Component Design Patterns in Vue: a free mini-course

图片
Hey! I put together a completely free mini-course on component design patterns in Vue, based off of my most popular course, Clean Components Toolkit: ​ Component Design Patterns in Vue ​ Here's some details: 5-day email course — delivered straight to your inbox with daily lessons One pattern per day — each day you'll learn a new design pattern Complete code solutions — see working implementations of every pattern Bite-sized lessons — each day's content is focused and digestible Here's the outline: Day 1: The Preserve Object Pattern — Learn to pass complete objects as props to make components more maintainable and resilient to change. Day 2: The Data Store Pattern — Create central stores of data to eliminate prop drilling and simplify component communication. Day 3: The Hidden Components Pattern — Identify and extract focused components to improve code organization and maintainability. Day 4: The Humble Components Pattern — Bui...