DEV Community

Discussion on: what tech stacks do you use?

Collapse
 
jamesvanderpump profile image
James Vanderpump

Hetzner VPS (8 core/32GB ram)
Ubuntu 20.04
PostgreSQL 14
Nginx
Node.js
Redis (cache)
Amazon SES (emails)
Next.js (custom server setup)

  • Typescript
  • Rest API + Postgraphile + socket.io
  • MobX (state management)
  • Bootstrap 4 CSS
  • Log4js
  • knex.js + Prisma 2
  • Telegram alert monitoring
  • netdata server/service monitoring

Pretty happy with this stack, coming from Drupal -> WordPress -> Node.js + Vue -> Node.js Next.js/React.
The only thing I would change is a distributed database like CockroachDB or YugabyteDB. But my field tests have shown they are too slow and require significant changes to the database table design.