- Mar 12, 2023
- 11 min
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...
68 views0 comments
- Mar 10, 2023
- 12 min
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...
33 views0 comments
- Mar 8, 2023
- 6 min
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...
33 views0 comments
- Nov 8, 2021
- 4 min
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...
190 views0 comments
- Oct 2, 2021
- 2 min
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...
530 views0 comments
- Mar 20, 2021
- 5 min
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...
597 views0 comments
- Mar 18, 2021
- 8 min
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