September 15, 2020 · 5 min read
With the new Azure Static Web Apps, you can include Azure Functions as a part of your deployment which gives you the best of both worlds when you deploy static sites. Crazy performance, but access to Azure Functions when you absolutely need to "write a little bit of code".
August 17, 2020 · 1 min read
Thanks for attending my session on building Single Page Architectures with Vue.JS and ASP.NET Core.
August 17, 2020 · 2 min read
What happens when an amazing client turns into a nightmare client in the matter of weeks. You might be dealing with a Stockholm Client.
August 11, 2020 · 3 min read
When deploying to Azure Static Web Apps, a common question that comes up is "How do I do 301 redirects?". Let's explore how in this simple tutorial.
August 5, 2020 · 4 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.
July 20, 2020 · 1 min read
Thanks for attending Building Custom Vue Services and Plugins!
May 25, 2020 · 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.
May 18, 2020 · 3 min read
I wanted viewers of my site to know if and when I was currently streaming on my Twitch channel. So I created a handy badge that tells them when I'm online. Here's how I did it!
May 15, 2020 · 6 min read
I have a pretty firm opinion that if you're using a relational database with .NET, you need to have Dapper in your stack.
May 15, 2020 · 1 min read
Are you interested in using Dapper, but your database uses Stored Procedures? No problem!