DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
katafrakt profile image
Paweł Świątkowski

My go-to stack is to not have a go-to stack, but choose the the tools fitting the job. Of course, choices are somehow limited. Trying to write it down:

  • For mostly-CRUD but dynamic web app: Rails + Vue + PostgreSQL
  • For general-purpose dynamic web app: Phoenix + Vue + PostgreSQL
  • For mostly static thingy probably Gridsome + API with something lightweight, such as Hanami::API maybe. Or better, my own API framework built on top of dry-rb and Hanami