We know that computers understand programming languages but how about making them understand human language, the language that you and me speak? Natural Language Processing (NLP)...
-
Message Queuing – RabbitMQ
By: Sanket Terdal | July 10, 20151. Message Queuing Message queuing is a mechanism by which sender sends a message to receiver asynchronously. Sender and receiver may or may not interact with the message at the same time. Then message
-
Understanding Monolithic and Microservices Architecture
By: Sanket Terdal | June 10, 2015Introduction In this article, we will try to understand the Monolithic and Microservices architecture in terms project team, analysis/design, development/construction, continuous integration /deployment and testing. 1. Monolithic Architecture Before jumping into Microservices, let’s see what