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

What is the difference between front end and back end web development

back and front end

15th Mar 2017, 7:48 PM
Idoko Kelvin
Idoko Kelvin - avatar
2 Answers
+ 1
Consider, you log into Facebook .Here the page you see ( all the text, textfields and buttons), is the front end. When you enter email amd password, tge internet first check ,if the same data is available in a table that is stored on facebooks server. This table is back end
15th Mar 2017, 7:51 PM
Meharban Singh
Meharban Singh - avatar
0
Front end is all of the content on the website e.g. html, css, javascript, and backend is the server and database e.g. node.js, python, ruby, sql, mongodb. Think of it like this, imagine you have a website where you can save text and access it from another computer, the user goes to the website (front end) and then sends the file data to the server (back end), which then saves the text in a database(back end).
15th Mar 2017, 8:05 PM
thomas smith
thomas smith - avatar