+ 1
Can anyone provide a logical sequence of courses to be a complete web developer?
I guess it will help in deepin more into the web.
10 Answers
+ 27
if you just want to make a webpage without a " high" knowledge of the web programs, use Bootstrap templates. On this page you find templates for free https://www.w3schools.com/bootstrap/bootstrap_templates.asp
+ 7
1. Backbone of a Web Developer: HTML5, CSS3, JS, PHP, MySQL,etc.
2. Optional but recommended: jQuery, Ruby on Rails/Python/AngularJs , AJAX, Node.js, Bootstrap,Wordpress,etc.
3. For effective coding(to be learnt after the first section): SASS/LESS/SCSS , Pug/HAML
+ 5
HTML-> CSS-> Javascript -> PHP -> MySql
these are first thing to learn, after that there are many libraries, frameworks etc of each of these.
to be complete web developer first learn these, then after explore other things.
+ 5
A little add-on to what Jasmine said: you can find great templates on www.html5up.net , www.startbootstrap.com , Themeforest, etc and the most popular of them is WordPress
+ 2
You first must start with HTML, then CSS (w3 schools course are ok for it, not need much other literature).Then you go to JS (w3schools + some like some udemy course or best way Head First JavaScript book). It is three basic most important thing for web. Then turn to PHP and SQL. ;)
+ 1
You should start with HTML5,CSS3,JavaScript,jQuery,PHP,MYSQL,AJAX,JSON,Node.Jsand AngularJS
+ 1
my suggestion: don't use templates at learning stage.
+ 1
thanks guys.. seems like I am on the track..đ
+ 1
You first must start with HTML, then CSS (w3 schools course are ok for it, not need much other literature).Then you go to JS (w3schools + some like some udemy course or best way Head First JavaScript book). It is three basic most important thing for web. Then turn to PHP and SQL. ;)
0
I would recommend this resource : https://openclassrooms.com/courses for web development.