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
After a positive start to the year, I've been on a slight hiatus. Between some very sad family news, the Texas Deep Freeze ( thanks Ted! ), a transition to a new job, and trying to be an entertaining Dad... - it's been tough! However, I count my bl...
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 ...