This assumes you've setup your keys properly, and have a grasp of this already. If you're assuming prior knowledge and configuration, would the same be true of setting up your Heroku toolchain?
Why PHP continues to thrive in the age of the PaaS
31–40 of 102 posts
Re: Why PHP continues to thrive in the age of the PaaS
#32But the pay rate for PHP developers is miniscule because every Pakistani and Indian is a PHP expert for $1/hr. Try to post a $20 professional website job on Elancer - and in 10 minutes you'll get 20 lancers eating each other for your "business".
So "thriving" is to be taken with a grain of salt.
Re: Why PHP continues to thrive in the age of the PaaS
#33Re: Why PHP continues to thrive in the age of the PaaS
#34I don't do much web development, just a product once every year or so to play around with an idea. Always in PHP. A few months ago I was asked by a close friend to help them with a not-so-serious site. I decided that I'd use Rails, because, hey, I've heard nothing but good about it from HN and the like. I was absolutely blown away by how much work it required to get started. That, and how painful it was to explain to…
When you're first starting with it, especially moving from creating PHP files, it seems very counter intuitive and over complicated. But once you get used to the layout, you understand why it really is far superior for creating websites.
Re: Why PHP continues to thrive in the age of the PaaS
#35Re: Why PHP continues to thrive in the age of the PaaS
#36Deployment, Staging, Package Management, etc are worth their weight in steps over the long run.
Like a few people have mentioned, Boiler-Plate/Template projects are how many of us work around quickly bootstrapping a new project.
Re: Why PHP continues to thrive in the age of the PaaS
#37I don't do much web development, just a product once every year or so to play around with an idea. Always in PHP. A few months ago I was asked by a close friend to help them with a not-so-serious site. I decided that I'd use Rails, because, hey, I've heard nothing but good about it from HN and the like. I was absolutely blown away by how much work it required to get started. That, and how painful it was to explain to…
Re: Why PHP continues to thrive in the age of the PaaS
#38PHP is popular because of it's simplicity, low cost (like zero) of entry and because of Wordpress. But the pay rate for PHP developers is miniscule because every Pakistani and Indian is a PHP expert for $1/hr. Try to post a $20 professional website job on Elancer - and in 10 minutes you'll get 20 lancers eating each other for your "business". So "thriving" is to be taken with a grain of salt.
Re: Why PHP continues to thrive in the age of the PaaS
#39Earlier quoted context omitted.
Yes, that's because PHP operates at thermodynamic equilibrium and creating order from those states requires the expenditure of energy. Rails is great for creating a site with a form where people can upload images, it's a 20 to 30 minute project in rails, pretty much just take any rails blog tutorial and add paperclip. (Note, it's not a 20 minute project for anyone who doesn't already know rails) Rails is not for non-…
http://en.wikipedia.org/wiki/Automated_external_defibrillato... -- the AED is worse in every way than a properly trained professional with the right tools, except for one way: its there, it sort-of works, and you can't beat something with nothing. Requiring a professional is a flaw, not a virtue. It's particularly problematic in our industry, where the end-user and most of the people involved in the production are no…
Your statement depends entirely on the context. I agree that requiring a professional to assemble my IKEA furniture would be a flaw. Requiring a professional to assemble my custom marble kitchen countertop totally makes sense and I'd hardly slam IKEA for not having such a package in Aisle 12.
Re: Why PHP continues to thrive in the age of the PaaS
#40I don't do much web development, just a product once every year or so to play around with an idea. Always in PHP. A few months ago I was asked by a close friend to help them with a not-so-serious site. I decided that I'd use Rails, because, hey, I've heard nothing but good about it from HN and the like. I was absolutely blown away by how much work it required to get started. That, and how painful it was to explain to…
You're making the mistake of conflating PHP the language with Rails the Framework. I can do your app in Rails pretty damn quickly at this point (with one of my current skeleton frameworks I can add authentication administration and other nice features pretty much "for free" as well) But tell me I have to do it CodeIgniter or Laravel and I'd be completely lost for days.