News

This infrastructure-focused initiative leverages the power of PlantUML, a popular open-source tool for creating diagrams-as-code for infrastructure. With this project, I aim to provide you with a self ...
A load balanced HTTP server architecture, implemented using Nginx reverse-proxy, Docker, and deployed the containers to EC2 server instances on Amazon Web Services. - impore/load_balancing_nginx ...
The simplest docker-compose file to setup an Nginx Proxy Manager Docker container is as follows: version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' container_name: ...
This paper provides a performance evaluation of a dynamic RESTful API architecture suitable for IoT deployments. The framework, developed with Python's FastAPI, PostgreSQL, and Nginx and containerized ...