Windows subsystem Linux is really impressive feature by Microsoft in the windows which allows you to run Linux on your […]
How to deploy NodeJS App on cPanel
cPanel is a Linux-based system that simplifies the management of your web hosting environment. It is already being used by […]
How to generate sitemap.xml file for Static Site Generated (SSG) in NextJS
You might have built a blog/website with NextJS and now you want to add a sitemap.xml file to your website. […]
How to Pause/Sleep Code Execution in JavaScript
JavaScript is single threaded. This means that it has only one main thread of execution, which processes code sequentially, one […]
How to check if element exists in a Webpage – Puppeteer
Puppeteer is a versatile library that serves various purposes, such as testing, web scraping, and automation. It empowers you to […]