Like if you spend all of your time focusing on those core browser APIs and what they can do for you, you don't need to install a package to copy and paste, or is the is even JavaScript package with a billion downloads or whatever. Just spend the time on the fundamentals, spend the time on the browser APIs, concepts, big concepts, and debugging. Debugging is another important one where oftentimes we're just trying to figure out what the problem even is, because once we know what the problem is, we can know how to solve it. So focusing on your fundamentals should always do that instead of library specific things. Not to say don't learn your libraries deeply or whatever, but if everything you bring into your life is the React version of this, when the DOM version of this already exists, you should probably take a look at that.
Find the content types that work for you. You know the number one comment I got, especially back in 2012 when I was doing YouTube, was like, nobody likes learning on video. Learning on video is bad. Which in 2025 sounds hilarious, because just how many video channels are out there teaching in general for all kinds of platforms? And I want to push back on the idea that, like, everybody should just fire up the documentation and read it start to end, because not everybody can consume that information in the same way. I say this as somebody with a learning disability, and like, reading blog posts is tough for me, so I'll have text to speech read it back.
In fact, when I first started dating my wife, my wife is a doctor of psychology, and to graduate she needed to administer tests. So we'd been dating a whole year, and she administered every single psychological test known to man. So she knew what she was getting into, right? And one of those tests, like the IQ test, right? And my IQ test is actually invalid, because I scored high on some parts, and I scored really low on some parts, and that gap invalidated the test. But in that gap is things like dyslexia, right? It's the things that prevent me from being able to read a blog post really well. And I used to try to shoehorn that in my life. Like, I used to try to read a lot of books. I'd buy the big books, and I would try to read them, and I wouldn't get anything out of it. And it wasn't until I started really utilizing the skills that I had, whether it was audio or my persistence in coding and getting my hands dirty, that a lot more unlocked to me.
Comments