OpenAPI + Zod + API Gateway + SST = Turbo Productivity
A guide to boosting productivity by using OpenAPI, Zod, and SST to avoid rewriting data structures across API layers in a TypeScript serverless application.
A guide to boosting productivity by using OpenAPI, Zod, and SST to avoid rewriting data structures across API layers in a TypeScript serverless application.
A tutorial on implementing OpenAPI support in a Blazor WebAssembly app to generate API specs and typed clients using NSwag.
A guide to generating mock APIs with fake data from Swagger/OpenAPI specs using Open API Mock and Swashbuckle for ASP.NET Core.
Explores mocking REST APIs using the API-first approach with Mockoon, an OpenAPI-compliant tool for parallel development and testing.
A tutorial on generating Azure Functions directly from an OpenAPI/Swagger specification using VS Code or the AutoRest tool.
A guide to integrating Swagger UI for documenting REST APIs in Azure Function v2 and v3, covering setup, configuration, and code examples.
A guide on splitting large OpenAPI specification files into multiple, manageable files to improve workflow and maintainability.
Explains how to hide specific controllers or actions from Swagger/OpenAPI documentation in ASP.NET Core using conventions.
Explains the purpose and benefits of the ActionResult<T> type in ASP.NET Core 2.1 for improving API action return types and documentation.
Archive of blog posts by Martin Costello covering .NET development, ASP.NET Core, AWS Lambda, GitHub tools, and software engineering practices.