Best of NginxApril 2023

  1. 1
    Article
    Avatar of systemweaknessSystem Weakness·3y

    Why is Nginx called a “reverse” proxy?

    Learn about reverse proxies and why Nginx is called a reverse proxy. Discover the benefits of using Nginx as a reverse proxy.

  2. 2
    Article
    Avatar of bitBits and Pieces·3y

    How to Scale Node.js Socket Server with Nginx and Redis

    This post explains how to scale Node.js applications using Nginx Load Balancer and solve potential problems. It covers balancing socket servers, using Nginx load balancer with multiple Node servers, problems with polling, WebSocket transport layers, and establishing communication between Node instances with Redis PUB/SUB.

  3. 3
    Article
    Avatar of swcdSweetcode·3y

    How to Minimize Docker Container Image Size Using DockerSlim

    Using DockerSlim allows you to minimize Docker image size up to 30 times. It analyzes your Docker image’s contents and removes duplicate files, unused dependencies, and system libraries that the application doesn’t require to run. These approaches slim or remove layers with unnecessary binaries, libraries, files, and directories.

  4. 4
    Article
    Avatar of jvnsJulia Evans·3y

    A list of programming playgrounds

    A list of programming playgrounds I really like using (and making!) Programming playgrounds. I got thinking about how I didn't have a great list of playgrounds to refer to. So I asked Mastodon for links to cool playgrounds. Here's what I came up with.