Hacker News new | ask | show | jobs
by pbjorklund 5186 days ago
I built my first complete rails app interacting with a remote API. http://www.tweepsmanager.com and then I put the repo up on github https://github.com/pbjorklund/Tweepsmanager for everyone to see and judge.

Some day im going to come back to it and walk through the commit history and see if I ever made any progress in my rails skillset.

It's one of those everlasting work-in-progress projects, right now I'm not sure what functionality I want to provide. Right now im thinking about collecting data and drawing some conclusions. But that will probably be another app.

It also made me realize that something like Sinatra + backbone would be a better fit. So I guess thats something atleast.