@bahuma20
Making the web a better place
I'm developing modern web-apps using Polymer, AngularJS , NodeJS, MongoDB, Express, PHP, MySQL
Nothing here yet.
No blogs yet.
Simple answer: follow the principles of DRY... Don't Repeat Yourself... For sure we can write such functionality ourself but why should we if it's already there? Also humans are not perfect and when you write code you could produce errors... Then you have to write tests for this functionality, ... Somebody else has done this before... There's no need for us to care...
Definitely GraphQL. It bundles all requests into one and saves massive bandwith in comparsion to REST. And you get the data in the format you like. I haven't looked closer at storing / manipulating data, but for retrieving data GraphQL is definitely better than rest.