Explore the JavaScript Universe (Explore the JavaScript Universe)

0h 0m 0s
English
Paid
September 26, 2024

On a good day, programming feels like magic. You patiently enchant the machine with a tapestry of digital spells. With a few confident keystrokes, you breathe life into the colorful dots on the screen. Oh, what a marvellous illusion you have created! It works… Except when it doesn’t. It strikes you just as you were about to go home. It strikes you during a pair coding session. It strikes you in the middle of that interview. A bug that you can’t explain. You read the code again and again, but you can’t spot the mistake. The articles you’ve read and the tutorials you’ve watched did not prepare you for this moment. Or did they? You’ve had to learn so much in so little time… 

More

Your mind is blanking.

You try a few different things. Should you remove this line? Reorder those two other lines? Maybe it will somehow just work if you try it again?

Your confidence wanes with every attempt.

Soon, a voice in your head becomes impossible to ignore.

I don’t know what I’m doing.

I’m just trying different things hoping that one of them works.

Will I ever get good at this?…

Don’t panic.

You know JavaScript. Sort of.

You know which parts are good. Or so you heard.

Your pull requests get merged. Eventually.

But you’re feeling behind.

Why does it take you hours to fix a bug that others fix in a few minutes?

It’s not the impostor syndrome.

We all have our moments of doubt. Some of them never go away. But lack of confidence often reveals a real knowledge gap. How can you find it?

Let’s start at the beginning. When you were learning programming, you focused on writing code. That’s what programming is, right?

Uh-oh.

You’ve learned to write code, but you haven’t learned how to read it.

This is a difficult thing to admit to yourself! But it’s never too late to revisit.

Computers don’t read code the way we do. They don’t guess its meaning from variable names and familiar patterns. They read it according to the rules created by other humans decades ago. No wonder we’re in this mess!

I want to help you stop guessing.

We all guess when reading code. But to gain confidence and find that bug, you need more than that. You need to see what happens as your program runs. You need to embody your program. You need to think in JavaScript.

But you are too busy.

Aren’t we all!

It was hard enough to learn programming from scratch. Now you have to keep up with all the new libraries and their updates, all the newsletters and tutorials, not to speak of all the problems you already encounter every day.

Or, rather, you feel like you have to keep up. When there’s a fundamental gap in your understanding, it’s tempting to look the other way. But how much time do you really save if you keep making the same mistakes?

A dry book won’t test your understanding.

You could read a 200-page book about how JavaScript works. I bet you already did. Still, your code is buggy and you don’t know why. A book can’t verify whether you really understood the concept. It just keeps on going.

A video walkthrough won’t help you practice.

It’s fun to watch someone build something. It feels like you’re making progress. Only, when you try to repeat what you saw, you get stuck on completely different things. But hey, at least that was engaging.

The problem is simpler than you think.

Over the years, I’ve talked to hundreds of developers.

From checking their mistakes, I’ve learned that it’s not advanced topics that caused them most trouble. Their learning efforts were misplaced.

Most of their mistakes were due to misunderstandings in the fundamental concepts like variables, values, objects, properties, and mutation.

But this is good news!

Face your misconceptions with no judgement.

A misunderstanding that could be fixed in ten minutes can cause problems for years. I had to stumble my way through them on my own.

You don’t have to repeat my mistakes.

Take a shortcut.

Just JavaScript.

Discover and rebuild your JavaScript mental models.

You know how to use a phone. Close your eyes and imagine holding your phone in your hand. Even if your imagination is as poor as mine, you know how to make a call. Or how to send a text. Or how to open the browser.

This is because you have a mental model of your phone. You mostly remember how it works, so you can recreate its behavior in your mind.

We’ll be doing the same, but for JavaScript concepts you already know.

Just JavaScript is not a course for complete beginners. Yes, we will cover variables, values, and objects. But we won’t be talking about how to use them. You already know that. We’ll focus on how to think about them.

Let the big picture unfold before you.

What happens in your mind when you see an assignment? What does a nested object really mean? What can you do with different kinds of values? Why do you sometimes get undefined, and sometimes a crash? Why does changing one thing affect another thing? Why aren’t two objects equal?

These questions often confuse developers—even with several years of experience! By the end of this course, the answers will become obvious.

With the right mental model, all of the puzzle pieces “click” together.

Gain real confidence.

There are many skills that this course won’t teach you. It won’t teach you how to build an app. It won’t teach you problem solving. It won’t teach you the latest framework. It won’t teach you the best debugging strategies. It won’t even teach you how to pass an interview. (I wish I knew that!)

What it will give you is confidence. Confidence that you know what the code is doing. That you can follow along a piece of code and get the correct result. That you can not only build, but think in JavaScript.

You’ll always make mistakes. We all do. That’s okay. The difference is that you will now see them. And a mistake you can see is a mistake you can fix.

No need for guessing.

It’s actually fun.

Gaining these new abilities won’t feel like a chore.

You won’t be reading walls of text or sitting through hours of video.

Every lesson is built around animated explanations that walk you through the concepts. You’ll immediately put your understanding to the test with interactive quizzes baked into every lesson. When you get something wrong, you will see why. It’s like sitting down with an experienced mentor.

The JavaScript Universe awaits you.

0

Similar courses to Explore the JavaScript Universe (Explore the JavaScript Universe)

Up and Running With PixiJS

Up and Running With PixiJS

Duration 2 hours 8 minutes 52 seconds
Asynchronous JavaScript

Asynchronous JavaScript

Duration 4 hours 38 minutes 53 seconds
Become a WordPress Developer: Unlocking Power With Code

Become a WordPress Developer: Unlocking Power With Code

Duration 41 hours 45 minutes 55 seconds
DevOps.js Conference 2021

DevOps.js Conference 2021

Duration 7 hours 51 minutes 4 seconds
Testing JavaScript with Kent C. Dodds

Testing JavaScript with Kent C. Dodds

Duration 14 hours 11 minutes 26 seconds
20 Web Projects With Vanilla JavaScript

20 Web Projects With Vanilla JavaScript

Duration 16 hours 8 minutes 55 seconds