Ask HN: What stack should I use to build my basic web app as of 3/29/18
11–20 of 58 posts
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#12Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#13Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#14Go for what works for you, a popular stack may not necessarily be best for you unless you, at least, have experience with the technologies. My current default stack. Frontend: Vuejs (pwa) Backend: Go (exposes json api endpoints for frontend) DB: mariadb / sqlite
Do you use Swagger or sth. like that to auto-generate the boilerplate from an API spec?
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#15Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#16Besides the actual functionality, that you can also get from smaller libraries, you want a framework because it gives you standard go-to solutions for many common questions you encounter when making a basic, relational database backed application (database access, database migrations, templating, forms, validation, caching, translation, etc.)
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#17http://djangoframework.com is overall one of the best documented + most stable web frameworks out there. Besides the actual functionality, that you can also get from smaller libraries, you want a framework because it gives you standard go-to solutions for many common questions you encounter when making a basic, relational database backed application (database access, database migrations, templating, forms, validation…
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#18Earlier quoted context omitted.
This would be my answer every month ( after you this time ;))
Mine too :) 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…
Mojolicious is my preferred Perl framework.
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#19http://djangoframework.com is overall one of the best documented + most stable web frameworks out there. Besides the actual functionality, that you can also get from smaller libraries, you want a framework because it gives you standard go-to solutions for many common questions you encounter when making a basic, relational database backed application (database access, database migrations, templating, forms, validation…
Re: Ask HN: What stack should I use to build my basic web app as of 3/29/18
#20Earlier quoted context omitted.
This would be my answer every month ( after you this time ;))
Mine too :) 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…
Except for perhaps an unfortunate name it was an interesting project. I can see that all links to it doesn't work anymore..