Full stack dev🧑🏻💻
Query multiple application insights instances using KQL (Kusto Query Language)...
More Stories
C# Cosmos DB simple "lock" functionality by implementing Optimistic Concurrency Control
Prevent data corruption when multiple users concurrently try to update a single Cosmos DB item in an Azure Function. Implement optimistic concurrency control using ETags and retry logic to ensure correct updates....
Exploring the Power of Kusto Query Language in Azure Application Insights
In this blog post we will look into a few samples of Kusto queries. The purpose of this is to get familiar with how queries look like and how they can be tested out in the Azure portal....
Observability with Application Insights and the Kusto Query Language (KQL) - introduction
Efficient monitoring and gathering insights are vital for maintaining robust and high-performing applications. If you are hosting your applications in Azure, then it is a good idea to get familiar with Application Insights and what it has to offer....
Automatically generate oauth tokens in Postman
Generate oauth token in Postman automatically for all of your requests....
Using pre-request scripts in Postman to avoid dangerous API calls
Use pre-request scripts in Postman to avoid accidentally making dangerous calls to APIs in production...
How to create a general error handler in ASP.NET Core using an error handler middleware and custom exceptions
How to handle errors in ASP.NET Core in a nice way using middlewares and custom exceptions...
How to read appSettings in .NET Core with a typed model
How to read and access settings in appSettings using a typed model in C# .NET Core...