DEV Community

Tawhid
Tawhid

Posted on • Updated on

what tech stacks do you use?

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!

Buy me a coffee

Latest comments (38)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Front-End: HTML, CSS, JavaScript, TypeScript, React, React Native, Redux
Back-End: Python, NodeJS, SQL, NoSQL, Docker

Collapse
 
ironcladdev profile image
Conner Ow

React + Next.js + SCSS is my main web dev stack.

Collapse
 
njoroge profile image
Dennis Kamau

I use Full stack Ruby on Rails

Collapse
 
whjte profile image
John Snow

React for frontend
Rust / ActixWeb for backend
Postrgre/MongoDB/web3 (depending on the project) for database
GitHub CI/CD and version control
GCP and DigitalOcean for deployment

Collapse
 
siddharthshyniben profile image
Siddharth

On the backend, I use multiple languages but primarily Node.js, and I have a ton of libraries on npm too. I use either Mongo or Redis depending on the use case. Deploys on Railway.

On the frontend I use Angular. I know it's kinda unpopular but I like the power which comes with. I also use just plain HTML a lot because I don't really make many complex apps (I prefer experiments). I either make an ultra huge app or a small one, no in between 🤣

Collapse
 
jake_nelson profile image
Jake Nelson • Edited

Backend services - Golang + Logrus.

Front-end eng - mostly Flutter (on Dart) these days. The write it once and build in many systems approach seems good for smaller teams or personal projects.

I'm a big fan of the firebase ecosystem with their NoSQL database Firestore. On price, it can't really be beat.

If I'm not working in firebase, then probably Postgres on CloudSQL.

I love Google Cloud Platform. That's what I work day to day.

Collapse
 
gktim profile image
gkTim

Vue.js, nest.js and supabase also vercel for hosting.

Personal projects but also at work. Pleasure to work with this tech stack.

At work also angular and nx.

Collapse
 
phprocs profile image
php-rocs

LAMP Stack composed of:
Bootstrap 4/5,
PHP,
Codeigniter,
MySQL

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.

Collapse
 
davipon profile image
David Peng

Frontend: SvelteKit, TailwindCSS, daisyUI
Backend: Node.js, fastify, MongoDB
DevOps & CI/ CD: GitHub actions, docker, Envoy proxy (BitBucket, JIRA, and Jenkins at work)

Collapse
 
mridulnetizen profile image
Euxodous

MEAN

Collapse
 
rafo profile image
Rafael Osipov

For work: .NET, C#, Xamarin, MS SQL, Azure.

For personal projects: Golang, TypeScript, Angular, Java, Python.

Collapse
 
archnim profile image
archnim

Web front-end :
Vue - Nuxt - Vuetify

Web back-end:
Nodejs

Systems programming:
Nim-lang (nim-lang.org)

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Javascript: any.
Node JS, Sequelize, Joi, React, Next JS... depending on the project needs.

Collapse
 
connectwithajayy profile image
Ajay Gupta • Edited

C# , Dot net core API and React JS

Collapse
 
dumboprogrammer profile image
Tawhid

you mean dot *net ?