What is kafka?
Indroduction
Apache kafka is a distributed streaming platform.It is a popular distributed message broker designed to efficiently handle large volumes of real-time data.A...
GCC, the GNU Compiler Collection is a compiler system developed to support various programming languages. It is a standard compiler used in most projects...
Atom is an open-source, cross-platform code editor developed by GitHub. It has a built-in package manager, embedded Git control, smart autocompletion, syntax highlighting, and...
Postfix configuration files
The two most important files are main.cf and master.cf. These files must be owned by root. By default, these files are in /etc/postfix. You should...
what is perl?
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system...
RabbitMQ is the most popular open source message broker. and it's a lightweight application available for most of the popular operating systems. supports multiple...
Introduction
Git : one of the most popular decentralized version control tools used by developers to coordinate the work amongst them. Designed by Linus Torvalds (...