Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Software Services</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.

Evolutionary Architecture and Micro-Services

While micro-services are all the rage, they need to be approached with caution. Using the techniques of evolutionary architecture, coupled with continuous delivery, allows for the micro-services architecture and its companion data architecture to evolve. This talk explores the relationship between these three concepts, focusing on how they all support …

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 …