Profile picture of Taylor Hutchison

Taylor Hutchison's Programming Blog

I am a .NET & Angular developer and application architect based in Nashville, Tennessee. I am active on twitter so feel free to contact me there.

I am also the co-host of The Reference Counting Podcast along with Andy Collins

Blog Posts

Powershell Todo Manager

October 16th, 2019

For those always at the command line.

Read more

Fundamental powershell cmdlets for beginners

October 13th, 2019

My recommendations for the 4 most useful cmdlets for powershell beginners.

Read more

Multiple Angular Test Configurations

July 15th, 2019

Using Angular CLI configuration files to selectively execute unit tests based on a file name pattern.

Read more

TypeScript Interfaces

May 5th, 2019

The advantages of interfaces in TypeScript and when to prefer them over classes.

Read more

Ranking results in a subquery using ROW_NUMBER()

December 16th, 2018

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

Read more

The basics of grep

September 18th, 2019

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

Read more

Creating complex objects with dapper

March 23rd, 2016

Read more