Challenges When working in a microservices architecture, we face the problem of communication between our applications. Services must often collaborate in order to handle a request. As service instances are typically processes running on multiple machines or virtual instances, they … Read More
Eventual Consistency Through Message Ordering
Linear Regression for Machine Learning
Introduction In this article, we will look at the Linear Regression model for Machine Learning, which is one of the most basic models available. Linear Regression This equation shows a multi-dimension formula for linear regression, where ŷ is the predicted … Read More