Start learning Javascript..I dont care which editor you use Coldfusion or vi or eclipse are all good editors and they ALL have their advantages and disadvantages
Once you understand the implications of what to put into JS Functions and which to relegate to BE
Then learn to dress your Front End HTML5 with CSS3…dont get too involved with getting to be HTML5 expert as there are a ton of languages that will spit out prettified HTML5 (at least for the response) for you to send back to FE
The deal on the BE is far less restrictive
Java/C++/Pytorch (python BE) Languages are all used to do backend processing to parse the FE request to build a jdbc connection/get the data/parse the parameters and craft a response back to client
LOTS of coders like to pollute their JDBC request function with ORM (object relationship management) functions such as iBatis or Hibernate
I dont like any extra layers dragging my codes performance with extra layers so I will beg off ORM
BUT if you’re a beginner to doing back end you will be forced to use Hibernate or iBatis to fetch your data
No comments yet, come on and post~