Member-only story

Minimize the Backlog in Development

Ramesh Ponnusamy
3 min readNov 9, 2022

Developing a web application is simple and smooth when we start developing it. but in the long road, we may face challenges like performance, integrity, revamp of UI, Code, and DB.

some basics effort have to be made in the beginning:

Confirm the current and future possible changes in the workflow from the client(end to end)

  • It’s good to have a full idea of the business. We never know what will change in future workflow.
  • It will help us to design a UI, Database, and Project structure as well

Confirm the UX/UI design with the client

  • Once you understand the complete workflow, Design UX/UI and get a confirmation from the client
  • It helps the client to understand what they will receive at the end
  • It saves us from hearing the sound “This is not what we required or agreed” from the client
  • It reduces the unwanted iterations for UI confirmation while Front-end developers develop it.

what are data will stored in DB?

  • Are we going to store personal info or banking details or medical details?
  • Geometry data or JSON data (big size) or…

--

--

Ramesh Ponnusamy
Ramesh Ponnusamy

Written by Ramesh Ponnusamy

Data-Architect, SQL Master,Python ,Django, Flask dev, AI prompting, Linked-in: https://www.linkedin.com/in/ramesh-ponnusamy/ mail : ramramesh1374@gmail.com

No responses yet