22h ago 路 9 min read 路 A Node.js project can run on shared hosting only in limited cases. Once the app needs its own process, custom ports, background work, WebSocket support, or direct control over environment variables, a
Join discussion
May 23 路 4 min read 路 When I started building apps using AI tools like Claude Code and OpenAI Codex, I honestly did not know much about servers, Docker, deployments, or Linux commands. In fact, platforms like Vercel and Ra
Join discussionMay 10 路 9 min read 路 I manage over 13 Docker containers on my own VPS. These include my projects like hesapciyiz.com, islistesi.com, this blog site, and several background services. Exposing each one to the internet using separate ports is not very practical, neither for...
Join discussionMay 10 路 8 min read 路 That Moment of Panic During a Client Meeting It was around 10:00 AM last Tuesday. As I was presenting live to a client, a notification sound came from my system. A quick glance at the screen revealed that a service running on my monitor was no longer...
Join discussionMay 10 路 3 min read 路 Last month, on the morning of April 28th, I woke up to a "Disk Space Critical" email from my own VPS. When I ran df -h, I saw that the / directory was 100% full. As I suspected, Docker was the culprit again. When managing over 13 containers on the sa...
Join discussion