Innovation Matters
Essays on AI, developer tools, and thoughtful software.
Convert multiple images to WebP in JavaScript
A while back I wrote about how you can convert multiple images to WebP using PowerShell. Here's how you can do the same using JavaScript.
Preconsent multiple scopes with Microsoft Graph Toolkit
When working with Microsoft Graph Toolkit you might want to preconsent multiple scopes upfront to improve the user experience. Here's how to do it.
Create a temp directory for your app in Node.js
When working with Node.js, you might need to create a temporary folder for your app. Here's how to do it.
The right way to publish SharePoint Framework library packages
SharePoint Framework library components are a great way to build reusable code for your solutions. But if you miss this one detail, you'll end up including the shared code in your bundle.
Create scripts in JavaScript with zx
If you use JavaScript and need to automate your work, you're missing out if you haven't heard of zx.