+ 1
Ia solo learn enough to learn how to create a website or it is just tutorials to get me familiar with the language and so ?
3 Respostas
+ 2
You could create a simple website from scratch but you could also use wordpress ... if you wanna get into coding, here's some goodies :
http://www.openculture.com/freeonlinecourses#Computer Science Courses
https://www.ted.com/talks/shai_reshef_a_tuition_free_college_degree
www.coursera.org
www.stackoverflow.com
https://redditfavorites.com/books/programming/
https://www.42.us.org/
https://www.appacademy.io/
https://www.sololearn.com/discuss/510275/?ref=app
www.freecodecamp.org
www.w3schools.com
www.codewars.com
+ 2
Yes, it teaches enough. You'd still need the site to be hosted with a domain to get it live and accessible online. But as far as building the site itself, it comes down to your design ideas while using html, css, etc. You can do a lot with the basics.
If you wanted to set up web forms or e-commerce, then you'd need to go a bit further down the rabbit hole.
+ 2
It teaches you the semantics of the language and sets you up to learn more advance topics and apply what you learn. If you want more advance topics on websites look up laravel.com or https://codeigniter.com which are php frameworks which helps you make websites easily by providing the boiler plates and configuration needed while providing tons of documentation.