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...
75 views0 comments
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...
38 views0 comments
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...
38 views0 comments
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...
214 views0 comments
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...
551 views0 comments
Mar 20, 20215 min read
Create enhanced enum's by using enumeration classes instead of enum types.
If you have been developing in C# for any period of time, you are used to enums. A enumeration type (or enum type) is simply a value type...
610 views0 comments
Mar 18, 20218 min read
Setting up serverless computing in Azure with Kubernetes and .NET
Serverless computing describes the concept of developing and running applications without having to worry about servers. On a high level...
71 views0 comments