Tag: System design

  • ‘Speed vs Scale’ decisions | Is there a silver bullet?

    Speed (of execution) A task is completed quickly when it is finished in a short amount of time. The solution will have multiple shortcuts. It might not be the most automated or scalable solution to the problem but solves 90% of the problem. Tasks that prioritize speed fall under the category of MVP (minimum viable…