#The optimal stack for web apps

17 messages · Page 1 of 1 (latest)

wheat iron
#

What's the best stack to use for web apps in your opinion? Should include database, frontend solution + backend language + framework 😎

shy shoal
#

html css js postgre php

#

all vanilla

wheat iron
#

What does this optimize for? Productivity? Simplicity? Also reasoning please 🥺

#

I'll have to go with:

  • Python + FastAPI
  • MongoDB + mongoengine
  • Vue 3

on my maximum productivity stack

Mongo just because mongoengine makes things so god damn easy, FastAPI is chill as well

Code will be slow but it's fine for yeeting out prototypes and you can always buy a bigger server (and then later move to PostgreSQL when you actually need performance)

shy shoal
#

im the type of ppl who dont do prototypes yet. prob will never make one. that's my reasoning. php/python btw

sacred rapids
#

for productivity its going to come down to what you know best

wheat iron
#

HTMZ > HTMX damn

sacred rapids
#

Have you used htmz? it's genuinely goates

wheat iron
#

Not yet

fierce wadi
#

There is no optimal stack is my take on this

#

Really depends on your requirements

wheat iron
#

If you're building from scratch, you can make all of the decisions

fierce wadi
#

If I'm building from scratch for a personal project I tend to go with python fastAPI + some relational DB

#

just because it's quick to get going