Most Business Problems Are Data Modeling Problems

Business problems that are being solved with software tend to reduce to a data modeling problem.

  • Prevent Empty Strings in Postgres

    A common data consistency issue is writing empty strings to the database. An empty string "" is a perfectly valid text or varchar but is usually not what you want.