Can someone explain to me what exactly a front end, middle, back end developer means? Whats does a full stack developer mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone explain to me what exactly a front end, middle, back end developer means? Whats does a full stack developer mean?

I hear this all the time " I'm a front end developer" but I don't understand what that means. what makes someone a full stack developer or a front end/ back end developer ? What is it that they do exactly?

1st Aug 2018, 8:18 PM
layna
layna - avatar
5 Answers
+ 2
The frontend is what the user sees and interacts with, the backend powers the program. In your car the frontend is the gas pedal and the steering wheel, and the backend is the engine and the transmission. In web development the frontend guy does HTML, CSS, (clientside) javascript, and the backend guy everything else.
1st Aug 2018, 10:26 PM
Schindlabua
Schindlabua - avatar
+ 3
Where did you hear "middle developer"? Front-end is the casual term for client-side, which is more technically correct. Back-end is the casual term for server-side, which is also more technically correct. Full-stack means you do both the front end and back end. If there were to be anything meant by the "middle", it would be programming the firmware for carrying packets back and forth on "the wire" or network topology, which may include modems/routers and drivers for those. If you want to go down rabbit holes on the Internet for awhile, you can look up TCP / IP to figure out what that whole area is about. Addendum: https://en.m.wikipedia.org/wiki/Client%E2%80%93server_model Client-side = the user's browser (might include computer/device if accessing clipboard for example) Server-side = the host's software (stuff like APIs and databases) ...All very roughly speaking.
1st Aug 2018, 8:51 PM
Janningā­
Janningā­ - avatar
+ 2
ā˜ŗšŸ‘
2nd Aug 2018, 9:34 PM
Janningā­
Janningā­ - avatar
+ 1
Janningā­ oh okay . great thank you.
2nd Aug 2018, 9:14 PM
layna
layna - avatar
0
Schindlabua ahh. ok . thank you that's easier to understand.
9th Aug 2018, 3:33 AM
layna
layna - avatar