Message Broker -Rabbit MQ
Message Broker -(AMQP) Rabbit MQ Imagine if you have N modules (where N is sufficiently large number) which need…
June 08, 2019Message Broker -(AMQP) Rabbit MQ Imagine if you have N modules (where N is sufficiently large number) which need…
Sanatan Dharma June 08, 2019Virtualization The topics that I am going to cover now includes 1)Virtual Machines 2)Linux Container 3)Docke…
Sanatan Dharma March 18, 2019Generator using Co-routine in C int xrange(int n); int xrange(int n) { static int i, state = 0; switch (st…
Sanatan Dharma September 06, 2018Hello World: The simplest module # include /* Needed by all modules */ # include …
Sanatan Dharma July 22, 2017Here I am going to discuss an interesting macro in C. It will give you offset of a member within a structure. NULL or…
Sanatan Dharma June 14, 2017For 32 bit architecture there are 32 address lines thus you can refer 2^32 addresses. For 64 bit architecture, you can …
Sanatan Dharma June 14, 2017In this post, I am going to discuss IP address and routing. I will not be discussing advanced and how it work stuff thu…
Sanatan Dharma June 13, 2017
Follow Us