development
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.
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.
Simplify code reviews and improve consistency with custom eslint rules
If you review pull requests or build software in a team, custom eslint rules can save you a lot of time. Here's how.