Docker tutorial - IT technology blog

Dockerize Elixir Phoenix: Multi-stage Build, OTP Releases, and Production-Ready Erlang Clustering

A detailed guide to Dockerizing Elixir Phoenix with an optimized multi-stage build that reduces image size from 1.2GB to 85MB, production-ready OTP Releases configuration, and automatic Erlang clustering via libcluster DNS in Docker Compose. Includes a real-world Dockerfile, clustering configuration, and a deploy script with safe database migrations.
VMware tutorial - IT technology blog

Configuring Private VLAN (PVLAN) on VMware vSphere: Network Traffic Isolation for VMs on the Same Subnet

Private VLAN (PVLAN) on VMware vSphere lets you isolate traffic between virtual machines on the same subnet without creating additional VLANs or changing any IP configuration. This guide covers the full setup: declaring Primary/Secondary VLANs on a Distributed Switch, creating Port Groups, assigning VMs, and verifying isolation with ping and PowerCLI.