Dexter Williams

Post by this author

Serving Swagger UI from a Golang Azure Function Custom Handler

Our team used Swaggo, a Golang Swagger tool, to expose an OpenAPI spec for a Azure Function hosted Golang API. This post describes what lead to the decision along with guidance on how to expose an OpenAPI spec for an Azure Function hosted Golang API.

ACI for jobs

This post shows using Azure Container Instances for job processing such as data generation and ingestion.

Maintaining API Clients With NSwag Model Generation

Our team used NSwag, an OpenAPI .NET toolchain, to generate C# models in code and improve the maintainability of a .NET Core API client for a project. This post describes what lead to the decision along with guidance on how to use Nswag to generate C# models in code.