JavaScript From 0 to Mastery (if you ask me)

javascript-from-0-to-mastery-(if-you-ask-me)

Okay, so you have some background in programming, but JavaScript still seems a little scary. Or maybe you’re learning it from scratch right now.

This is what I would tell you if you asked for my opinion.

I’m sure there are many other learning paths out there, as well as different viewpoints, and hopefully, readers will contribute below with their comments ❤️.

My current opinion on CodeAcademy ⛔️

To be honest, I’m not a big fan of Codecademy.

From what I’ve seen, it tends to take very small steps, and students might feel like they’re not learning quickly enough or may feel confused when facing a real project.

Maybe it’s because I’m not very familiar with it and have only seen some initial courses. If you’ve had a good experience with Codecademy, please drop a comment below to offer fellow readers a more complete perspective.

Mise en place 🍲

It’s a French culinary term that chefs use to mean everything is in its right place. It refers to the setup before the cooking begins.

Just like in cooking, I’d start by ensuring I have all the right tools installed and that I know how to start a new project.

Make sure you have an IDE (Integrated Development Environment), which is like a modern text editor for programming, full of useful features. A popular choice is Visual Studio Code and it’s free.

Then install Nodejs. It’s not necessary to run plain JavaScript, but most JavaScript-based frameworks will require it.

I wouldn’t want to proceed in too small steps, so I’d choose a JavaScript library/framework from the start. I suggest React because it’s really popular and required by many companies, but be aware that there are many others (like Angular, Vue, Vite, Svelte, and React derivatives such as Next.js and Gatsby).

An easy way to start a React app is by using create-react-app. Run it. Explore the app you’ve created. Run it. Explore the app you’ve created. If you’re familiar with static web development, you’ll recognize something familiar in some files, although it officially uses JSX, not HTML.

Cut some paths with online courses ✂️

I am a big fan of Stephen Grider as a web development instructor. It’s no accident he has 1,328,858 students and almost half a million reviews. This is free advertising.

I think he’s that good. But I also understand that learning styles vary from person to person. So before purchasing all his courses, perhaps watch some of the free previews and try a course to see if it suits you.

I’d be cautious when choosing online courses because some are more advanced than others. To start, I’d recommend Node with React: Fullstack Web Development or any similar course.

Practice makes perfection

Programming is the art of failing fast, or the art of debugging. Don’t be afraid of errors. They are your best friends as a developer. Trust me. There’s even a well-known methodology that involves making errors intentionally while writing code (Test Driven Development or TDD).

Start many projects on your own machine. Then learn how to deploy them on platforms like Heroku or Vercel, to begin with – AWS is a bit more advanced, but not out of reach.

When you feel ready, join open-source projects. They’re a great way not just to practice, but to learn the workflows of more experienced teams. It’s really valuable to learn how to collaborate in groups.

If you’re looking for a beginner-friendly open-source project, ours offers all the support you need. We even have a “contributions 101” guide waiting for you in our Readme.md (it’s called WebCrumbs). But even if you opt for another project, I’m happy. The important thing is to always keep learning.

Keep coding!

Star WebCrumbs to start your open source journey

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
dark-mode-duck-and-other-css-ducks.

Dark Mode Duck and other CSS Ducks.

Next Post
learn-to-code-in-5-steps,-and-3-habits,-hello-folks,

Learn to code in 5 steps, and 3 habits, Hello folks,

Related Posts