Innovation Matters
Essays on AI, developer tools, and thoughtful software.
Which permissions should you preconsent for your app using Microsoft Graph Toolkit
Recently, I wrote about how preconsenting permissions, can help you improve the user experience of your app using Microsoft Graph Toolkit. But how would you know which permissions actually to preconsent? Here is how.
Cache data when using the Microsoft Graph JavaScript SDK
By caching data in your collaborative JavaScript apps connected to Microsoft 365 you can significantly improve their performance and user experience. Here's how to do it.
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.