Im very new in writing codes by am very interested in the subject....where do I start? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Im very new in writing codes by am very interested in the subject....where do I start?

19th Jan 2017, 10:14 AM
Isaac Lugome
7 Answers
+ 7
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.
19th Jan 2017, 10:23 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 4
html > css > javascript > php
19th Jan 2017, 2:14 PM
Carlos Castro
Carlos Castro - avatar
+ 3
i must save a canned response also 😆
19th Jan 2017, 10:30 AM
jay
jay - avatar
+ 1
I mean same as cheeze
19th Jan 2017, 12:12 PM
Shirious
Shirious - avatar
0
I would recommend HTML as well cuz its not so much complicated which you get in coding
19th Jan 2017, 2:31 PM
Yadumeet Singh
Yadumeet Singh - avatar
0
html > css > javascript > ((php || python) > mysql) && jquery
19th Jan 2017, 6:32 PM
Bartosz Jakubowski
Bartosz Jakubowski - avatar
0
I have learnt html5 I was told its more modern...what about the other older versions do I need to study them as well.
20th Jan 2017, 8:03 PM
Isaac Lugome