The advantages of HTML as a data model over basic declarative ORM approach
Very often, backend devs don’t want to write code. For this, we use one trick : derive HTML widget for presentation, database access, REST endpoints from ONE SOURCE of truth and we call it MODEL. A tradition, and I insist it’s a conservative tradition, is to use a declarative model where we mad the...