I have a question. What is the difference between a front end, back end, and a full stack developer?
We're a place where coders share, stay up-to-date and grow their careers.
I have a question. What is the difference between a front end, back end, and a full stack developer?
Saoud -
Stackfindover -
Coderslang: Become a Software Engineer -
ashuydv -
Discussion (2)
In short,
The front end covers the appearance of a website, including the UI and the animation.
The Back end covers part of a website that can't be seen by the client that runs on the server and receives requests from the clients and send appropriate data back to the client.
The full-stack is both the front end and the backend.
Front end developer means the developer who develops front end
Back end developer means the developer who develops back end
Full-stack developer means the developer who develops both front end and back end
Thank you. I was confused on the difference.