Subscribe

Double down on the basics of web development

✍️

Learning the basics of web development is the best thing for your future self [2022]

11 Sep, 2021 · 3 min read

Are you looking to get into web development in 2022? Your path should be very similar to 2021 and, heck, even 2010, in my opinion.

Let me tell you why.

Doubling down on the basics:

  • HTML
  • CSS
  • JavaScript

These basics are way more powerful than learning a “tool”.

Disclaimer: I won’t be talking about knowing programming standards, how the internet works, etc. This might be an additional perfect basis for you, though.

Ok, but what about x?

I’m sure many of you will be arguing, but what about Tailwind?

Let’s narrow it down. Tailwind is a tool to write quicker utility-driven CSS.

Meaning: Tailwind is a tool to write CSS

And let’s split that even further: Tailwind === CSS.

For me, it makes way more sense to learn CSS. You might remember tools like Bootstrap, BulmaCSS, PureCSS, and about a billion more?

We should leverage great tools as they make our lives easier, but don’t forget they are just a tool, making our basics easier to write.

I’ve personally used many CSS frameworks before. If you know exactly how to do something in plain CSS, you have no issue finding what you need for each framework and its fantastic documentation.

Also, don’t forget these tools will go out of rotation. Many people dropped bootstrap and moved on, meaning if you had no understanding of how CSS works, you’d have difficulty figuring out the next big tool.

So, how about JavaScript?

The same thing!

Wait, what? Yes, learning the basics of JavaScript and how it works is so much more powerful than learning one specific tool and getting stuck at one point because you can’t use anything other than that tool.

And one could argue that JS tools swap favorites more than your average underwear.

It’s ok to extend your basics

As a side note here, it’s ok to extend your basics. Heck, if you love React, Vue, Angular, Svelte, or whichever.

Pick that as your choice of framework. But don’t get sucked into it without knowing or keeping up with the basics of JavaScript.

In the long term, it will make you so much better if you are that guy that understands the basics fully, even making your framework of choice easier to grasp.

The godfather of web development

Oof, I might get some hate for this title, but HTML is the absolute godfather of web development.

Meaning:

I could build a web with just HTML, no CSS, no JS, and it would work.

Thus, I’ve made HTML the godfather. Before you even try to understand CSS and JavaScript, make sure you know the absolute basics of HTML:

  • How does HTML work
  • Tags in HTML
  • Which tags are there
  • When to use which tag
  • Attributes
  • HTML document structure
  • Nesting in HTML

And so forth, this, in return, will give you a solid basis for becoming the best web developer you can be!

Conclusion

You are looking to get into web development.

Your basis must be strong. Focus on these three pillars of web development first:

  1. HTML
  2. CSS
  3. JavaScript

Only once you’ve mastered these explore the tools to make those basics even easier.

What’s your opinion on this solid foundation of web development?

Thank you for reading, and let’s connect!

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

Spread the knowledge with fellow developers on Twitter
Tweet this tip
Powered by Webmentions - Learn more

Read next 📖

I wrote 1000 articles, what’s next?

22 Dec, 2022 · 3 min read

I wrote 1000 articles, what’s next?

Too much, and yet not enough

7 Dec, 2022 · 3 min read

Too much, and yet not enough

Join 2099 devs and subscribe to my newsletter