A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
11–20 of 86 posts
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#12Really awesome app! I like the design, and it's definitely got great functionality. A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#13Really awesome app! I like the design, and it's definitely got great functionality. A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
The setup:
AppEngine, HTML5BP, Bootstrap (I got rid of the rounded corners), jQuery, Backbone, Require.js, Less and Moment.js.
To resolve the question and answer content, I make a request out through YQL for the given question_id. For all the StackOverflow information I'm using the StackExchange API. For icons, I'm using the Pictos web font and for fonts, Google Web Fonts.
It's a pretty slim app, tbh. I was originally thinking about posting the code up on GitHub. Thoughts?
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#14Perhaps you could expand the question/answer section a bit. Since I'm on a laptop it was a bit difficult to read.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#15Really awesome app! I like the design, and it's definitely got great functionality. A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
Would seem to me that he has a Node backend. Most of the heavy lifting seems to be done in the front-end with Backbone/jQuery.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#16Really awesome app! I like the design, and it's definitely got great functionality. A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
Thank you! The setup: AppEngine, HTML5BP, Bootstrap (I got rid of the rounded corners), jQuery, Backbone, Require.js, Less and Moment.js. To resolve the question and answer content, I make a request out through YQL for the given question_id. For all the StackOverflow information I'm using the StackExchange API. For icons, I'm using the Pictos web font and for fonts, Google Web Fonts. It's a pretty slim app, tbh. I wa…
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#17I was actually going to focus on the tags, and the individual questions - rather than the answerers.
That's an interesting approach.
I wonder if just clicking on the tags and seeing the top voted questions/answer combo would be just as interesting.
Nice UI though.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#18One thing I immediately wanted is the ability to search through tags. An insta-search widget would be cool. Also, selecting multiple tags might be nice, but I don't know if you're limited by the API.
Keep it up, I look forward to seeing more releases.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#19Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#20Great idea and execution! Very good work. One thing I immediately wanted is the ability to search through tags. An insta-search widget would be cool. Also, selecting multiple tags might be nice, but I don't know if you're limited by the API. Keep it up, I look forward to seeing more releases.