Create Excel Dynamically in Code
....some way to dynamically create a report based on some stuff in a database. And she needs it to be in Excel.
May 6, 20213 min read


Using Incognito with Visual Studio
Hey, kids! Let's set up your local Visual Studio to start using Incognito mode. I sometimes need this so the cache is cleared when...
Apr 28, 20211 min read


Career Resources
Career resources, DigitalLiv
Apr 23, 20212 min read


Angular Setup Tips and Tricks
Hey kids! I am learning Angular and have come away with some small takeaways for folks that have limited coding knowledge so far. I am learning Angular 11, so any other version may not be accurately portrayed. I decided to start with the tutorials on the Angular site here and set up some test projects in StackBlitz. My first one is here if you want to check out the gloriousness https://angular-hqcgzp.stackblitz.io I ran into some things that weren't explained when I moved
Apr 7, 20213 min read


The Great Debate - Single or First
Ah, the joy of having options! I have definitely had some spirited debates regarding which method to use .First() or .Single() I am...
Mar 10, 20212 min read


Unit Tests
If you are anything like me, you are not a fan of writing unit tests, but appreciate the gift they give when written properly. See the...
Mar 1, 20212 min read


Time Test your Sprocs
Hey kids! Have you had issues with your queries running slow, or you aren't sure how to time them? Maybe you don't know exactly where...
Feb 26, 20212 min read


Switch Statement Fun
Hey kids! Let’s have a chat about how to properly use a switch statement. We are only able to use a switch is we are comparing a constant variable. Meaning - the value you are comparing must already be evaluated. There is not a limit to the amount of cases your constant can match, however it is a good idea to always list a default value in case the expected constant value comes through as something different. Always account for edge cases in your code. Let’s use our friend,
Jan 30, 20213 min read


Umbraco Admin Password Reset Tip
I tend to be really great at creating crazy passwords, especially for Admin access to a site I'm building. That also means I'm really...
Jan 21, 20211 min read


NSA - Defense Dept Security Update
As we are all aware, the US government and SolarWinds cyber attack was a big deal. If you have not reviewed your own security protocols,...
Jan 11, 20211 min read






