Hello everybody! I often had the problem that I could not find which process was listening on a port that I was trying to bind to. Of course there are already many ways of doing that, but I found myself googling for the same terminal command, and even forgetting the alias I had set for it in my .bashrc over and over again. I wanted to learn some JavaFX, and as a hobby project implemented a small 'task manager' for processes listening to TCP ports. It's released as open source, and maybe it's useful to somebody else as well? Stars are very appreciated :)
Hello! I wrote a little Gradle plugin to simplify the generation of jOOQ metamodel files using a dockerized database. Maybe somebody else finds it useful too! Let me know what you think.