How does Amazon DynamoDB work?
I’ve recently been looking into how exactly nosql document databases work. Not just existing solution APIs like Amazon DynamoDB and Azure CosmosDB, I mean ho...
I’ve recently been looking into how exactly nosql document databases work. Not just existing solution APIs like Amazon DynamoDB and Azure CosmosDB, I mean ho...
You can set a timer triggered Azure Function to run on startup when built for development like this:
Sadly Microsoft’s documentation on this is non-existent at the moment and there are a couple of tricky parts that caught me out the first time I tried so I t...
For the third year in a row I attended Tech Nottingham’s Hack24; a 24 hour hackathon hosted in the heart of Nottingham and sponsored by some of the most prom...
I recently had the need to access a property in another property in C#. Accessing a property value is trivial using PropertyInfo but it’s only capable of acc...