Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Vincent Lee
Vincent Lee
13,156 Points

Language for an analytics web app?

So I'm looking at building a little web app for personal use that imports my data using the APIs of Twitter, Facebook, YouTube etc. to create some sort of combined dashboard that displays the statistics of my social accounts. It will allowed me to interact and toggle on/off data sources to find trends and patterns etc.

My first thought was PHP with a MySQL database, I've dabbled in it a little bit but if something like Ruby would be more suitable, I'd want to go with that instead. Any thoughts on the best way to start building this?

2 Answers

Use the language which you are most familiar with. You are not concerned about speed here (as in a battle ruby vs php it would not make sense anyway) so go with the one you like more.

Vincent Lee
Vincent Lee
13,156 Points

Thanks for your reply Mike. I was looking to see how others would approach a little project like this. I'm pretty unfamiliar with anything dynamic and database related, so pretty much at square one all things considered.