Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>cloud</span>

Microservices Architecture Patterns in the Cloud

Gilt, a billion dollar e-commerce company, implemented a sophisticated microservices architecture on the Amazon Web Services (AWS) infrastructure to handle millions of customers visiting their site at noon every day. The microservices architecture pattern enables independent service scaling, faster deployments, better fault isolation, and graceful degradation.

Microservices for PaaS with Spring and Cloud Foundry

Microservices – small, loosely coupled applications that follow the Unix philosophy of “”doing one thing well”” – represent the application development side of enabling rapid, iterative development, horizontal scale, polyglot clients, and continuous delivery. They also enable us to scale application development and eliminate long term commitments to a single …