top of page
Search
Mar 12, 202311 min read
Why a Valid OpenAPI Specification is Key to API Success in 2023: Lessons from creating an OpenAI SDK
I would like to start this article by emphasising that my observations and recommendations are in no way a reflection of the success or...
Mar 10, 202312 min read
Shield your API and safeguard your data​: Embrace security best practices for unbeatable protection!
In today's digital landscape, Application Programming Interfaces (APIs) are becoming increasingly crucial for businesses to connect with...
Mar 8, 20236 min read
Unlock the Power of APIs with Secure API Design Principles: Why API Security is a Crucial in Today's
APIs are the backbone of the digital world, enabling seamless communication between applications and unlocking endless possibilities for...
Nov 8, 20214 min read
Leverage the System.Text.Json source generator for a considerable performance boost.
I’ve been a big fan of .NET 5 Source generators to automatically generate patterns for classes and analyse code for rule compliance for a...
Oct 2, 20212 min read
Generating Enum Descriptions using ISourceGenerator
I'm a big fan of enums in C# and tend to use enums often. I typically use them for anything with a limited set of possible options, such...
bottom of page