"We know changes like this can raise questions, and we want to be clear about what this means for customers." Proceeds to not be clear about what this means for customers.
As a former enterprise person, this clearly states “exiting growth cycle into low-staffing maintenance mode”; Salesforce must have bought them to kill a price-beating competitor to multi-year Salesforce PaaS contracts, same as Okta did with Auth0. Investors are typically-majority short-sighted and only care about growth-cycle revenue, so once they reached market saturation, they were ripe and duly reaped. So long, He…
An Update on Heroku
201–210 of 366 posts
Re: An Update on Heroku
#202Earlier quoted context omitted.
Yup, their Git Push Deployment was really a killer concept and a huge gateway for people just writing good apps not needing to care about infra and still being able to get a production-ready setup.
Couldn’t agree more. That “git push and you’re live” moment removed a huge amount of accidental complexity, and it’s been the guiding experience behind what we’re building at Build.io.
I think the usual solution to this is to talk about cool stuff you've done that is only incidentally relevant to the product you're selling. For example, some detail on how you built a technical system or solved a problem, etc...
Re: An Update on Heroku
#203Earlier quoted context omitted.
Very close to the worst alternative for people who actually need Heroku, but it won't stop people from plugging it to death and back.
Eh, no, depends on why you used Heroku in the first place. Way back when, I used it because the UI was dead simple and it Just Worked™. If I can replicate that with a VPS and have a good UI around it that takes care of everything, it's functionally the same to me.
Realistically, self-hosting the PaaS defeats the purpose of a PaaS for the crowd Heroku was attracting.
Re: An Update on Heroku
#204Reading the comments, it turns out the blog post says nothing.
Reading the between lines, Heroku is being deprecated.
Re: An Update on Heroku
#205Earlier quoted context omitted.
Eh, no, depends on why you used Heroku in the first place. Way back when, I used it because the UI was dead simple and it Just Worked™. If I can replicate that with a VPS and have a good UI around it that takes care of everything, it's functionally the same to me.
"Depends on what you used it for" applies to just about any platform. Realistically, self-hosting the PaaS defeats the purpose of a PaaS for the crowd Heroku was attracting.
Re: An Update on Heroku
#206The downfall of Heroku should be studied, they had lightning in a bottle and blew it. Salesforce acquired them and just let it die, baffling.
So much of the value was already delivered in that simple `git push heroku master` which gave you a container + load balancer + a database. The vast majority of people didn’t need more. And of those that were left that did far too few of them were willing to suddenly start paying $32/mo per dyno (you just gave me one for free! I only want one more!) or make the jump to multiple hundreds of dollars for a database.
Read any of the threads about Heroku over the years. The biggest complaint is always “it’s too expensive”. Even when a large percentage of what was on people’s bills were add-ons like databases, new relic, redis, logging, etc (i.e., not Heroku).
Re: An Update on Heroku
#207We eventually migrated to AWS directly, because Heroku basically exploits you.
Now I'd probably use Fly IO if not just a lambda with AWS gateway.
I don't like building backends and will avoid doing so if possible.
Re: An Update on Heroku
#208The downfall of Heroku should be studied, they had lightning in a bottle and blew it. Salesforce acquired them and just let it die, baffling.