Recently venturing into the world of web development, I have embarked on creating a web app using Vue/Vuetify. As I delved into ways to load and parse a .csv file, I encountered errors that led me to discover this task should be handled server-side. This realization got me thinking - am I working on the client side? Where does one program tasks to be executed "server-side"? Does anyone have recommendations for learning resources on this topic?