If I were to build a bootcamp in 2025, it would be radically different from the typical fast-paced, syntax-heavy programs out there. The goal? Mastery, engagement, and deep understanding—not just rushing through projects or copying code. Here’s how I’d do …
Category: Uncategorized
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 …
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 …
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 …