CoderSupreme@programming.dev to Programming@programming.dev · 1 year agoWhat is your favorite software stack for full-stack web development?message-squaremessage-square54fedilinkarrow-up143arrow-down15
arrow-up138arrow-down1message-squareWhat is your favorite software stack for full-stack web development?CoderSupreme@programming.dev to Programming@programming.dev · 1 year agomessage-square54fedilink
minus-squarecrowfx@crowfx.web.idlinkfedilinkarrow-up4arrow-down2·1 year agoHTMX + Go. Go as a backend has a very nice multithreading model to extract more speed and value from your app. The built-in standard libraries provide many good abstractions. Also the templating engine is very nice to use.
minus-squareapd@programming.devlinkfedilinkarrow-up2·1 year agoI hate go templating, I really really do. I don’t even really know why. I just hate it.
HTMX + Go.
Go as a backend has a very nice multithreading model to extract more speed and value from your app.
The built-in standard libraries provide many good abstractions.
Also the templating engine is very nice to use.
I hate go templating, I really really do. I don’t even really know why. I just hate it.