As a back end dev, how can I make life easier for the front end devs?
I SUCK at front end, but I love backend web development. For dynamic data (forms, db query returns, etc) the easiest thing for me to do is accept/return everything in JSON. A pure JSON based REST API if you will. Am I creating heaven or hell for someone on the frontend? What can I do to make their lives easier?
3 comments
[ 2.0 ms ] story [ 9.7 ms ] thread- Document everything not automated.
- Create version matrixes that are automatically updated and easily available (JSON, YML, Markdown)
Checkout https://dredd.readthedocs.io/en/latest/