+ 1
Please, what is the meaning of front end, back end and full stack
AngularJS
2 Réponses
+ 5
Front End typically refers to what you actually see on the website in the browser (and is often called “client-side”). This means that front end developers are responsible for everything that you see when you’re navigating around the Internet, from fonts and colors to dropdown menus and sliders.
Back End typically refers to the guts of the application which live on the server (and is often called “server-side”). The back end of a website consists of a server, an application, and a database. Back end developers generally work with front end developers to make their code work within the site’s design and user interface.
Full Stack web development is a combination of both the front-end and back-end. A full-stack web developer has expertise in all layers of a website’s development.
+ 1
JohnWayne Fresh Please ask google before asking sololearn:
https://www.opensystemstech.com/article/difference-between-%E2%80%98front-end%E2%80%99-%E2%80%98back-end%E2%80%99-and-%E2%80%98full-stack%E2%80%99-web-development#:~:text=While%20the%20front%20end%20is,an%20application%2C%20and%20a%20database.