From f1e4ba438b5a24c2f3484f5d70dcde459d03713e Mon Sep 17 00:00:00 2001 From: Ellen Dudley Date: Tue, 31 Mar 2015 21:38:33 -0600 Subject: [PATCH] small spelling changes --- post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.md b/post.md index 8a83387..27aa700 100644 --- a/post.md +++ b/post.md @@ -4,7 +4,7 @@ Because they are the perfect storm of amazing technologies that allow us to buil ## Microservices -The concept fo microservices has been around for a long time but only recently has the term become mainstream in technology discussion. If we back up a bit, in the old days we had very large and coupled applications that were difficult or impossible to integrate with. Large single binaries, shipped with out applications, unable to work with other languages or platforms. Then we introduced service oriented architecture (SOA) principles which promoted exposing this functionality over the wire via HTTP or TCP which are common protocols. But still, these applications were very monlithic in nature, difficult to deploy, difficult to rebuild and so forth. +The concept of microservices has been around for a long time but only recently has the term become mainstream in technology discussion. If we back up a bit, in the old days we had very large and coupled applications that were difficult or impossible to integrate with. Large single binaries, shipped without applications, unable to work with other languages or platforms. Then we introduced service oriented architecture (SOA) principles which promoted exposing this functionality over the wire via HTTP or TCP which are common protocols. But still, these applications were very monlithic in nature, difficult to deploy, difficult to rebuild and so forth. Now enter [microservices](http://martinfowler.com/articles/microservices.html).