DEV Community

Discussion on: What's your tech stack?

Collapse
 
matteojoliveau profile image
Matteo Joliveau

I'm currently moving from a Java-based company to a Ruby one. So we can say my current stack is:

Backend:

  • Java 8 with Spring Framework (Spring Boot, Security, MVC, Data JPA)
  • PostgreSQL, Oracle Database, Microsoft SQL Server (depends on the project)

Frontend:

  • Angular 5
  • Vue

Our deployment method varies from project to project, the most interesting ones get to be deployed as Docker containers on our OpenShift Origin server.

At the new company they use:

Backend:

  • Ruby
  • Elixir
  • Some NodeJS if I understood correctly
  • Postgres
  • Redis

Frontend:

  • ReactJS
  • Some Vue
  • ERB for templating

Deployed on AWS ECS and some bare EC2 instances