eli5 What is the difference between “Front End” developers and “Back End” developers?

798 views

eli5 What is the difference between “Front End” developers and “Back End” developers?

In: Technology

7 Answers

Anonymous 0 Comments

Front End = stuff that faces the user. That’s graphics, client-side code, displaying data or communicating with other software.

Back End = the “behind the scenes”. Databases, handling search queries, managing users, etc., and everything else that’s hidden from view.

They use different languages, priorities and techniques, so it’s common for people to specialize on one job.

You are viewing 1 out of 7 answers, click here to view all answers.