Pankaj Kumar

Pankaj Kumar

Setting up Mac for Development/Coding

Setting up Mac for Development

You may need to setup up your brand new Mac or after purchasing a used one with factory reset for software development purposes. While I understand that the usage behavior of individuals differs, there are some settings and software that…

Throttle Function in JavaScript

Throttle Function in JavaScript

Throttle function can be used to execute a function more than once every X milliseconds. The main difference between Debounce function and Throttle function is that throttle function gurantees the execution of function every X milliseconds. In this tutorial, we…

Changing Preview Link of WordPress

If you are looking to change the preview link of the WordPress post without actually changing the configuration file, then you are right place. One of the simplest ways to change the preview link of posts is to simply go…