PASSWORD RESET

Your destination for complete Tech news

Home Articles Posted by Techradiant (Page 28)

Posts byTechradiant

,

How to exit vim?

< 1 min read To exit Vim, you can use the :q command. This will exit Vim if you have not made any changes to the document. If …

Bash
363 0
,

What is Pub Sub?

< 1 min read In the context of computer science and software engineering, “publish/subscribe” (pub/sub) is a messaging pattern in which senders of messages (publishers) do not send …