All about tech and computing
Don’t waste your time reading docs
I was hopelessly pouring through coding books hoping for the knowledge to stick to my…
Stop writing code comments
Most comments are actually a sign of bad code. In the vast majority of cases…
Why does [] == ![] return TRUE in JavaScript?
It’s hard to believe. How can an Array not be an Array? It makes no…
How do computers actually understand the code you write?
How do computers actually understand the code we write? It’s interesting how some people code…
The 5 most transformative JavaScript features from ES12
ES12 was truly an amazing upgrade. Packed with valuable features that completely transformed the way…
Promise.all() vs Promise.allSettled() in JS: The little-known difference
I can’t believe some developers think they are interchangeable. They are not. all() and allSettled()…