What does it mean Backend and Frontend developers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does it mean Backend and Frontend developers

Everywhere i hear backend developers need to learn this and that and frontend developers need needs to learn someting else.But what are backend and frontend developers? Thanks!

31st Aug 2017, 7:08 PM
Leon Lav77
Leon Lav77 - avatar
4 Answers
+ 4
Easy version is- Back end, whatever happens on server's side. Front end, whatever happens on user's clients side.
31st Aug 2017, 7:14 PM
Kustaa
+ 3
Try frontend and backend development for yourself, through this: https://code.sololearn.com/W7cKz5yfd9dd/?ref=app
31st Aug 2017, 7:22 PM
Manual
Manual - avatar
+ 2
Backend developers typically deal with everything that is done on the server side of the application (Configuration, API calls, routing, server side logic etc.) Frontend developers work primarily with HTML, CSS and JavaScript. They will also deal with template variables (passed from the backend) and may even use AJAX to make their own API calls.
31st Aug 2017, 7:29 PM
S C