this post was submitted on 29 Oct 2023
1 points (100.0% liked)

Side Project

29 readers
1 users here now

A community for sharing and receiving constructive feedback on side projects.

founded 1 year ago
MODERATORS
 

hey all, anyone else feel the paradox of choice with tech stacks for side projects? sometimes simpler is better. what's your go-to stack when you just want to get an idea out fast? would love to swap notes and learn from each other's shortcuts.

you are viewing a single comment's thread
view the rest of the comments
[–] The_real_bandito@alien.top 1 points 1 year ago

NodeJS using Fastify framework and StencilJS. I tend to deploy on Google app engine but I am giving a try to Azure.

Back then I used to use Angular but I got tired of new versions breaking my apps all the time. Didn’t even tried React for the same reason (I had a bad experience upgrading this apps for my old job projects)