String Literals in Azure Function Projects
Here’s a neat way to organize string literals in Azure Functions.
A Blog About .NET, Serverless and Software Architecture
Here’s a neat way to organize string literals in Azure Functions.
I’m building a guide to getting started with serverless. Help me make it better.
Find out if static code analysis tools like NDepend can help you write better serverless code.
Tips to make reviewing a large Pull Request in Azure DevOps that much easier.
Elasticsearch is a search engine that moonlights as a centralized logging system. It’s extremely popular for aggregating data from multiple platforms. But is it relevant for serverless applications?
Find out how Azure Functions can help you build better enterprise and line-of-business applications.
Receiving a message by HTTP and enqueuing it for further processing is a common pattern. Find out how to do the same with Azure Functions in this post.