DEV Community

Discussion on: What would your tech stack of choice be for a new web dev project?

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

I wouldn't dream of doing it any other way than following:
Frontend: Svelte
Css: Tailwind
REST Api: FastEndpoints (.Net 6)
Data Access: MongoDB.Entities
Architecture: Vertical Slices with REPR pattern for endpoints.

Collapse
 
wbuckley15 profile image
Warren Buckley • Edited

Huh, I had never heard of Fast Endpoints until recently (Nick Chapsas did a video about it). Need to write a little toy project to try it out.