What I learned in 3 years of Web Dev?
Abhishek Raj

Abhishek Raj @abhishekraj272

Location:
Somewhere on Earth
Joined:
Jun 28, 2020

What I learned in 3 years of Web Dev?

Publish Date: Aug 21 '21
5 3

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 😇

Comments 3 total

  • GrahamTheDev
    GrahamTheDevAug 21, 2021

    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!

    • Abhishek Raj
      Abhishek RajAug 21, 2021

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

Add comment