• by dougbarrett on 12/16/2021, 7:01:56 AM

    I don't think your default is necessarily the easiest way to get an app up and running, and certainly because of vendor lock-in and training required for the Google platform/services, you risk limiting the pool of available talent.

    My default would be Ruby on Rails, or Laravel, and use something like Heroku or Render for hosting where all you need to do is push to a git repo to deploy.

    Decoupling your frontend and backend may be useful down the line for scaling, but to start a monolithic stack is going to allow you to be the most productive.