Snippets Ways to check null and undefined variables in JS What are the ways to check null and undefined variables and what is the best and sane way of doing it.
Snippets Write a custom function to flatten a javascript object Learn how you can create your own object flattening function
QuickBits How to quickly disable current web page JavaScript in chrome? Quickly disable page's JavaScript in chrome
DevTools Elements : Understanding the chrome dev tools In the DevTools series, we understand all the important tools inside the element section, a must for any web develper.
Snippets Invert colors of a website to get a dark mode effect(kind of) Convert any website to dark mode.