Haste is a tree whose fruit is regret
ARM template deployment what-if operation
ARM template deployment what-if operation
To run Azure Functions locally on your development machine, you need to use a local development environment such as Visual Studio Code or the Azure Functions Core Tools. This local development envi...
A Race Condition can be metaphorically compared to a scenario where two people are trying to use the same bathroom at the same time. Imagine two roommates who need to get ready for work in the morn...
Paul Hallett developed a web api called SWAPI which consists of the data from the universe of Star Wars. You can find all the planets, spaceships, vehicles, characters from the six original movies...
If you have a protected website by Azure Active Directory, you need to pass Microsoft login first to run your functional UI tests. I used both id and name locators for the elements and they have s...
We experienced a year like never before. I tried to do what I could and stayed at home as much as possible while keeping my health and sanity well. I focused on self development and sharing the kno...
This will tell about my age but back then we did not have tabs on an internet browser. We only had windows. When you click a link on a webpage with the target attribute set as _blank, it was openni...
Yet another request bin but made with Blazor this time. When you build serverless apps or functions, your system depends on webhooks a lot. There are request bin tools on web which provides you uni...
Durable Functions is an extension of Azure Functions that enables you to perform long-lasting, stateful operations in Azure. Azure provides the infrastructure for maintaining state information. You...
Serverless, as the name suggests, is computing without managing a server. You would not care about any server specification to process your data. The server should already be provided by a cloud pl...