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
Help! I've created a serverless monolith - Azur...
Search
Marc Duiker
June 30, 2022
Programming
420
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Help! I've created a serverless monolith - Azure Lowlands
Slides for my session at Azure Lowlands.
Marc Duiker
June 30, 2022
More Decks by Marc Duiker
See All by Marc Duiker
Build distributed applications with ease using Dapr - Dev070 Meetup
marcduiker
1
400
Orchestrate your business logic reliably withDapr Workflows - TEQnation
marcduiker
0
560
Dapr 101: start building distributed applications with ease
marcduiker
0
440
Quest for Serverless Websockets - .NET Amsterdam
marcduiker
0
420
Dapr on AKS: building distributed applications with ease
marcduiker
0
410
Draw an audience with your non-IT skills to build your personal brand
marcduiker
2
400
Help! I've created a serverless monolith! - CloudBrew
marcduiker
2
510
Quest for serverless WebSockets - an adventure with Azure Functions and Durable Functions
marcduiker
0
420
Help! I've created a serverless monolith! - NDC Oslo 2022
marcduiker
0
420
Other Decks in Programming
See All in Programming
『コードを書く以外の』エンジニアリング〜課金基盤移行プロジェクト推進のためのTips4選
yuriko1211
0
560
作るコストが小さくなった時代 幸せに働くために改めて考えたいこと 〜エンジニアとして価値を出し続けるために注視している二分野〜
yuppeeng
0
140
複数の Claude Code が"放置"されてしまう問題をCLI ダッシュボードを自作して解決した話
sumihiro3
0
580
言語を使う側から、作る側へ。 自作 Lisp で得た新たな気づき。
andpad
0
140
「寝てても仕事が進む」Claude Codeで組む第二の脳
tomoyafujita2016
0
230
その節約、円になってますか?
isamumumu
0
590
Haskell/Servantを通してWebミドルウェアを捉え直す
pizzacat83
1
630
Welcome to the "Parametricity" 🏙️ − Generic だけど Specific な世界 −
guvalif
PRO
1
190
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
470
ルールを書いて終わらせないハーネスエンジニアリング
yug1224
4
1.8k
【やさしく解説 設計編 #0】DDDのコード、読めるのに分からない人へ
panda728
PRO
2
290
これって Effect でできたのでは? / TSKaigi Mashup Kansai #2
susisu
0
130
Featured
See All Featured
Odyssey Design
rkendrick25
PRO
2
740
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
62k
How GitHub (no longer) Works
holman
316
150k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
1.2k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
310
The Pragmatic Product Professional
lauravandoore
37
7.4k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
420
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.4k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
123
22k
Skip the Path - Find Your Career Trail
mkilby
1
170
Evolving SEO for Evolving Search Engines
ryanjones
0
250
Transcript
@MarcDuiker
@MarcDuiker Marc Duiker Sr Developer Advocate
@MarcDuiker 3
@MarcDuiker 4
@MarcDuiker 5
@MarcDuiker 6
@MarcDuiker 7
@MarcDuiker 8
@MarcDuiker 9 https://en.wikipedia.org/wiki/Monolithic_application “In software engineering, a monolithic application describes
a software application that is designed without modularity.”
@MarcDuiker 10 https://en.wikipedia.org/wiki/Modularity “…modularity is the degree to which a
system's components may be separated and recombined, often with the benefit of flexibility and variety in use.”
@MarcDuiker App Server DB Server
@MarcDuiker 13 Function App Function App Queue Storage
@MarcDuiker 14 Function App Function App Queue Database
@MarcDuiker 15
@MarcDuiker 16
@MarcDuiker 17
@MarcDuiker 18
@MarcDuiker 19 https://martinfowler.com/articles/agileStory.html “We eventually agreed on "agile" as we
felt that captured the adaptiveness and response to change which we felt was so important to our approach…”
@MarcDuiker 20
@MarcDuiker 21
@MarcDuiker 22
@MarcDuiker 23
@MarcDuiker
@MarcDuiker
@MarcDuiker Task on backlog Work started Work completed
@MarcDuiker 29 https://www.atlassian.com/incident-management/kpis/common-metrics
@MarcDuiker 30 https://www.atlassian.com/incident-management/kpis/common-metrics
@MarcDuiker https://www.atlassian.com/incident-management/kpis/common-metrics
@MarcDuiker 32
@MarcDuiker 33
@MarcDuiker 35 Caused by the nature of the (business) problem.
Can’t be easily reduced. Caused by decisions we make related to architecture, frameworks, packages, code style etc. Can be reduced. https://en.wikipedia.org/wiki/Programming_complexity
@MarcDuiker 36 https://en.wikipedia.org/wiki/Programming_complexity Caused by decisions we make related to
architecture, frameworks, packages, code style etc. Can be reduced. Caused by the nature of the (business) problem. Can’t be easily reduced.
@MarcDuiker 37
@MarcDuiker 38
@MarcDuiker 40
@MarcDuiker 41
@MarcDuiker 42
@MarcDuiker 45
@MarcDuiker 46
@MarcDuiker 47
@MarcDuiker 48
@MarcDuiker 49 Domain Bounded Context Bounded Context Bounded Context Bounded
Context https://thedomaindrivendesign.io/bounded-context/
@MarcDuiker 50 Ecommerce Product Catalog Inventory Billing Shopping Basket https://thedomaindrivendesign.io/bounded-context/
@MarcDuiker “Ubiquitous language identifies the terms and concepts within a
bounded context that are unambiguous and agreed upon by all stakeholders.” https://thedomaindrivendesign.io/what-is-strategic-design
@MarcDuiker 52 Banking Context Ecommerce Context https://thedomaindrivendesign.io/what-is-strategic-design
@MarcDuiker 53
@MarcDuiker 54
@MarcDuiker “Resilience is the ability to provide and maintain an
acceptable level of service in the face of faults and challenges to normal operation.” https://en.wikipedia.org/wiki/Resilience_(network)
@MarcDuiker
@MarcDuiker https://docs.microsoft.com/en-us/azure/architecture/patterns/
@MarcDuiker 60
@MarcDuiker 61
@MarcDuiker 62 Function App B Function App A Queue Storage
@MarcDuiker 63
@MarcDuiker 64 Increase number of (virtual) machines Increase CPU /
memory of one machine
@MarcDuiker 66
@MarcDuiker
@MarcDuiker 68 Fan out Fan out No fan out No
fan out
@MarcDuiker 69 Fan out Fan out No fan out No
fan out https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale#scale Use dedicated resource to its fullest
@MarcDuiker 70 Fan out Fan out No fan out No
fan out https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale#scale Use higher tier / sku Use regular tier / sku
@MarcDuiker 74 Ask yourself these questions before adding any code:
- Do *I* need to write this? - Is this a good fit with the rest of the app? - What is the impact regarding resilience/scalability of the app?
@MarcDuiker 75 https://quest.ably.dev/
@MarcDuiker 76 Twitter: @marcduiker YouTube: http://bit.ly/marc-serverless Ably Discord: https://discord.gg/q89gDHZcBK