Categories: Crud

  • What would SQL look like if...

    For a change of pace, lets do something more practical. I have little doubt that whatever solution I push for CRUD, it will be based on a language that behaves like SQL. But SQL has a large share of i…

  • The CRUD Problem - Types on Data Validation

    Continuing with the CRUD problem, the entire thing is data-oriented, right? When you have important data, the most pressing requirement you usually have is to make sure it's correct. A process that ch…

  • The CRUD Problem - Write Everything 3 Times

    Quite a few of the multitude of tiny problems one faces creating a CRUD come from the fact that the software is divided in layers. The modern implementations are universally composed of 3 layers, all …

  • The CRUD Problem

    Writing CRUD should be really fast; that should bring no loss of flexibility; the work required should be close to proportional to the business complexity; expertize and competency should have a measu…