#javascript
Read more stories on Hashnode
Articles with this tag
JavaScript is slow, but don't make it any more slower. · Introduction JavaScript is slow. I've never dug into JavaScript from the performance angle. I...
Let's learn SOLID the JavaScript way with functions. · Introduction Ever heard of SOLID? No, not the fun UI library Solid.js. The five famous SOLID...
They are more dangerous than you think. · Introduction We often use boolean states to keep track of whether something is loading. Usually, it works as...
You might be using it already. · Introduction Dependency injection. You might be using it already. It’s straightforward and a nice way to give more...
Recursion confused me a bit, so I decided to write this... · Introduction As you know, I love blog-driven development. I got a little bit confused about...
Generator functions have their purposes and aren't a complete waste. · Introduction Generator functions are arguably the most confusing topic in...