Azure Functions

Azure Static Web Apps is production-ready: These are my 5 favorite things

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.

Dave Brock
Dave Brock
Azure
Blast Off with Blazor: Add a shared dialog component

Blast Off with Blazor: Add a shared dialog component

In this post, we add a dialog to get a closer look at our images.

Dave Brock
Dave Brock
Blast Off With Blazor
Use Azure Functions with .NET 5

Use Azure Functions with .NET 5

In this post, we upgrade a Functions app to .NET 5.

Dave Brock
Dave Brock
Azure
Blast Off with Blazor: Build a search-as-you-type box

Blast Off with Blazor: Build a search-as-you-type box

In this post, we build a quick search box that filters our images.

Dave Brock
Dave Brock
Blast Off With Blazor
Blast Off with Blazor: Prerender a Blazor Web Assembly application

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.

Dave Brock
Dave Brock
Blast Off With Blazor
Blast Off with Blazor: Build a responsive image gallery

Blast Off with Blazor: Build a responsive image gallery

In this post, we build a responsive image gallery using Blazor and Tailwind CSS.

Dave Brock
Dave Brock
Blast Off With Blazor
Use Azure Functions, Azure Storage blobs, and Cosmos DB to copy images from public URLs

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.

Dave Brock
Dave Brock
Azure
Blast Off with Blazor: Isolate and test your service dependencies

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.

Dave Brock
Dave Brock
Blast Off With Blazor