Waldek MastykarzCreate npm package with CommonJS and ESM support in TypeScriptIf you want to create an npm package and ensure it can be used by everyone, you’ll want it to support CommonJS (CJS) and ECMAScript Modules…Jun 29Jun 29
Waldek MastykarzAdd background color to menu bar icon in macOSWhen building apps for macOS, you might want to add a background color to your icon in the menu bar. This is a great way to make your app…Feb 4Feb 4
Waldek MastykarzWill your app fail when throttled?On a tenant of one, your app never fails. Calling Microsoft Graph and other APIs on Microsoft 365 just works. But when it gets used at…Dec 9, 2022Dec 9, 2022
Waldek MastykarzFind a meeting time and schedule a meeting on Microsoft 365Many work apps need the ability to schedule a meeting with others in their organization. Here’s how to do it for apps connected to…Oct 31, 2022Oct 31, 2022
Waldek MastykarzShow upcoming meetings for a Microsoft 365 user with Microsoft Graph ToolkitRecently, I showed you how you can build in under 10 minutes a simple personal assistant that shows users meetings they have left for the…Oct 28, 2022Oct 28, 2022
Waldek MastykarzShow upcoming meetings for a Microsoft 365 userLearn how you can build a simple personal assistant in under 10 minutes that’ll show a Microsoft 365 user the meetings they have left for…Oct 24, 2022Oct 24, 2022
Waldek MastykarzReference sample: Single Page App connected to Microsoft 365When building apps connected to Microsoft 365, before you can bring in data from Microsoft 365, you need to set up authentication. Here’s a…Oct 6, 2022Oct 6, 2022
Waldek MastykarzBuild your first Microsoft 365 app in 10 minutesLearning something new is often daunting, especially when it’s something like developing for a new platform. But that doesn’t have to be…Oct 5, 2022Oct 5, 2022
Waldek MastykarzWork apps need work dataWhen you use apps for work, they rarely show you all the data that you need to get the full context of your work. And that’s a shame…Aug 19, 2022Aug 19, 2022
Waldek MastykarzinJavaScript in Plain EnglishRedirect to a Custom Login Page When Securing Your Angular App with MSALA guide on how to redirect to a custom login page when securing your Angular app with MSAL.Jan 31, 2022Jan 31, 2022