

THE MYTH OF NEUTRALITY - Center for Humane Technology
Hey kids! I've gotten another email from The Center For Humane Technology and this one is very share-worthy!! This offers a deep look...
Apr 1, 20223 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


Foundations of Humane Technology course
Hey kids! I’m excited to share this new online course from The Center for Humane Technology. I‘ve taken the email I received about it and...
Mar 15, 20222 min read


Update Custom Modal for Angular 12+
Hey kids!! The previous post I made about adding a custom modal to your Angular app is only good as-is up to Angular version 12. In the next Angular version 12, one of the properties needs an update. Let’s take a look at what changed and how we can fix it. The changes are minor and should be relatively painless .... I hope :) First, check your Angular version to see if this even applies to you. There are two version types - the CLI and the project itself. In your Terminal w
Mar 11, 20222 min read


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




