Contributions

Article
Scheduling and publishing blog posts with Docusaurus can be challenging. This blog post covers our current workflow and potential solutions for more automation.
Article
In this blog post, we'll have a closer look Microsoft Graph Developer Proxy. The latest release introduces support for monitoring specific processes, a new plugin allowing testing against rate-limiting supported APIs, and provides a new OData paging guidance.
Article
In this blog post, I outline the steps needed to customize a Docusaurus component to render additional information on the site.
Article
This blog post covers our journey from npm to yarn and to pnpm.
Article
While testing an async method with ts-jest I came across a problem. The method throws an error on invalid input. This blog post covers the steps I took to solve the issue in the test case.
Article
Introduction to Jest.
Article
In the process of refactoring an internal tool that connects to the Microsoft Graph API I re-worked the process of retrieving an authentication token that is needed for making a request to the MS Graph API by using the Microsoft Authentication Library for it. In this blog post, I show you how to set up both libraries.
Article
While refactoring and upgrading one of our internal tools that is using the MS Graph API, I experimented with several techniques to fake API responses to simulate requests without actually hitting the MS Graph Production API.