In this ninth issue of Inspired Design Decisions, Andy Clarke will explain how studying the work of Max Huber, one of the less well known but most distinguished Swiss designers — will teach you how to turn mundane subjects into exciting visual communication.
Models are classes that define the properties of a particular data to be stored in a database. For example, if we have a user model, we would define the properties of a user for our application such as name, email, and so on. So each time we want to create a new user, we use the user model we’ve defined.