Taylor Hutchison's Programming Blog

I am a dotnet, Angular, and Azure developer based in Nashville, Tennessee.

Connect with me on Threads or GitHub

Using dark and light themes for your site

2024-07-28

Style your site using dark or light themes using the preferred color scheme of the user.

Go to Using dark and light themes for your site

The basics of grep

2019-09-18

How to use grep to easily find contents and how to exclude directories from your search.

Go to The basics of grep

Ranking results in a subquery using ROW_NUMBER()

2018-12-16

The basics of the ROW_NUMBER function and how to use it to order results.

Go to Ranking results in a subquery using ROW_NUMBER()