web development
Create npm package with CommonJS and ESM support in TypeScript
Create an npm package that supports both CommonJS and ECMAScript Modules (ESM) using TypeScript.
Trace the location of API requests
APIs are crucial for app integration with cloud services, but debugging API requests can be challenging. Here's a trick to quickly trace the location of each API request in your code.
Configure proxy for .NET 4.x apps
Here's how to configure proxy settings for your .NET 4.x app.
Simulate rate limits on any API with Microsoft 365 Developer Proxy
Simulate rate limits for any API and verify that your app won't break when it exceeds the API quota.
The easiest way to test how your app handles API errors
Building robust apps that use APIs doesn't have to be hard. There are tools that you can use to see for yourself how your app will behave when calling APIs that it uses fails.