WordPress website migration using cPanel, the easy way
|

WordPress website migration using cPanel, the easy way

Hosting expired, grabbing the Black Friday offer, or upgrading our hosting, we may need to migrate a WordPress website for many reasons. And there are more ways to migrate WordPress websites. You can use plugins and hosting tools or do it manually. Here, I’ll explain the manual way. This requires a little bit of manual…

javascript call stack and event loop
|

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

JavaScript Execution Context Execution Context in JavaScript is a whole lot of things. I’ll describe it as my understanding and show you how this works in running script behind the scenes. There are two phases of Execution Context. Creation phase and execution phase. If you declare a variable in your code var myName = “codespoetry.com”,…