@techm I dabble in web development but wonder: What options do we have as web developers if we want to avoid the 101st time?
E.g., Will it help if we put a code-state ID (e.g. checksum) in the JS or Wasm file name and then reference it from the HTML? Will it help if we use headers that tell the browser not to cache HTML as long?
Will it help if we initialize a page and immediately look up a schema version number from the db, reloading the page if (e.g.) we were suspended during a db migration?