How should I approach the learning process? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How should I approach the learning process?

I am a newbie. I want to get into web development. But don't know from where should I start learning. Should I start with JavaScript or HTML or CSS. Or should I learn them simultaneously. Please suggest.

20th Jan 2017, 5:12 AM
Murad Ali
Murad Ali - avatar
2 Answers
+ 14
HTML->CSS->JS->JQuery->PHP
20th Jan 2017, 5:35 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 8
If you are into web developing, then HTML is probably the first thing you should learn. The question is are you more of a front-end or a back-end web developer? Front-end web developers basically create all the user interfaces, designs of the website and to make the website fully interactive. HTML, CSS, JS and other frameworks like Bootstrap and jQuery play a huge role in this one. Back-end web developers basically create server-side stuff like user authentication, preventing SQL injections or other hacking attempts. For this one, you should master PHP, SQL, or other JS frameworks like Node.js and AJAX. P.S. I'm into back-end for some reason.
20th Jan 2017, 5:40 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar