NRNelson Ramosinnforge.hashnode.dev·May 8 · 13 min readHow I built a self-hosted PaaS on AWS from scratch - no Docker, no KubernetesEvery time I pushed to GitHub, the ritual was the same: SSH into the server, git pull, restart the process (hoping the port was free), and pray nothing broke. Logs were scattered, rollbacks were manua00