December 16, 2019

205 words 1 min read

RESTful web microservices from the ground up

RESTful web microservices from the ground up

Mike Amundsen walks you through building adaptable microservices that take advantage of the features of REST. Youll learn how to design services that advertise themselves to the network, discover their own partner services, and can adapt to subtle changes to existing services without relying only on recode-and-redeploy patterns for maintaining overall system operation.

Talk Title RESTful web microservices from the ground up
Speakers Mike Amundsen (Amundsen.com, Inc.)
Conference O’Reilly Software Architecture Conference
Conf Tag Engineering the Future of Software
Location New York, New York
Date February 4-6, 2019
URL Talk Page
Slides Talk Slides
Video

A RESTful approach to microservices can improve the stability and resilience of services, reduce the need for extensive changes and redeployment when the domain model changes, and greatly increase the flexibility of individual services, including the ability to automatically work with other newly discovered services. Mike Amundsen walks you through building adaptable microservices that take advantage of the features of REST, including statelessness, self-description, and using hypermedia to discover and modify application state. You’ll learn how to design services that advertise themselves to the network, discover their own “partner” services, and can adapt to subtle changes to existing services without relying only on recode-and-redeploy patterns for maintaining overall system operation.

comments powered by Disqus