Recent Posts

Documenting Nullables in Azure Function OpenAPI

2 minute read

This post is about an issue a colleague and I encountered recently whilst developing a series of layered APIs. The issue was that nullable properties weren’t...

Integrating with Flat Files

5 minute read

With integration, there is often a need to integrate with ageing, legacy systems. This could be as part of a phased migration to a new system or that the leg...

Adding OpenAPI Service References

3 minute read

As an integration developer, one of the most common requirements I deal with is consuming APIs to integrate with different systems. There is still a wide var...

Mermaid JS Support for Minimal Mistakes

2 minute read

In the last 6 months I’ve started to use Mermaid JS to draft integration designs as well as document implemented integration applications. There is a lot of ...

Publishing Secrets to Key Vault

6 minute read

Most applications make use of configuration to allow an application or script to be used in different ways. A common scenario is when an application has a de...