How do web development teams collaborate?
View other answers to this threadStart a personal dev blog on your domain for free and grow your readership.
3.4K+ developers have started their personal blogs on Hashnode in the last one month.
Write in Markdown · Publish articles on custom domain · Gain readership on day zero · Automatic GitHub backup and more
Finding my Ikigai
This is how we do it-
- Backend and frontend devs would do a technical discussion and come up with the final request and response structure.
- Now the backend dev would start working on the APIs.
- At the same time, frontend dev would use json-server to mock the decided API response and will develop accordingly, if the design is ready. If not then they will have to wait for that to finalize.
- Once both sides are ready, they would sit together and see if the final integration is working as expected.
Usually, it's a very smooth process. Both devs are in sync and if any response, request change is required, then they would discuss and work accordingly.