Articles in this series
Accessing your localhost environment on a mobile device is something every web developer have tried or hoped was readily available. This capability...
In a NextJS app, when you visit a URL that is not available in your project, you will be redirected to a 404 page. This page comes default without any...
When you visit a static site, by default the .html extension is visible in the URL, for example /about.html, or /contact.html however on modern sites...