Containerization central to my workflow — every project ships as reproducible images with multi-stage builds.
Every project has a Dockerfile — multi-stage builds producing minimal Alpine-based images under 100MB. Docker Compose matches production locally. Non-root users, health checks, signal handling, layer caching optimization.