DEV Community

Best Tools For Web Development

IhsFace on March 15, 2021

Hi guys! I am just a beginner in web development and don't know much, but I am sure these tools will help you a lot! 1. Glitch — glitch.c...
Collapse
 
gizmecano profile image
P. Mergey

IMHO, you should probably consider checking out MDN Web Docs (usually more accurate) rather than W3Schools.

Some must-have resources among others may include DevDocs (for fast consultation of various documentations) and Can I Use (for cross-browser developments).

Collapse
 
xelaflash profile image
xelaflash

I agree W3Schools is often outdated and not really best pratice.
But still good for some silly search like syntax html attributes...etc.

Collapse
 
crimsonmed profile image
Médéric Burlet

I would have added:

Collapse
 
sznroe profile image
Sujan Rai

Nice post

Collapse
 
ihsface profile image
IhsFace

Thank you!

Collapse
 
meghanar121 profile image
Meghana Rajappa

check this out for markup validation: validator.w3.org/

Collapse
 
arvindsridharan profile image
arvindsridharan

Absolutely good way to validate HTML files for adherence to rules.

Collapse
 
arvindsridharan profile image
arvindsridharan

Do you guys use any templating engine like handlebars.js. if so how did you learn and how much time it took you.

Collapse
 
trollboy_j profile image
Jacko

Codecademy is also a very good place to start.

Collapse
 
rgails profile image
Ryan Gails

I stumbled on CSS Gradient a year or so ago and it's an awesome tool!

Collapse
 
menaiala profile image
Menai Ala Eddine

W3Schools has several mistakes. MDN ( from Mozilla ) may the most curated resource for the web development.

Collapse
 
arvindsridharan profile image
arvindsridharan

Great post.