Exception Not Found

Eight Tips For Your Programming Team's Standup Meetings

As my organization has gone further down the Agile project management path (from our original process of a lean waterfall [https://www.exceptionnotfound.net/the-lean-waterfall-when-waterfall-looks-like-agile/] ), one of the things we've started doing is daily standup meetings [https://martinfowler.com/articles/itsNotJustStandingUp.html]. These are short (15 minutes or less) meetings

The Sublime Joy of Continuous Integration and Continuous Delivery (CI/CD)

Once in a while a new process comes along and blows your friggin mind. That's what's been happening with me and my team recently, once our organization finally implemented Continuous Integration (CI) [https://en.wikipedia.org/wiki/Continuous_integration] and Continuous Delivery (CD) [https://en.wikipedia.org/wiki/Continuous_delivery]

Creating a Post Archive with the Ghost API and jQuery

I've long been missing an important feature in Ghost [https://ghost.org/], my blog publishing platform: there's no inherent feature to create a post archive, or a list of all my posts in one place. I've gotten several requests for this feature, so I finally decided to just sit down

Mapping DataTables and DataRows to Objects in C# and .NET

Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes.

"I Don't Trust Anything That We Didn't Build"

The problems started small, as they often do. But as we've seen many times before [https://www.exceptionnotfound.net/how-do-you-fix-an-impossible-bug/], lots of small problems in quick succession tend to make one big problem. In this case, the problem got big fast. It started off easy enough: read the big report,

Exception Not Found © 2026