DEV Community

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

Collapse
 
gollyjer profile image
Jeremy Gollehon • Edited

We're a two person shop developing mobile products with the goal of doing big things on a small budget. Ideally we get where we're going without the need to raise capital too early.

With this in mind we choose open source, community driven tools that provide high developer leverage.

  • apps
    • React Native via Expo written in Typescript
  • backend data
    • postgrSQL database + Hasura GraphQL.
  • backend business logic
    • Node + Express
  • hosting
    • Heroku with the move to AWS when a project gains traction.