I never understood when some fullstack devs said they prefer to work on frontend and backend simultaneously but now I do. This is my first time tying endpoints to frontend and after writing them, i realized i had to go back and tweak the UI a bit. Which do y'all prefer tho?
@ToriScripts Start with backend “mvp” Test on postman Build frontend UI along side api integration Then work simultaneously on backend and frontend
@ToriScripts Frontend interface first,just the design, then move to Backend.. Especially if it deals with external api integration.. So that I can know the type of data I will be sending over from frontend
@ToriScripts I finish the backend MVP, before I move to the frontend. Vanilla HTML is good enough to test my backend functionality until I'm ready for the frontend proper.
@ToriScripts As I’m working on the backend I’m also doing Frontend