What tech stacks(MERN, MEVN etc) do you guys use in your personal projects or work? and why do you use that?
Do you like your tech stack? or do you want to switch?
Let me know in the comments below!
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (37)
Damn! you use Emacs?!
For work i’ve used java spring with postgres and angular and for my projects i use the MERN stack or next js with firebase
Nice, firebase is darn good for personal use.I use it in every of my projects
Backend - Node, Express, Mongodb, Graphql for APIs
Frontend - React, Nextjs, Tailwind, Next UI - Component library
Never heard of Next UI. Does it easily work together with Tailwind?
I use next ui because of their design and their dark mode support. I guess you won't need tailwind for applying css for next ui components, I use tailwind for layout related styles.
No man don't mix the two. Tailwind CSS styles broke my NextUI theme. Not recommended.
I use nestjs, mongodb and react mainly but i also like to combine firebase and react as well
Nice, what do you mainly use as the database?
Mongodb and firestore
At work, we use nextJS for the render layer. Our data comes from services we write in Go.
Sports data is a active service running on AWS EC2 and uses Postgres. Finance data runs passively in AWS lambda functions.
The frontend renderers are AWS Fargate instances.
Code and build pipeline on Github.
‐--
My personal stack varies (mostly in order to learn from it).
I made good experience with elderJS as frontend layer. I am recently working with Strapi as a basic CRUD api with some satellite services around it for storage, conversion and video streaming.
Laravel, Vue.js, Node.js, MySQL
As a frontend dev, I really like what Supabase is doing for the backend.
Along with Next JS. 👍✨noiiice
Java, Spring, PostgreSQL, ElasticSearch, Kafka/Messaging, Kubernetes, Docker, Angular, GitHub Actions, GCP.
I don't want to use Angular for the next one. It's a maintaince and performance headache.
I like GCP over AWS and Azure for the tech. But GCP sucks in support and help.
I'm a big fan of AWS. They have stable tech, easy to reach support, billing flexibility, etc.
Azure is different and I guess they're perfect for a mature enterprise.
I like to use the mern stack