• Setting up a role system each and every time
  • If I have a table with important but hidden values that I need to use and I am ready to deploy this it always takes hours for me to either re-create the table in the live version or to export it from dev, transform the data somehow in order to be able to re-upload it (since the db only takes numbers with a dot but exports it with a comma)
  • converting elements to re-usables takes a huge amount of time.