
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 12, 202311 min read
109 views
0 comments

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 10, 202312 min read
46 views
0 comments

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...
Mar 8, 20236 min read
49 views
0 comments

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...
Nov 8, 20214 min read
255 views
0 comments

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...
Oct 2, 20212 min read
593 views
0 comments

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...
Mar 20, 20215 min read
622 views
0 comments


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...
Mar 18, 20218 min read
74 views
0 comments