Software architecture patterns hold lots of importance as they are used to solving various problems. There are different types of software architecture patterns; the Microservice Architecture pattern is one of them. In this article, we look at how microservice has developed and examine some advantages and challenges of working with microservices. Microservices are independently deployable services modeled … Continue reading All You Need to Know About Microservice Architecture Pattern
Tag: microservice architecture
Using Rack::Proxy To Serve Multiple React Apps On The Same Domain
Content posted here with the permission of the author Rahul Ojha, who is currently employed at Josh Software. Original post available here Background We had 4 React apps running on the local server. All apps were running on different ports because we can not start multiple React Apps on the same port. We had to build … Continue reading Using Rack::Proxy To Serve Multiple React Apps On The Same Domain