I have had Code Complete 2nd Edition and didn’t get much further than page 50 of about 860+ pages. So, I decided to start a book club to help me complete what I once put off. Last week only half …
Building Mental Models via Debugging – Understand Code Line By Line
If you ever get frustrated, like me, at trying to understand what is going on with your code, you may want to put the console.log() statements down for a moment and try out debugging. I regularly like to make horrible …
Troubleshooting and Debugging Visual Studio Database Projects (Especially for Post Deploy Scripts)
If you see error messages in your “Error List” window it may be because you are in a non compiled sql file. Just close all open windows and do a rebuild to see if any real issues exist on your …
Code Complete – Book Club Week 2
This week we talked about Chapters 5 and 6. We talked a little bit about abstract data types, and how they are just collections of things with data on them. We also talked about how Properties in C# pretty much …
Create a New Enterprise Grade Angular App in Minutes
Have you been wondering which plugins to use to make your angular project use best practices? You know you want to use prettier in your angular app but you don’t know how to set it up with tslint? This is …
Video Marketing World 2019 – Notes From Session
Table of Contents (To Come) Random Notes Talk Trigger – Check out the book VideoAmigo – Free tool for Youtube – It Takes your data but allows you to use the platform free Organize video data Lets you know how …
Installing SonarQube Community (Free) on a Server for Use with Azure Devops (Part 1: Installation)
The first thing that you need to do is visit https://www.sonarqube.org/downloads/ and download the latest community edition. Get the LTS if you are worried about having issues in the future. The next thing you will want to do is download …
Teaching yourself to Code without Getting Overwhelmed or Distracted by them Shiny Things
Disclosure: Some of the links below are sponsored. I only link to sponsored content that I believe in. If you like my blog, please consider signing up for free trials or purchasing the items that I link to! So you …
How to Get Lynda.com Courses For Free
Lynda.com has an amazing selection of courses, but it can cost upwards of $400/yr to get their full blown subscription. A little known secret is that many libraries have this service available at no cost. Below I will list out …