3 followers
Software architect, hands on coder, technical coach and cloud native microservice junkie (...and a very busy dad!)
Subscribe to my newsletter and never miss my upcoming articles
The graphic below provides a visual representation of some of the key components, patterns, and particular technologies we will cover in this series. The components and patterns are good practice across any Object Orientated tech stack for a Microser...
Over the next few months, I hope to share with you a fairly wide range of posts specifically for implementing a quality Microservice in .NET Core. I will incorporate Microsoft's best practice, much of which is influenced by the Microservice architect...
So, you like to use CopyAlways and relative paths for files that you need as an input stream to your application. Maybe it's a CSV file, maybe some JSON data - either way it's just not something you want to force into a long C# string! It's understan...
The OWASP Foundation identifies Randomness as potentially insecure. You can read more about it here. So, Random generators are insecure? In a nutshell, yes! - the general concept is that when you ask your underlying code framework (C# / Java / whate...
Adding Azure Application Insight monitoring to .NET applications has always been fairly easy and straight forward. There are a few extra considerations for running it in a container, but nothing crazy... However, because so little time is spent with ...
Happy New Year! Thank goodness 2020 is over with. Despite one or two shining moments, that is a year to forget.. bring on 2021! In 2021, I aim to gradually share some of my Dev experience, both past and present to cover subjects like: Microservice t...