DEV Community

Discussion on: Docker, Django, Traefik, and IntercoolerJS is My Go-To Stack for Building a SaaS in 2020

Collapse
 
arvindamirtaa profile image
Arvind Nedumaran

Love Intercooler.js. It's such an underrated project.

Haven't gotten my hands on traefik. But that's just because I've refused to buy into the docker world.

Here's my stack:

  • Python+Django
  • Intercooler.js + JQuery
  • Nginx + uwsgi on an ubuntu box (usually on AWS)
  • Ansible -> Vagrant for local dev -> Terraform for production
  • Postgres
  • Sentry
  • Circle CI (but I've been messing with Github Actions lately)