In this video we create the freeCodeCamp port scanner project but instead of python, this application is written in golang.
For further actions, you may consider blocking this person and/or reporting abuse
Victor Isaac Oshimua -
Jane Ori -
Nathan Tarbert -
Nevo David -
Once suspended, kelvinmai will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, kelvinmai will be able to comment and publish posts again.
Once unpublished, all posts by kelvinmai will become hidden and only accessible to themselves.
If kelvinmai is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Kelvin Mai.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag kelvinmai:
Unflagging kelvinmai will restore default visibility to their posts.
Top comments (3)
You could use Goroutines to speed up the port scanning instead of doing it one after the other. If you like i can open a PR
Yes, please. I would be interested in seeing how that is implemented.
I just opened a PR with a short explanation. If there are any questions i am happy to answer!