No more excuses to launching your idea!
July 30, 2015 05:27
Programmers are very proud of their code. Everybody wants to build the best code as possible and they forget about delivering value to the future possible customers and the idea ends not happening.
I saw in Stamplay an opportunity to make all that ideas that were in the drawer happen—it is easy to use, to setup and it delivers what I—as a frontender—always wanted: data. Now, with my abilities I can give life for them, and finally I am launching the applications I've been dreaming for the last years.
Technically speaking, Stamplay delivers an API and there's no effort to get there. Also, all the integrations it gives us such as Stripe, Facebook, etc. are time saviors—I really just need to focus on what matters most, which is designing a great user interface for delivering the value my customers deserve.
Last but not least, are you experiencing a problem or have a question? Oh, no worries—this is your littlest problem because their staff are always ready to help you with the maximum professionalism and politeness you've ever seen.
Heroku is for everyone
March 24, 2014 06:39
I use Heroku, for almost any project of mine. Their free plan is awesome for testing, solo developers or your startup and its almost impossible to not cover you somehow. Adding an add on is a simple command away and I find it easy to use it both on my Windows PC or my Linux laptop. Their documentation, covers almost everything. In particular I have used Heroku for Spring, Django and AngularJS. I even find it easier to run my project on my local dev with foreman start, than ./manage.py runserver (for my django projects). There is no place like Heroku for the developer!
Great way to get apps out there, easy to outgrow
February 04, 2014 11:12
Can't beat the simplicity of deploying and managing apps, the pricing is a bit high, but you are paying for those streamlined tools. However, after several experiences of tracing issues back to Heroku's stack, not having visibility into what they are doing has prompted moving two applications off of it and on to other more transparent cloud solutions. Heroku is amazing for what it is, hosting for early stage products.
Stamplay-The Web Developer's Best Friend!
September 12, 2015 20:54
Stamplay has changed the way I look at back-end coding. I am a fullstack javascript engineer, and typically use Node.js for my server-side operations. But since I discovered Stamplay I can achieve the same results in half the time, with a half the code! Much more efficient and maintainable than most common back-end frameworks and developer platforms. I love it!
Indispensable for prototyping
February 04, 2014 03:51
I've been using Heroku for 3 years now, they have grown super fast and each time they're improving their services. What I really like the most is how easily you can show to your client the advances on you project, it would take you maximum 15 minutes to configure two environments (Staging/Production). It is simply essential and fantastic!
Easy to Use and Free to Get Started
April 06, 2016 08:39
I liked how easy this was to use and that I could create some proof of concepts without have to pay. The downside for NodeJS is remote debugging. Pretty much have to depend on logging where Azure allows remote debugging with Node Inspector.
Elegant & Rapid
September 12, 2015 17:56
Elegant. Rolled out a site fast with auth and automation. I was super-impressed with how as a (very) part-time coder I could just get the job done.
The UI gives a lot of confidence of the care and skill gone into the product.
Stress free PAAS
May 05, 2014 01:47
Using Heroku takes away all the pains associated with managing compute and backing services. It may require a little extra optimisation and tweaks, but these constraints often make your app better anyway.
StackShare uses Heroku
Not having to deal with servers is a huge win for us. There are certainly trade-offs (having to wait if the platform is down as opposed to being able to fix the issue), but we’re happy being on Heroku right now. Being able to focus 100% of our technical efforts on application code is immensely helpful.
Two dynos seems to be the sweet spot for our application. We can handle traffic spikes and get pretty consistent performance otherwise.
We have a total of four apps on Heroku: Legacy Leanstack, StackShare Prod, StackShare Staging, StackShare Dev. Protip: if you’re setting up multiple environments based on your prod environment, just run heroku fork app name. Super useful, it copies over your db, add-ons, and settings.
We have a develop branch on GitHub that we push to dev to test out, then if everything is cool we push it to staging and eventually prod. Hotfixes of course go straight to staging and then prod usually.
StackShare uses Heroku
toolmantim uses Heroku
Heroku runs the web and background worker processes. Auto-deployments are triggered via GitHub commits and wait for the Buildkite test build to pass. Heroku pipelines with beta release phase execution (for automatically running database migrations) allowed for easy manual testing of big new releases. Web and worker logs are sent to Papertrail.
jflynn33 uses Heroku
As much as I love AWS EC, I prefer Heroku for apps like this. Heroku has grown up around Rails and Ruby, massive set of add-ons that are usually one-click setup, and I once had to perform an emergency app scale-up a that I completed in seconds from my mobile phone whilst riding the Bangkok subway. Doesn't get much easier than that.
welkie uses Heroku
Used for proofs of concept and personal projects where I want to remain in a free tier (as opposed to a service like DigitalOcean), and application state must outlive an HTTP request/response cycle.
Heroku Postgres sometimes used as a free tier PostgreSQL managed database linked to non-Heroku apps, for example AWS Lambda.