Microservices
A microservice is a small, focused piece of software that can be developed, deployed and upgraded independently. Commonly, it exposes it functionality via a synchronous protocol such as HTTP/REST. That...
View ArticleAn intro to Microservices and REST: SoCal Code Camp 2014
If you came along to my session at the SoCal Code Camp, thanks for attending! Any feedback always appreciated. You can find the slides on slideshare. You can also check out my blog posts that the talk...
View ArticleRest and Microservices talk at the Las Vegas .Net Group
Thanks to Richard Rosenheim for inviting me to talk on REST and Microservice at the Las Vegas .Net Group today. If you came along, thanks for attending! You can find my slides here. You can also check...
View ArticleVersioning APIs
I have blogged in the past about microservices, and the advantages that architectural style can bring. These small, focussed and, most importantly, autonomous services commonly expose their...
View ArticleRESTful Microservices at Silicon Valley Code Camp ’15
Thanks to everyone who came to my RESTful Microservices talk at Silicon Valley Code Camp today. Great turnout and lots of good follow up questions. You can find the complete slides on slideshare.
View ArticleTalk summary: Realizing the Microservices Vision with Service Mesh by Arijit...
Some note on the talk “Fully Realizing the Microservices Vision with Service Mesh” by Arijit Mukherji of SignalFx at AWS re:Invent 2018 (DEV312) Find the video at...
View ArticleBlog post summary: Domain-Oriented Microservice Architecture at Uber
“Domain-Oriented Microservice Architecture at Uber” is a blog post on the Uber engineering blog. There were some comments about the post not giving credit to prior art, which I think is fair, but it is...
View Article