What is backend and what is frontend | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is backend and what is frontend

20th Jan 2017, 5:42 PM
Akansh Jha
Akansh Jha - avatar
2 Answers
+ 6
If you are into web developing, then HTML is probably the first thing you should learn. The question is are you more of a front-end or a back-end web developer? Front-end web developers basically create all the user interfaces, designs of the website and to make the website fully interactive. HTML, CSS, JS and other frameworks like Bootstrap and jQuery play a huge role in this one. Back-end web developers basically create server-side stuff like user authentication, preventing SQL injections or other hacking attempts. For this one, you should master PHP, SQL, or other JS frameworks like Node.js and AJAX. P.S. I'm into back-end for some reason.
20th Jan 2017, 5:43 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
frontend= design & appearance (HTML,CSS,JavaScript) backend= processing, resources, databases, authentication (php|asp.net|Python|mysql|)
20th Jan 2017, 6:33 PM
john muthua
john muthua - avatar