Azure Functions
Azure Static Web Apps is production-ready: These are my 5 favorite things
In this post, I recap my favorite things about Azure Static Web Apps.
Blast Off with Blazor: Add a shared dialog component
In this post, we add a dialog to get a closer look at our images.
Use Azure Functions with .NET 5
In this post, we upgrade a Functions app to .NET 5.
Blast Off with Blazor: Build a search-as-you-type box
In this post, we build a quick search box that filters our images.
Blast Off with Blazor: Prerender a Blazor Web Assembly application
In this post, we speed up initial load time by prerendering our Blazor Web Assembly application.
Blast Off with Blazor: Build a responsive image gallery
In this post, we build a responsive image gallery using Blazor and Tailwind CSS.
Use Azure Functions, Azure Storage blobs, and Cosmos DB to copy images from public URLs
In this post, we work with Azure Storage blobs and Cosmos DB to copy images that are available over the public Internet.
Blast Off with Blazor: Isolate and test your service dependencies
In this post, we refactor our component to inject an API service wrapper, to abstract away a direct HttpClient dependency.