Back
Question
What is your dev stack of choice?
No language is better than another... as long as you ship (or at least try to).
Every man for himself. :)
We're a group of makers shipping together. We help each other stay accountable and reach our goals.
Apply for accessGo to Homepage | g h |
Go to Done Todos | g d |
Go to Questions | g q |
Compose a New Todo | n |
Go to Search | / |
Show this dialog | ? |
👋 Join WIP to participate
Frontend: Vue, handlebars or static HTML (maybe built with a static site generator)
Backend: Express/Node (goto) or netlify lambda (trying this out)
Hosting: now.sh, netlify, cloudflare (CDN)
Database: Postgres, Airtable
Still looking for good (cheap) database hosting, I might have a look at spinning up a Dokku instance on DigitalOcean.
Frontend: React, styled-components, host on Netlify
Backend: node.js, prisma + graphql-yoga, host on heroku (free plan) while developing and then DO
Mobile app: React Native
Dekstop app: Electron
Frontend: React, Mobx on netlify
Backend: feathers-js (awesome nodejs framework), on heroku OR aws lambdas using serverless
DB: mongo/postgres, depends on the project
I'd like to use only serverless as it's very cheap and scalable out of the box, but it's still quite young (no socket support, not very smooth dev flow...)