Articles

Technical insights on .NET, Azure, and modern software development

I Love Azure Static Web Apps

5 min read

I've spent a little bit of time working with Azure Static Web Apps in their preview phase, and it's an amazing solution to a couple core problems I had with deploying static apps.

Read More

Adding reCAPTCHA to Static Sites with Azure Functions

5 min read

My mailing list was suffering from spam signups due to an unprotected form. Since it was a static site, I needed a solution that didn't require me to host infrastructure. In this article, I'll discuss how I used Azure Functions to process reCAPTCHA tokens for my static site.

Read More