+ 2
What is the different between front end ,back-end and full stack developer???
5 Answers
+ 4
a website has two essential parts. the backend is the code and documents that contain the code on the server. when you type in somewebsite.com your computer looks to resolve that name to an address. the computer finds the server at that address and connects, then your browser stores the files with frontend code (html, css, javascript, etc) in your browsers cache. those frontend files are what makes the site look pretty (or ugly if youre a crappy frontend dev). the backend code is what happens with your login info that gets sent to the server that you are talking to through your browser. so being a full stack dev means you simply know how to build programs and code on both the front end and back end.
+ 3
Xpl0it thanks for taking your time and answering my question your answer is most useful thank you very much
+ 2
đ
đ
0
no problem double Ds.
0
Thanks