what is a full stack developer?
i write the front-end, back-end, and database so they can all talk to each other like best friends
front-end
you're looking at the front-end right now! the front-end of a website is what the user sees. this must be coded so that the user gets a great experience no matter the device.
back-end
this is the server, where all the api calls go. you need a back-end to a project if you want the user to be able to login. the back-end handles all the database calls to get the correct data to the user!
database
no, excel does not count as a database in my eyes. the database is what stores all the data like user, product, or project info. having a clean database ensures security and effiency.