Ask HN: Fastest/easiest framework to build a web application in 2017?
31–40 of 40 posts
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#32Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#33I'd be interested in views on fastest to develop with - and not relative to what you are most experienced at
I think your expierence in a system/framework or programming language is a key factor in "fast" development and to be honest, the question for the "easiest and fastest" framework is totally wrong and you won't get nothing out of this question. All answers will come from people with different expierence levels in programming, frameworks, projects and many other things - all answers are biased towards the expierence of…
Im primarily a Java monkey, but used django and django REST in a few side projects and was developing much faster. This includes picking up python3 as i went along. The end result was i wished Java had its own version of django.
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#34Earlier quoted context omitted.
The core WordPress software is amazing. The plugin developers and community are another story. I've had cases where WordPress plugins have unlisted dependencies, bundled plugins that completely alter the WordPress Dashboard, build systems that go against established WordPress software patterns, etc etc etc. The majority of the community seems to be fine with this as they treat it like self-hosted Squarespace (set it,…
> The core WordPress software is amazing In that outsiders who see the code are amazed people still proudly ship this glorp?
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#35Rails, without a doubt. Don’t waste your time on Django and all the Node stuff is just a mountain of distractions. (I’ve been doing this for over a decade. At one point I was a Django zealot and avoided Rails like the plague. Boy was I wrong)
Currently I know Python and am using Django.
I am too lazy to learn Ruby. Is it worth it to learn Ruby just to use Rails?
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#36Backend: Laravel (PHP)
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#37I would still recommend Rails or Laravel(PHP). Both are similar so choose the one you know/fits you best. nothing to something: Laravel you can go from zero to auth + dashboard in like 5 minutes. There are lots of packages to speed things along. Some of the items I'm recommending are paid, but they are well worth the value they provide and support the creator of Laravel and has enabled him to work on Laravel full tim…
Laravel + Mix will help you in getting started with single page app using Vuejs.
For the jobs, you can monitor them using Laravel + Horizon just like Sidekiq monitoring dashboard.
Also, in laravel 5.6, bootstrap 4 will be added as a preset.
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#38I would still recommend Rails or Laravel(PHP). Both are similar so choose the one you know/fits you best. nothing to something: Laravel you can go from zero to auth + dashboard in like 5 minutes. There are lots of packages to speed things along. Some of the items I'm recommending are paid, but they are well worth the value they provide and support the creator of Laravel and has enabled him to work on Laravel full tim…
Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#39Re: Ask HN: Fastest/easiest framework to build a web application in 2017?
#40I would still recommend Rails or Laravel(PHP). Both are similar so choose the one you know/fits you best. nothing to something: Laravel you can go from zero to auth + dashboard in like 5 minutes. There are lots of packages to speed things along. Some of the items I'm recommending are paid, but they are well worth the value they provide and support the creator of Laravel and has enabled him to work on Laravel full tim…
But Laravel documentation is really bad, isn't it? Or is it the same for other frameworks as well? I mean the official textual documentation.
They spend a lot of time on the documentation.