Recent Posts

NodeJS or .NET For new projects

1 minute read

Often the decision comes up when starting new software projects, what platform, language to develop with…..

Some funny code moments

1 minute read

We have all done it at one point or another, written a piece of code and than just thought… “wtf” or “what was I thinking” or something like that. Those mome...

Essential Microservice Components

2 minute read

I have spent the last decade or so converting monoliths to microservice based architectures, with the microservices being primarily in .NET (.NET Framework a...

A Quick Web API REST Refresher

6 minute read

So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...

Dont return api exceptions as bad requests

2 minute read

So recently, when looking at some new projects that have web api or azure function http endpoints, I have noticed a lack of basic understanding of http knowl...