0
Languages for web developers?
what language can you recommend for someone starting out and wants to be a web developer (front or back) ?
3 odpowiedzi
+ 10
Course Tips
https://code.sololearn.com/WwdQescTMkvA/?ref=app
+ 2
Front end you will need HTML, CSS, Javascript.
For backend there are a lot of choices depending what you want to do and all.
Personally, I use php and MySQL (script language and database respectively), but I have also worked with MSSQL, Oracle, NoSQL.
+ 2
Start with:
1.HTML and CSS
2.Javascript (venture on popular libraries like lodash/jquery)
3. Ember/AngularJS/React (frameworks)
4. PHP/Ruby (backend languages most used in the Industry)
5.mySql (always preferred to learn a database query language )
6.Ruby on Rails (frameworks)