DEV Community

Abhishek Raj
Abhishek Raj

Posted on

What I learned in 3 years of Web Dev?

1. DSA is more important than learning any new framework.

2. Learn Javascript before learning any framework.

3. Learn how JS Engine works.

4. Always follow coding principles.

5. Make as many projects as you can.

Connect Me @ Linkedin, Github, Twitter 😇

Top comments (3)

Collapse
 
grahamthedev profile image
GrahamTheDev

Next thing, learn to write lists using - instead of headings 😋😉

Seriously though, headings as lists (without any content between the headings) make no sense to people using a screen reader, they will find your headings and then expect content to be below them.

As there is no content they will find it confusing.

On super short posts like this use - to create an ordered list or 1,2 to create an ordered list in the editor.

p.s. tip 5 is the top one, practice makes perfect and exposes you to new problems to solve / learn from!

Collapse
 
abhishekraj272 profile image
Abhishek Raj

Oh this got posted, I was saving it as a draft. Let me retract it.

Collapse
 
abhishekraj272 profile image
Abhishek Raj

Thanks for pointing it out.