by gosia_janeczek | Jan 20, 2025 | .NET, Azure, Web Development
In this article, I would like to take you on a journey through the beautiful lands of Azure functions. What are they? How are they useful? Does serverless mean without a server? Does the lightning in the icon somehow correlate to Harry Potter? If you want to get...
by gosia_janeczek | Jul 22, 2024 | .NET, Azure, React, Web Development
In this article, we will look into fetching, showing, and deleting Blobs from Azure Blob Storage Account. This is a continuation of the previous article, which you can find here. Pre-checks In this article we will consider most basic scenario in which we will show...
by gosia_janeczek | Jul 14, 2024 | .NET, Azure, Web Development
In this article, we will go together through creation of a Storage Account and uploading your first blob from code! Slowly, step-by-step, as beginners do! First thighs first we start by making sure you have all the basic theories behind the blob storage. You can find...
by piotr | Feb 2, 2023 | Azure, Docker
Why is there no emulator for it? There is one now! Modern development environments and fast integration tests often require services deployed locally. Recently, it has become more visible as companies shift towards more rapid release cycles, containerization, and...
by piotr | Jan 24, 2023 | Azure
Choosing a tool which allows developers to manage messages in a dead-letter queue in Azure Service Bus, specifically allowing them to see, modify and resend messages, but not to make any changes to infrastructure. That was a dilemma we’ve faced not so long ago....