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
DevOpsPorto Meetup7: Microservices? You have to...
Search
DevOpsPorto
August 03, 2017
Technology
0
150
DevOpsPorto Meetup7: Microservices? You have to be this tall! by Pedro Tavares
Talk delivered by Pedro Tavares
DevOpsPorto
August 03, 2017
Tweet
Share
More Decks by DevOpsPorto
See All by DevOpsPorto
DevOpsPorto Meetup 38: Intro to FastAPI by Sebastián Ramírez
devopsporto
1
250
DevOpsPorto Meetup 38: Using cutting-edge open-source technologies to build one of the biggest industrial Data Lake of the World by Allan Sene
devopsporto
0
130
DevOpsPorto Meetup 37: Why averages lie by Filipe Oliveira
devopsporto
0
170
DevOpsPorto Meetup 36: Computing and Operations at CERN: From Physical HW to Virtualization and Containers by Ricardo Rocha
devopsporto
0
190
DevOpsPorto Meetup 35: Turbocharging Azure DevOps with Octopus Deploy by Derek Campbell
devopsporto
0
190
DevOpsPorto Meetup 34: Freelance and Remote - Is it possible in DevOps
devopsporto
0
140
DevOpsPorto Meetup 33: How DevOps supported La Redoute reinvention by Antoine Craske
devopsporto
0
240
K8s in AWS: Europe, US and The Great Wall of China
devopsporto
0
190
DevOpsPorto Meetup 31: Metrics, context driven management by Alexandre Martins
devopsporto
0
220
Other Decks in Technology
See All in Technology
モバイル界のMCPを考える
naoto33
0
360
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
3
260
生成AI活用の組織格差を解消する 〜ビジネス職のCursor導入が開発効率に与えた好循環〜 / Closing the Organizational Gap in AI Adoption
upamune
5
4.6k
自律的なスケーリング手法FASTにおけるVPoEとしてのアカウンタビリティ / dev-productivity-con-2025
yoshikiiida
0
760
解析の定理証明実践@Lean 4
dec9ue
1
200
AI導入の理想と現実~コストと浸透〜
oprstchn
0
160
WordPressから ヘッドレスCMSへ! Storyblokへの移行プロセス
nyata
0
350
20250625 Snowflake Summit 2025活用事例 レポート / Nowcast Snowflake Summit 2025 Case Study Report
kkuv
1
370
GitHub Copilot の概要
tomokusaba
1
150
MUITにおける開発プロセスモダナイズの取り組みと開発生産性可視化の取り組みについて / Modernize the Development Process and Visualize Development Productivity at MUIT
muit
0
450
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.4k
Should Our Project Join the CNCF? (Japanese Recap)
whywaita
PRO
0
300
Featured
See All Featured
Navigating Team Friction
lara
187
15k
4 Signs Your Business is Dying
shpigford
184
22k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
RailsConf 2023
tenderlove
30
1.1k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Testing 201, or: Great Expectations
jmmastey
42
7.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
YesSQL, Process and Tooling at Scale
rocio
173
14k
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.