All Questions
3 questions
4
votes
1
answer
6k
views
Rest API calls with side effects on other resources
Let's say I have a mobile app, android/iOS and a java Spring back end. Given the mobile connectivity, the number of network round trips must be limited, ideally, 1 or less per screen.
Now, let's say ...
2
votes
1
answer
342
views
Which layer should convert timezones given querying on aggregate tables?
I'm running a Django application service with an API that feeds to a javascript frontend. The data is specifically for charts and graphs, so the data that is returned is a fairly large json with every ...
-1
votes
1
answer
1k
views
Data aggregation like polyvore.com [closed]
I'm creating a website that is going to aggregate women shoes from across the web into one website. Kinda like polyvore.com does with all their products but mine is only going to be shoes. Which ...