DEV Community

Cover image for Beginners Guide to web development   Part 1
Saeid
Saeid

Posted on

Beginners Guide to web development Part 1

Brand new to programming and want to become a web developer?

Here some guide to excel in your web development journey according to Cat McGee (@catmcgeecode ):

Step 1. Get yourself a text editor that you like

I know you want to dive right into coding, but you need to know where to put this code first!.There tons of text editors there like sublime 3 Atom e.t.c but i recommend using VScode.
The industry favourite is VSCode and it's great for beginners too https://t.co/BeuQJ0TlAR

Step 2: Learn HTML

There are plenty of resources and quick-start tutorials like on W3Schools, FrontendMasters but I recommend that you have a broad learning of HTML (it also helps with accessibility!)

Free Codecademy course: https://t.co/GrFm3PaJvO

Step 3: Learn CSS

You could spend years learning CSS, and most web devs are still learning and discovering something new every day. For now, you want to learn how to connect a stylesheet & know basic styling.

Free Codecademy course: https://t.co/MnkDMboB6M

Step 4: Build!

Now you know enough to build something, so build something! You may still feel like you know nothing, but feel free to search the internet as much as you need to. We all do.

If you're stuck for ideas, Geeks for Geeks has some great ones https://t.co/NPCM2OoT2Z

If you have Questions suggestions leave a comment and i will give response to the best of my abilities

Top comments (0)