Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Microservices? You have to
Search
Pedro Tavares
July 31, 2017
0
1.2k
Microservices? You have to
Pedro Tavares
July 31, 2017
Tweet
Share
More Decks by Pedro Tavares
See All by Pedro Tavares
Diving into Merkle Trees
ordepdev
1
620
Harvest, Yield, and Scalable Tolerant Systems
ordepdev
0
190
Things you should know about Database Storage and Retrieval
ordepdev
0
140
Building a testing culture
ordepdev
0
150
Building a testing culture
ordepdev
0
1.3k
Things you should know about Database Storage and Retrieval
ordepdev
0
1.6k
GitLab as an Application Lifecycle Management Suite
ordepdev
0
370
Consumer Driven Contracts
ordepdev
0
1.4k
Optional<Java>
ordepdev
0
1.3k
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
329
21k
Raft: Consensus for Rubyists
vanstee
140
7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
980
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Transcript
microservices? You have to be this tall! @ordepdev
Standardised DEVELOPMENT CYCLE local changes > testing > code review
> build system > deployment
STABLE AND RELIABLE deployment pipeline staging, canary and production rollouts
console.log(‘arroz’); MONITORING if you can't measure, you don't know it
works
DISTRIBUTED LOGGING AND TRACING SSH in Prod? You’re doing it
wrong.
DASHBOARDS if it moves, draw it
INVERT THE INVERTED PYRAMID more unit and contract tests, less
end-to-end tests
FASTER FEEDBACK faster tests leads to faster feedback
NO MORE SILOS between development and operations
Self-sufficient software engineers fewer rockstars, more orchestras
without this, MICROSERVICES is just another BUZZWORD
Thank you.