Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 22, 2021 07:42 am GMT

But first, learn the basics

There is too much to learn

The World Wide Web always was a messy place. A lot of people from all over the world are simultaneously contributing to it. That is, why it gets messier every day. It is, in all its entirety, kind of the biggest software project on the planet. And we all know, how easy it is to mess up big software projects.

Over the last 30 years, a lot of technology was created. There are so many programming languages, tools, frameworks, and libraries out there, it is hard to keep track. And it gets more day by day.

Every now and then a new shiny thing arises. People will talk about it and will recommend it to you. If you are a beginner in web development, please do not listen to them. You should not invest time in the new shiny thing. Instead, you should learn the basics. Because the basics will outlive the new shiny thing.

What not to learn first

Gatsby, Hugo, or Jekyll will someday help you build static websites, but first, learn the basics.

Block-Element-Modifier (BEM), Sass, or Tailwind CSS will someday help you organize your CSS, but first, learn the basics.

React, Vue.js, or Angular will someday help you build awesome user interfaces, but first, learn the basics

MySQL, PostgreSQL, or MongoDB will someday help you store data in a database, but first, learn the basics.

Ruby on Rails, Laravel, Django, or another Model-View-Controller (MVC) framework will someday help you build feature-rich backends, but first, learn the basics.

Docker, Docker Compose, or Kubernetes will someday help you build and host websites, but first, learn the basics.

What to learn first

Start with the basics. I recommend building a ton of websites just with basic technology. Maybe ten websites are enough to learn the basics, maybe you will need 50. It does not really matter, you just have to get started and keep going.

There will be a day, where you understand enough about HTTP, URL, HTML, CSS, and JavaScript. Then and only then you can carefully start adding more technology to the stack.

If you want to learn the basics, I can recommend following the developer roadmaps at roadmaps.sh.


Original Link: https://dev.to/visuellverstehen/but-first-learn-the-basics-1113

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To