DEV Community

Cover image for Roles, coordinations and convetions in web development
Tamer
Tamer

Posted on

Roles, coordinations and convetions in web development

Backend, UI/UX Design and Frontend, the three protagonists of web development.
If in the first two it is planned, in the third, in some aspects, it is implemented. Coordination is necessary.

UI/UX Design must be conceived knowing the logic of the Backend and the tools of the Frontend; the Backend must pay attention to the best way to provide data, preferring performance. The Frontend must interact with both of its partners!

You need rules, conventions to be respected among those repaired within them, for example by writing, or testing, the code with the same style.
Organize work, schedule times, optimize communication flows and then talk; they are all valid instruments guaranteeing the expected results.
Personally, I solved problems in 5 minutes by speaking with voice rather than 30 frustrating minutes of chat.

In my frontend experience, sometimes it was necessary to change and then think about new UI or UX solutions, because the main players in the design didn't coordinate, they didn't talk to each other. This has repercussions on time and labor costs.

We should learn to communicate in person, before developing in the communicative field.

Top comments (0)