Tag: deployment
-
Nginx Reverse Proxy: The Configuration Every Developer Should Know
//
Nginx sits in front of your application servers handling TLS, load balancing, caching, and compression. Here is the production config from scratch.
-
GitHub Actions CI/CD: Build, Test, and Deploy Directly from Your Repository
//
Complete guide to GitHub Actions CI/CD — workflow anatomy, matrix builds, caching, environments, secrets, security, and production deployment.
-
Deploying Microservices on Kubernetes: A Step-by-Step Production Guide
//
Deploy containerized microservices on Kubernetes — Dockerfile, Deployment manifests, Services, ConfigMaps, health probes, autoscaling, and observability.
