WordPress website migration using cPanel, the easy way
|

WordPress website migration using cPanel, the easy way

Hosting expired, so grab the Black Friday offer or upgrade our hosting. We may need to migrate a WordPress website for many reasons, and there are more ways. You can use plugins, hosting tools or do it manually. I’ll explain the manual way. This requires manual work, works perfectly with full control in your hand,…

javascript call stack and event loop
|

JavaScript Execution Context, Call Stack, Web API’s and Event Loop

Execution Context in JavaScript is a whole lot of things. I’ll describe it as my understanding and show you how this works behind the scenes. Like me, I’m sure you also asked yourself how a script works when running it. The process of creation and execution of your script happens within the execution context I’m…