Month: March 2024

  • How to run multiple Docker projects under port 80 using an off-the-shelf local Reverse Proxy

    How to run multiple Docker projects under port 80 using an off-the-shelf local Reverse Proxy

    In this article, I will explore how a local Reverse Proxy in Go, which I wrote to handle two or more Docker projects on port 80, works. You will learn how to easily and efficiently manage access to multiple containers using a single standard port, and how to eliminate the need for additional configuration of…

    Continue reading

  • Color highlighting of the WordPress admin panel for different environments

    Color highlighting of the WordPress admin panel for different environments

    In modern web development, the use of various environments such as local, development, testing (QA), staging, and production is standard practice. These environments allow teams to develop, test, and preview changes before their deployment to the live version of the site. However, despite their importance in the development process, developers often encounter confusion among these…

    Continue reading