Smart Debugging in Node.js
A debugging utility via V8 Inspector
ERROR FIX: SyntaxError: Unexpected token 'export' in ngx-bootstrap
A common error found in most ES6 packages. Fix is here.
MongoDB Aggregate: How to preserve/protect fields during multiple $group and $project?
This article talks about an alternative way of preserving fields in response data of the aggregate query instead of writing it again and again.
How to regenerate a bitly link for the same long URL?
It talks about how to generate a new bitly link different than the previous one for the same long URL using a small hack. How to regenerate a bitly link?