RabbitMQ + Java + Python + PHP Real-World Example
In this article we are going to build a simple real world example in which different services with different technology ( java, python, PHP) communicate to one another via RabbitMQ.
This is a technical blog. You can find posts in Computer Science, Programming, and Artificial Intelligence here.
Post Views: 4,533 I have been using the precious jTable plugin for more than 5 years. I used it in several projects besides several server …
Post Views: 3,972 In Generating a report from data stored in database, along with Report’s title, columns’ header, content direction, fonts and etc., there exist …
Post Views: 12,694 Despite many advantages of Python such as simple syntax, easy-to-read code and large number of available 3rd-party packages, when it comes to …
Post Views: 856 Holidays are a great opportunity to make ideas which go on in the mind come true. It was a month that I …
Post Views: 8,229 FaceNet is a face recognition system using deep neural network introduced in 2015 by researchers at Google. The main idea of this system …
Post Views: 2,809 Reports are essential part of any software , and also it can be most frustrating part of software development. In web application, …
Post Views: 7,587 Last week I started to implement graphical Gradient Descent algorithm for linear regression (supervised machine learning). Gradient Descent is a general algorithm and …
Post Views: 150 Recently I contributed to an open source project named GraphTea. It’s a great software coded in Java ( by Sharif University of Iran …
Post Views: 111 Interfaces in Java always contained method declaration not their definitions (method body). There was no way of defining method body / definition …