In this post I want to show how to add simple formula functionality to a JavaScript application. This will include:A code editor with syntax…
Here’s a neat way to write multiple files to a zip file in Azure Blob Storage using C#. Only a single file will be in memory at once, so you…
When using Durable Task Framework it’s important to be able to use dependency injection in Task Orchestrations and Task Activities.When…
I recently migrated a CI/CD pipeline from TeamCity and Octopus Deploy to Azure DevOps (AzDo) . We have a mostly micro-services architecture…
Recently when migrating a library to .NET Standard, I needed to keep it compatible as a Portable Class Library (PCL) for a Xamarin project.I…
One of the most common React Hooks that I’ve found myself using is one to handle api calls.For this post we’re going to use axios for our…