Backesc
Systems & platforms · 12 / 12

Enterprise frontend infra

The frontend deployment architecture for a logistics company's internal apps. The kind of infra that runs at 3 AM, never pages anyone, and gets exactly zero credit for it.

why it matters
  • Dockerized SPAs served via Nginx — index.html in the pod, static assets on CDN
  • Nginx tells browsers to never cache index.html — zero-downtime deploys
  • PWA support for offline-capable logistics apps
  • Bundle optimization pipeline keeping build output minimal
  • Private component registry (shadcn-style copy-paste) for code distribution
skills
Frontend InfraDockerized SPACDNCache-bustingPWABundle OptimizationKubernetes