+ 6
What is front-end , back-end ? Can anyone give explanation to understand.
6 Antworten
+ 6
Front end is the visual part of a website (HTML,CSS,JS) and Back end is the part where all the server-requests such as logins, registrations, sending emails happen, mostly with languages / frameworks like PHP, MySQL, Node and so on (sometimes Python is used here too)
+ 8
Welcome Roel
+ 7
Roel
React is used in front-end
+ 4
Front-end is what they show you.
Back-end is where they actually do the work.
In applications the front-end would be a gui the user is working with. The back-end, well part of it, would be the error-handling routines to sort out what the user is doing.
+ 3
Masthan Valli
Please mark Roel's answer as best. He has provided more information and explanation than me.
+ 2
Adnan Zawad Toky Didn't know that, thanks for the info. edited my answer