How to use a secure public url for your localhost [Dev Purpose] [ngrok]
Maybe you are developing a web application and you want to expose your application running on your computer to the internet. Normally you will have to do a bunch of configurations to your webserver to let outside traffic even get in. Not only that, you might need to configure your firewalls, routers, etc as well. Today with this post I am going to show you a simple yet powerful tool I always use to access my locally hosted application through …