Dockerizing a React App
A tutorial on containerizing a React application using Docker, covering development setup and production builds.
A tutorial on containerizing a React application using Docker, covering development setup and production builds.
A guide to configuring Nginx with HTTP/2 to properly serve a React Single Page Application using React Router, including performance tuning with server push.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
A tutorial on containerizing a Blazor WebAssembly app using Docker and NGINX to serve the static files efficiently.
Troubleshooting a WebPageTest private instance where SSL redirects caused agents to fail to submit results, and the fix.
A technical guide on configuring Nginx to redirect non-www URLs to www for both HTTP and HTTPS, including example server blocks.
Connecting a Django Shiv application to Nginx to complete the deployment process for a SaaS project.
Connecting a Django Shiv app using Ansible, covering file permissions and settings configuration for deployment.
A technical guide on using strace to debug Nginx request/response handling and log truncation issues in a logging pipeline.
A technical guide on configuring Nginx to perform GeoIP lookups using the geoip2 module and MaxMind database on CentOS 7.
A delegate previews NGINX's role in cloud computing ahead of Cloud Field Day, covering its products and recent acquisition by F5.
A talk exploring strategies for implementing rate limiting and request throttling in web applications to handle user traffic and prevent abuse.
A developer shares their simplified Let's Encrypt setup using acme-client and nginx, avoiding the complexity of certbot.
A technical guide on using Docker, Nginx, and Docker Compose to host multiple websites with SSL on a single VPS via a reverse proxy setup.
A guide to implementing zero-downtime Blue-Green deployments using Docker and a proxy tool, with a practical walkthrough.
A technical guide on configuring HTTPS with Nginx and Let's Encrypt, focusing on solving a www subdomain redirect and certificate issue.
A guide to using Let's Encrypt for free, trusted TLS certificates, including setup with Nginx and comparisons to paid alternatives.
An in-depth guide to using NGINX as a reverse proxy and web server for ASP.NET Core applications, covering setup, configuration, and comparisons.
A tutorial on packaging an Angular application inside a Docker container using Nginx to serve static files, focusing on immutability and DevOps practices.
A guide to implementing HTTP Public Key Pinning (HKPK) with Let's Encrypt certificates on an nginx server for enhanced TLS security.