DEV Community

Discussion on: What Tech Stacks are Folks Using for New Projects?

Collapse
 
gdzierzon profile image
Gregor Dzierzon

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.