How to Keep Your Web App Screen Awake with the Screen Wake Lock APIThe Screen Wake Lock API is a web API that allows web applications to request that the screen stay awake, preventing it from dimming or…May 27May 27
Why Can’t I access my .env files in Next js?Accessing .env files in NextJS can be challenging, especially for those from a traditional react background. This article aims to help…Apr 22Apr 22
You can’t own a domain name..You don’t actually own a domain name. Why? Because this allows unused domain names to become available for others to use.Jan 12Jan 12
10 VSCODE Extensions That will boost your productivity.Fasten your seatbelts as we explore the best extensions in the world.Dec 8, 2023Dec 8, 2023
9 HTML Tags That Will Change Your Life!There are many HTML tags that are used in rare cases for special functions or queries. And these tags are very important for building…Dec 1, 2023Dec 1, 2023
Do you have a Rubber Duck?Debugging is a major aspect of being a software engineer/developer and there is a method of debugging which we do every day, but we are not…Nov 29, 2023Nov 29, 2023
How to Create a dialog/modal with HTML 100%,0% JavaScript..Did you know that you can create a dialog (modal as some people call it ) with just HTML? No JavaScript 😲Nov 27, 20231Nov 27, 20231
Unveiling the Power of REST API: A Guide to Performance, Scalability, and ReliabilityREST API is a software architectural style for Backend.May 29, 2023May 29, 2023
What happens when you type google.com in your browser and press Enter?When we type google.com in our browser and press Enter, The Browser initiates TCP connection with the server. Browser sends the HTTP…May 17, 2023May 17, 2023