Difference between front and back end development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference between front and back end development?

25th Nov 2016, 9:05 PM
ahmad
ahmad - avatar
3 Answers
+ 2
Front end is a part of web application that works on client side (in browser). So it contains HTML, JavaScript and CSS. Back end is a part that works on server side (on remote server). It realizes some logic, gives front end content and so on. Platforms vary.
25th Nov 2016, 9:29 PM
Ivan G
Ivan G - avatar
+ 2
Referring to the other answers; in a nutshell, front-end is the skeleton of your development; the design of your app and how it interacts with the user. Back-end is the brain of your app and how it functions in the background. Interacting with the database to retrieve data, performing calculations etc.
25th Nov 2016, 11:43 PM
Billy Noah
Billy Noah - avatar
+ 1
front end is what you see as a user and back end is the functionality of the website (int the background)
25th Nov 2016, 9:27 PM
Kamil
Kamil - avatar