Understanding Backend Vs. Frontend
So i been trying to understand the difference between backend and frontend programming and which languages do what so i know if i'm in the right one. here's what i've come up with. anyone who knows the full detail or have a video on it please let me know. Example: someone wants a flaming button displaying "click here" and once clicked opens up a new page showing (i dunno) 3 champs to choose in a game Frontend - This group would develop the visual effects, text, and colors that the eye can see, but once clicked, nothing really happens. (Java("only one i think may be front end so far")) Backend - This group one the other hand wouldn't do the above but instead, get things set up that once that button is clicked, it will then open up another section (The next page with the champs) .... (Python("Which i believe to be backend")) Am i even close to understanding this?