Killing the NULL vs Index Myth
You may have heard that NULLs don't work with Indexes. That's not true.
You may have heard that NULLs don't work with Indexes. That's not true.
Kill Tasks and handle Exceptions
If you're using try/catch in JavaScript you're doing something WRONG. Here's why.
If you're using try/catch in JavaScript you're doing something WRONG. Here's why.
In this article, I'm going to help you get more out of Tasks by outlining some simple patterns that are applicable to many situations
Try/Catch is essential for reliable systems, yet overuse leads to unreliability. On the surface, try-catch allows us to recover from any error with grace - but it has a dark side...