Best of NginxJuly 2022

  1. 1
    Article
    Avatar of medium_jsMedium·4y

    6 Best Courses to learn Nginx in depth

    Nginx is an open-source web server that can also be used as a reverse proxy, load balancer, and HTTP cache. Leading tech companies like Autodesk, GitLab, DuckDuckGo, Microsoft, IBM, Google, LinkedIn, Cisco, Twitter, Apple, and Intl all use Nginx.

  2. 2
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Dockerize a MERN Stack app for Production with Security in Mind (Part II)

    This post is the 2nd part of a two part series that covers how to make a MERN stack application production-ready with security in mind. The first part of this series was more of a theoretical post to grasp the basic concepts of what we want to achieve.

  3. 3
    Article
    Avatar of devgeniusDev Genius·4y

    Create Docker NGINX Image and Push to AWS ECR

    In this scenario, we were asked to use Nginx to deploy our website. We will pull the latest version of Nginx from the Docker registry. Next, we will create our Dockerfile & index.html file in the same directory. Finally, we’ll create a Docker container from our new image using the following command.