Building Vue Services and Plugins

July 20, 2020 · 1 min read
Thanks for attending Building Custom Vue Services and Plugins!

Adding reCAPTCHA to Static Sites with Azure Functions

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.

Building a Twitch Badge For My 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!

What is Dapper, and why you should consider it for your .NET projects

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.

How do you call a stored procedure with Dapper?

May 15, 2020 · 1 min read
Are you interested in using Dapper, but your database uses Stored Procedures? No problem!

Better Object Mapping with Dapper Resources

May 14, 2020 · 1 min read
Thanks for Better Object Mapping with Dapper!

21st Century Background Services Resources and Replays

May 13, 2020 · 1 min read
Thanks for attending 21st Century Background Services!

The Dev Talk Show Recap and Resources

May 7, 2020 · 1 min read
Thanks for Attending The Dev Talk Show!

Talking Remote Tools for Developers with Bret Fisher

April 14, 2020 · 1 min read
A couple weeks ago, I had the chance to hang out with my friend Bret Fisher on his weekly Docker and DevOps show. We chatted about tools for remote teams doing development or collaboration. Check

How to run Visual Studio Code on Mac OSX

April 7, 2020 · 1 min read
EDIT: You can just do this from Visual Studio Code now. Terminal Currently, there isn't an automatic method for doing this, but with a little code in your ~/.bash_profile file, you can configure it.
← Prev
Page 3 of 8
Next →