In my last post I got going with a simple azure function that could be expanded on an used in just about any application.
[Read More]
Dipping into Azure Functions
Cloud all the time…. We know that developers love the cloud, and serverless is the next step in relieving the pain associated with managing infrastructure. Sure, serverless doesn’t mean there aren’t any servers - there are - we (as devs) just dont need to worry about that underlying infrastructure and...
[Read More]
Using Azure Active Directory to Provide Authentication for an API (Part 1)
I’ve been creating applications for a long time and more often than not, there’s been a requirement for some level of security. This ranges from data in transit to data at rest as well as relevant authorisation. In most cases, this functionality has been provided out the box and when...
[Read More]
Implementing Swagger on .NET Core WebAPI using Swashbuckle
I quite like starting at the basics, and this entails the what’s and why’s of a particular technology as this helps me set the context and understand when to use it.
[Read More]
So, you think you know Consensus Algorithms?
When I started writing this post, the first thing I did was start diving into the different, and most common, consensus algorithms. Sometime during my first paragraph, it occurred to me that I may be taking for granted that anyone actually understands, fundamentally, what that even means. Perhaps I’ve got...
[Read More]