All Posts

Terminal Dock: Infrastructure Ops Built for Modern Teams
  • NodeJS
  • SQL
  • Linux
  • ReactJS
  • Virtual Machines
  • Networking

This post outlines the design and planned features of Terminal Dock, a multi-tenant infrastructure tool I’m building.

When working with servers or local development environments, you may run into the "port already in use" issue. For example, port 8080 might be stuck due to a process that didn’t shut down cleanly. You can resolve this issue with ss and kill.