You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
4.2 KiB
109 lines
4.2 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title"> Microservices AntiPatterns and Pitfalls - Mark Richards</h1> |
|
<span class="post-date"> |
|
2020-03-08 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/microservices/">#microservices</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/antipatterns/">#antipatterns</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/pitfalls/">#pitfalls</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/mark-richards/">#mark richards</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/books-2020/">#books:2020</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2016/">#published:2016</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/31291348-microservices-antipatterns-and-pitfalls">GoodReads Summary</a>: |
|
Remember when service-oriented architecture (SOA) was all the rage? Companies |
|
jumped in before fully understanding SOA’s advantages and disadvantages, and |
|
struggled to make this complex architecture work. Today, we’re poised to |
|
repeat this same experience with microservices—only this time we’re prepared. |
|
With this concise ebook, author Mark Richards walks you through the ten most |
|
common microservice anti-patterns and pitfalls, and provides solutions for |
|
avoiding them.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★★☆ |
|
</div> |
|
<p>Not a book per se, but a paper about the tendencies that lead to microservices |
|
to fail. If this was a book, I think I'd give it less stars, but since it is |
|
just a short paper, it feels alright -- for a book, longer content and how to |
|
implement the corrects would be nicer.</p> |
|
<p>In the end, for people starting with microservices, it is a good pointer for |
|
"do not do that"; for people working with microservices for awhile, it's quite |
|
a "I did that already" checklist.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|