TLS Security
Hey kids! Let's chat a little about secuirty. It's become a hot topic these days with all the data breaches happening to well known...
Jan 15, 20232 min read
0 comments


Angular API hookup with Azure DevOps
Hey kids! Let's chat about how to use the subscribe function to connect your Angular UI to a backend API. It's quite simple, once you...
Jul 14, 20226 min read
0 comments


The Dreaded 'Unable to Connect to Web Server IIS Express' Error
Hey kids! If you've been writing code for more than ... oh ... a month, you'll run into this error. It's persisted in Visual Studio...
Mar 5, 20222 min read
0 comments


Avoiding a Memory Leak in Angular
Hey kids! I've been hard at work trying to get the hang of this Angular thing ... so far, it's slow but it's going! I'm happy to have a...
Feb 3, 20223 min read
0 comments


Exception Handling and Logging basics
Hey kids!! Let's go over some basics for exception (error) handling and logging. This is legit the hill I will die on when I'm debating...
Jan 14, 20223 min read
0 comments


Non Functional Requirements (NFR's)
Why we need NFR’s for our code. Non Functional Requirements
Dec 30, 20214 min read
0 comments


The Importance of Documenting your Code
Code documentation and why it’s important
Aug 23, 20212 min read
0 comments


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
0 comments


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
0 comments


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
0 comments

