5 Signs That You’re Wasting Your Life As A Developer
And what to do about it
And what to do about it
There’s always going to be something to learn but when does it ever end?
Not all functions are made equal. A class is essentially a family of functions that are related to each other in some way. They may have commonality under a certain category. They may have similarities in what they do. Whatever the case, sometimes, it’s just better to write your...
We’ve all heard of the DOM at some point. It’s a topic that is quickly brushed over, and there’s not enough discussion of it. The name shadow DOM sounds somewhat sinister — but trust me, it’s not. The concept of DOMs is one of the foundations of...
Regular expression — or regex — is something that we all, as developers, will encounter at some point. For many, it remains a form of gibberish. For some developers, they avoid it simply because it feels like it’s just too hard to get your head around. Whatever your case, here is...
Currying is a topic that often sits in the more advanced user circles of JavaScript. It extends beyond the usual usage of functions and methods and starts to dive into the structural side of code. When you start to build more complex applications, you start looking into your toolbox for...