Let's create an axios instance that retries the network call upon failure. ยท Import the package and create an axios instance. const axios =...
I was looking for a solution that will provision SSL certificate to domains that point to my load balancer, so I can add "Custom domain setup" block...
Nginx is a popular web server that can act as reverse proxy, load balancer etc. And to serve the content over HTTPS, the nginx config needs to be...
GitHub Actions help in integrating CI/CD so you can test, build, deploy your code right from GitHub. In this post, we will set up a couple of...