Tagged “programming”

  1. The power of "so what?"

    How to connect development solutions back to their business problems.

    Read Post
  2. Error Handling - The Basics

    A starting point to better understanding errors, exceptions, the difference between the two terms, and more.

    Read Post
  3. Technical Pedantry

    The golden rule for why being right can be the opposite of being successful.

    Read Post
  4. Error Handling - Throw Low / Catch High Principle

    How creating a singular point of error handling and avoiding intermediary catches can reduce bugs and make code more maintainable.

    Read Post
  5. Design Pattern - The Special Case

    An pattern that reduces excess conditionals, removes null checks, and encapsulates edge cases.

    Read Post
  6. Design Pattern - The Visitor

    An pattern that allows pluggable operations on class instances by allowing them to receive visitors, with variants allowing for varying levels of control on either side of the exchange.

    Read Post
  7. Tech Organization Velocity Scorecard

    One constant every organization has is the need for a high rate of delivery. Over my career I've continuously compiled broad indicators that I've seen help (or hinder) the velocity of teams.

    Read Post