0
What should i learn first, server side scripting or client side scripting ?
I want to learn jsp and javascript . Out of these what should i learn first in order to understand the web world effectively ?
2 Antworten
+ 3
JavaScript first then jsp... or ES6 then Javascript then jsp... to be more precise...
+ 1
I honestly believe front end is the way to go and then work your way back. In example HTML>CSS>JS>PHP>SQL>jsp>Ruby etc. If you know what to expect from the front end then you’ll have a MUCH better idea of how to build your backend.
This works better in the sense that front end is easier to understand in the beginning, since you can just fire up an html page without any setting up to do and play with the code. It is insanely easy to get lost in the backend just trying to get things set up so you can learn.
If you fully understand everything front end wise, certain techniques deployed in backend web development will make alot more sense.