All about tech and computing
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()…
10 essential VS Code tips & tricks for greater productivity
Boost your productivity with Visual Studio Code: Learn essential tips and tricks to enhance your…