博文

目前显示的是 十月 1, 2025的博文

Scripting News: Wednesday, October 1, 2025

图片
Wednesday, October 1, 2025 A very small picture of the blogger's room at Dean For America in January 2004 . A big chunk of political history happened in this room. I was there, in the runup to the Iowa caucus and on the night of the famous Dean Scream . Here's a picture of my digital camera in 2004. It wasn't cheap and as we know it was futuristic. That was possibly one of the first digital selfies. # I started this site to hold some of the essays John Palfrey posts on Facebook, where they are out of reach of the tools of the open web. John is a longtime friend, for over 20 years, and we did some great stuff together in the early days of the blogosphere. I will happily turn the site over to JP any time he wants, and provide personal support if there are problems. I want him in my online web family, and Facebook simply does not make that possible. It's a silo, as we know and that means it's basically a world unto itself. If we want to solve...

🔥 (237) Proxy Basics, Simplify Styling with Default Slot Wrappers, and Fine-grained Loading API in Nuxt

图片
​ ​ Read this on my blog Hey all! Not a lot new from me this week, but I've got some JS and Vue tips for you, like always. Enjoy your week! — Michael Nuxt Tips Collection Master Nuxt without hours digging through docs. Learn what you need in just 5 minutes a day: 117 practical tips to unlock hidden features of Nuxt 14 chapters covering components, routing, SSR, testing and more 3 daily tips for 3 months via email 7 real-world code repos to learn from Reviewed by Nuxt core team for accuracy "Highly recommend Michael's Nuxt Tips Collection. He's one of the best Vue & Nuxt teachers I know." — Sébastien Chopin Master Nuxt Today → 🔥 Proxy Basics Proxies are one of the strangest but most interesting parts of Javascript. It's a fancy wrapper that lets us create lightweight reactivity systems like in Vue, and so much more. Defin...