Ports
- How I check common port numbers when debugging a service
Port numbers are labels for network services, but a port number alone does not guarantee what is actually running there. The Port Reference tool helps me inspect the input and output without writing a one-off script …
- How I pick random port numbers for local development
A random port is useful for local development, examples, temporary services, and avoiding conflicts with common ports. The Random Port Generator tool helps with the mechanical part, but I still check the result before …