Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small spelling changes #3

Open
wants to merge 1 commit into
base: edit
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion post.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down