Blog Posts

MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.

Momentum Dev Conference and Design Patterns

Momentum Dev Conference and Design Patterns

Yesterday I presented Design Pattern Mastery at Momentum Dev Con, a first-year regional developer conference held in Cincinnati, Ohio. The event opened up with a Women In Technology panel that was very well-received, and …

Read More →
WeeklyDevTips Podcast Checklist

WeeklyDevTips Podcast Checklist

I’ve been doing a podcast for a little over six months now, called Weekly Dev Tips. The episodes are just 5-10 minutes long and don’t have a lot of extra fluff - they’re just straight and to the point, …

Read More →
Positive Reinforcement in Code Reviews

Positive Reinforcement in Code Reviews

Many developers dread reviews of their code, and one reason for this is probably that most reviewers only offer criticism rather than encouragement. Remember as a code reviewer that you can reinforce the things you see …

Read More →
Finding Things in Visual Studio 2017

Finding Things in Visual Studio 2017

I’m a proponent of small, single-purpose files for most things in software applications. This helps follow certain SOLID principles, like Single Responsibility and Interface Segregation. It also means my …

Read More →