Beginner Coder Suggestions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Beginner Coder Suggestions?

Beginner Coder Here! Im a blogger and would love to use the skill of web development learning to apply in creating wordpress website for bloggers and small business. Fun fact I absolutely have no codjng exoerience and im self teaching myself. Any suggestions for this newbie here?

8th Jun 2020, 5:38 PM
Gabrielle Hardy
Gabrielle Hardy - avatar
2 Answers
+ 1
You can try to learn html first it is easy and will help you in web development
8th Jun 2020, 5:41 PM
Dhruv Kashyap
Dhruv Kashyap - avatar
0
Like Dhruv said, start with HTML. HTML is like the foundation and framing of a house. Once you learned HTML, you'll want to add some style to that HTML file. To do that, you'll want to learn CSS. That's like painting the house. Next, you'll want to learn Javascript, which will let you add any logic you need to your HTML & CSS. Like the light switches turning lights on or off. You'll definitely need to learn these 3 to make a modern website. ADVANCED Once you have a good grasp on the above, you can learn how to work with servers. You'll need to learn NodeJS, which is just Javascript except it's able to run on the server side (backend - the frontend is HTML, CSS, and normal Javascript). With node, you can now have servers. When you have a server you use frameworks, which is basically the structure for your backend. I suggest learning Express.js first as a framework. Now, you'll be able to work with databases since you have a server. I suggest learning MongoDB or mySQL. Then React, Vue, Angular, etc.
14th Feb 2022, 10:41 PM
Jonny Legend