Reverse-proxy
Articles
The tale of bypassing CORS
Making an API request to get data and display it to the user is the common feature in most, if not all, of the front-end applications I've built. But it's not always sunshine and rainbows. Oh the frustration when browser decides to throw a CORS error!
CORSRunning Multiple Apps on a single port using Docker
Wouldn't it be nice to type local.dev, and have instant access to all running applications on your local machine?
DockerSnippets