DEV Community

Discussion on: What is your preferred Tech Stack?

Collapse
 
kiendangtran profile image
Kien • Edited

Most of my project are enterprise app so I'd prefer

  • Spring cloud to build Restful API,
  • Front-end using ReactJS + ReduxJS + Material UI,
  • gitlab for CI/CD. I dockerized both BE & FE so I could deploy them to a k8s cluster or docker swarm for small project.
  • I managed infrastructure using terraform.
  • Sometime when I need to build mobile app, I'd use Flutter + Firebase
Collapse
 
burhanuday profile image
Burhanuddin Udaipurwala

Seeing you use React in your frontend, any particular reason that you use Flutter instead of React Native?

Collapse
 
kiendangtran profile image
Kien

I personally dont like javascript so I'd avoid using it as much as possible. I use it for FE web app 'coz there are no other choice