How to set-up a powerful API with Nodejs, GraphQL, MongoDB, Hapi, and Swagger
https://medium.freecodecamp.org/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649
Separating your frontend and backend has many advantages:
I’m all for hiring juniors and training your staff, and that’s exactly why you should separate concerns. With separation of concerns, you can reduce the complexity of your application by splitting responsibilities into “micro-services” where each team is specialized in their micro-service.
How to set-up a powerful API with Nodejs, GraphQL, MongoDB, Hapi, and Swagger
May 28, 2018, 9:17pm UTC
https://medium.freecodecamp.org/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649
> Separating your frontend and backend has many advantages:
> I’m all for hiring juniors and training your staff, and that’s exactly why you should separate concerns. With separation of concerns, you can reduce the complexity of your application by splitting responsibilities into “micro-services” where each team is specialized in their micro-service.