+ 2
Front-end development and back-end development
What is front-end, development and what back-end development and what is diffrents between that?
8 Answers
+ 3
Frontend is the visible and interactive part of a website and consists of your HTML & CSS
Backend consists of your Javascript & PHP scripts
That's my explanation...
+ 4
Hello, Kalaba !
In web applications, it is conventionally assumed that the front-end is everything that came from the web server to the browser (also called the "client side"), and what works on the server is considered back-end. I can say that the division is very conditional, because both on the server side and in the browser can be both front-end and back-end.
https://www.sololearn.com/Discuss/866773/?ref=app
Good luck in programming on SoloLearn!
+ 3
on my own view,
front end is the part what is the end user/customer sees or used(not admin). These includes webpage design layout, certain forms like (login, register, comments or reviews, blog page, etc etc)
and back end is the provider of the data on the front end and it also provide reports, audit logs, and module configurations etc and it commonly uses by the administrator of the website.
+ 3
Kalaba yes
+ 2
frontend is what we design in our website which we look and feel which is designed by using html ,bootstrap and css
back-end means whatever the data which we are giving through
website is stored in a corresponding database server. which is designed by phone, python etc.
+ 2
front-end are web designers that make webpages and sites while back-end are developers i.e they work at the server side of the web and the combination of both is "a full stack developer"....
+ 2
Abdulsalam Abdulsamad Rochelle Yang Canale Ramya Alexander Sokolov Rorschach So front-end is visual part and its made of HTML and CSS and back-end is what is happening behind curtain and its made of PHP and javascript?
+ 1
very helpful