Nice! Technical question: I type "Elmhurst, NY" and it converted it to "Elmhurst, Queens, NY 11373, USA", how did you do that? I'm looking to do something similar!
I Built a Social Network for Food and Here’s How I Did it
21–30 of 73 posts
Re: I Built a Social Network for Food and Here’s How I Did it
#22Nice! Technical question: I type "Elmhurst, NY" and it converted it to "Elmhurst, Queens, NY 11373, USA", how did you do that? I'm looking to do something similar!
Re: I Built a Social Network for Food and Here’s How I Did it
#23Re: I Built a Social Network for Food and Here’s How I Did it
#24Nice! Technical question: I type "Elmhurst, NY" and it converted it to "Elmhurst, Queens, NY 11373, USA", how did you do that? I'm looking to do something similar!
Re: I Built a Social Network for Food and Here’s How I Did it
#25I really, really enjoyed the 180 websites posts. I checked this site out earlier (this week I believe?) when you shared it to HN and thought it was pretty slick. It was great to get a sort of post game review of this particular app, detailing your battles in the trenches with Backbone, Places API etc. Really inspring stuff for anyone sitting around with the itch to throw a side project together on a rainy day. Respec…
Re: I Built a Social Network for Food and Here’s How I Did it
#26@jenniferDewalt, Great job on the site, I also found your original 180 websites inspirational. I was wondering if you could speak to the technology stack you used to create your site frontend/backend?
Re: I Built a Social Network for Food and Here’s How I Did it
#27Earlier quoted context omitted.
Well, you seem like an asshole. Pro-commenting-tip: Don't shit on people's accomplishments.
Instead I'll just join with you all in never-ending self-congratulatory ecstasy. Why aren't we all in Paradise?
Re: I Built a Social Network for Food and Here’s How I Did it
#28@jenniferDewalt, Great job on the site, I also found your original 180 websites inspirational. I was wondering if you could speak to the technology stack you used to create your site frontend/backend?
The restaurant search feature uses the Google Places api to get restaurant data (including things like hours and price) for places that aren't already in the database. YumHacker uses Postgres with PostGIS for the database and devise for authentication.
The frontend magic happens with Backbone.js. Backbone latches onto the skeleton html sent over by Rails to render the views. Whenever you request new data, it sends a request to Rails which sends back JSON. The learning curve for Backbone was kind of high but now that I've got the hang of it, it's pretty awesome.
I plan to write something more in depth about the technology in the near future.
Re: I Built a Social Network for Food and Here’s How I Did it
#29@jenniferDewalt, Great job on the site, I also found your original 180 websites inspirational. I was wondering if you could speak to the technology stack you used to create your site frontend/backend?
Thanks! For the backend I use Rails as an api. Rails responds to the initial request with the assets and a barebones html doc with header, section and footer tags. From there, Rails responds to subsequent requests with JSON. The restaurant search feature uses the Google Places api to get restaurant data (including things like hours and price) for places that aren't already in the database. YumHacker uses Postgres wit…
Re: I Built a Social Network for Food and Here’s How I Did it
#30A cute site. What it lacks in functionality it makes up for by being made by a woman. Pro-beginner-tip: Don't make social networks.