Ask HN: What stack should I use to build my basic web app as of 3/29/18
1–10 of 58 posts
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#2Unless the objective is to learn - then picking the one that you know best is not a good strategy :)
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#3Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#4Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#5As other commenters say, if you want results, choose whatever stack you are most productive with.
As you say 'basic' web app: I'd recommend using Firebase, if you are comfortable with the vendor lock-in. For auth, database and deployment it doesn't get much simpler than this.
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#6Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#7Whatever stack you know the best. The technology really doesn't matter a lot, compared to a lot of other success criteria. Unless the objective is to learn - then picking the one that you know best is not a good strategy :)
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#8Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#9Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#10Whatever stack you know the best. The technology really doesn't matter a lot, compared to a lot of other success criteria. Unless the objective is to learn - then picking the one that you know best is not a good strategy :)
This would be my answer every month ( after you this time ;))
Most of my applications are built using Perl and the excellent CGI::Application module/framework.
I've used Dancer a couple of times, but that tends to be for smaller applications, and it has to be said that the last remaining dancer application I used in production was replaced by a port to golang this morning. Partly for a fun learning experience, and partly to simplify deployment.
For new projects, if they were small and self-contained, I'd probably gamble on golang. If they were more complex, or I was in a rush, I'd use Perl.