I'm doing a bit of research for an upcoming article and potential content for a book down the road and I'm wondering what types of tech stacks people are looking at when starting a new project.
Example tech stacks would include:
- MEAN / MERN / MEVN
- .NET 5 Back End / Vue.js Front End / SQL Server Database
- PHP / MariaDB
I'm also curious what considerations you make when choosing a tech stack, though I understand for the vast majority of organizations a legacy tech stack is already in place.
I'm curious to see the variety of backgrounds you all have on this one as well as which are the most popular, so please comment and upvote other comments that represent your stacks well.
Latest comments (22)
For side project: PM2+NodeJS,NestJS + Angular10, MySql/sqlite,Redis.
For work: AWS, Redis, nodeJS Angular10.
NEAT STACK
neat-starter.netlify.app/
I really want to try this one. It looks so lightweight, so simple, so efficient.
A lot of folks are using HarperDB for new projects as well, it might be worth checking out! (HERN is the new MERN, but maybe I'm slightly biased 🙂)
This is some of what I've been using for Python/React serverless projects along with starter kits: dev.to/cybermischa/python-2020-mod...
No code tools like Bubble. Game changer.
React
Any server or database or just react front end?
react for front end.
i don't get chance to write backend code, but if I get the chance, it will be nodejs
Because I have spent maximum of my career in JavaScript.
For any hobby & passion project most important tool I use is Ruby on Rails, it empowers the solo developer and the framework include so much of the box while at the same time being very opinionated which is good for beginners. I tell people once you understand the basics of rails, it's absolutely a magnificent framework but yeah let's get started here.
Services:
deliver.lateris putting the job in a que which is good for the server and this why I think rails is so powerful at the end of the day, even a novice developer like me can put out a production ready web application without knowing that much.JavaScript framework
No! I don't use any JavaScript framework at all for my hobbies and pet projects but,
I do like StimulusJS 2.0 framework very easy to use in small projects it gives me a lot of throwback to the jQuery days, oh much simpler times.
"oh much simpler times". I empathize a lot with that!
Hi Matt,
This is a great question. I've actually thought a lot about this topic. I will dabble with several variations of this just because I love learning, but here is my go-to response if I am starting an actual dev project.
.NET 5 / ASP.NET MVC with vanilla JavaScript / SQL Server
or
.NET 5 / Angular / SQL Server
I've used Mongo on a couple of enterprise projects, but we chose mongo specifically because the data was not structured. Mongo would not be my go-to default.
I'm not sure what mean MEAN/MERN/MEVN to be honest.
My stack is:
They are the main things. You can read more in my old post.
ME*N is Mongo Express Angular/Vue/React Node
Oh I see, I started with that stack for multiple years ago, but for now, not anymore because of Hasura. 3factor architecture is the best for me.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.