DEV Community

Discussion on: What STACK do you choose and why?

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

ui: svelte + tailwinds
api: servicestack + .net core
db: mongodb + mongodb.entities
architecture: vertical slices (without mediator pattern)

why: pure developer experience and performance compared to anything else I've tried.

here's an open source example in case anyone's interested: github.com/dj-nitehawk/VisitorLog