Live data from Hacker News

Ask HN: What's your go-to back end for simple projects?

news.ycombinator.com

1–10 of 65 posts

Re: Ask HN: What's your go-to back end for simple projects?

#4
Google Firebase.

As a front-end developer I just can't warrant the time setting up a backend, setting up a database, defining routes, handling authentication and the other nonsense that seemingly takes a solid day to get working.

Firebase to me is the best choice for simple projects, I don't use anything else anymore.

Re: Ask HN: What's your go-to back end for simple projects?

#7
Django

Good solid base for quickly developing something quickly.

Iterating on a database schema has never been easier since 1.7 the migration tools are built in and the ecosystem of plugins has lots of tools that make development of a prototype extremely easy. It just keeps on getting better, just the other day I found an plugin to automatically generate knockout.js powered AJAX forms without me having to write any of the JavaScript.

Re: Ask HN: What's your go-to back end for simple projects?

#9

The language you know the most would be best fit. Maybe Python/Rails/Go could be most optimal fit, if you know very good Java or PHP and don't want to waste time on learning something new - stay with that.

I'm familiar with Java Servlets and Express for the middle-layer. I've yet to set up a database from scratch, but I've worked with MySQL and Oracle SQL databases before. It'd be cool to learn more about setting up and scaling a database (though I doubt I'd need much scaling for my side-project for awhile).
Post reply on HN