Microsoft PowerToys
Hey kids! I was recently made aware of a cool new suite of free tools from Microsoft. This utility suite is also open source so, if you...
Jun 24, 20233 min read


Fun With LINQ
Hey kids!! It never fails, there's always that one super easy thing that we forget. It's very basic and one of the fundamental things you've learned about C#, and should make sense in our brains, but this one thing most certainly doesn't stick. All of us have that one function or object that seems to be forgotten as soon as its used. Until you need it again in a week, month, year. So, here's the one aggravatingly easy LINQ Microsoft .NET statement I always have to look up
Jun 15, 20232 min read


Top 10 Cities for the Tech Industry
Top 10 cities to live in for tech; info on techncial interviews for big tech
May 11, 20233 min read


Website Builders
I've had the .... pleasure? of working on clients websites in both the Wix and Weebly site builders. I've also worked in GoDaddy and...
Apr 27, 20233 min read


LaunchDarkly Feature Flags
Hey kids! Remember how we've discussed how import it is to use feature flags in your code? Let's discuss how to set up feature flags...
Feb 17, 20232 min read


Azure DevOps Notifications
Have you been assigned to a Project in Azure DevOps and you aren't getting notifications when a work item is assigned to you?
Feb 3, 20232 min read


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


How to Delete a Committed Branch
Hey kids! I have a confession to make - it never fails, whenever I push a branch and regret it (meaning I'd just like a do-over and to...
Aug 26, 20222 min read


Creating a Form in Angular 12
Hey kids! Let's continue learning to do some fun things with Angular! Next up is adding a form to your site. I used the base Angular site demo to make the base. Then I crafted the individual changes I needed for my purposes. To follow along, you can use the link below for additional information and resources. https://v12.angular.io/guide/forms Verify your Angular version in the package.json file first. Other versions may not play well as-is but the basic ideas should st
Apr 9, 20225 min read


Checking your Angular version
Hey kids! Now, I know this is really simple, but I did have to Google how to do this, so I thought I'd share for our one-stop-shop of all things Angular!! How do you check your Angular version? Easy!! Open your Terminal Window in Visual Studio or in VS Code now type: ng --version Your CLI version will pop up for you so you can verify. To check you Angular project version, you need to open the package.json file and find the "dependencies" section. This will tell you what A
Mar 24, 20221 min read






