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
Integration von MicroServices
Search
Sebastian Hempel
September 07, 2017
Programming
0
1.6k
Integration von MicroServices
How to integrate MicroService / Self-contained Systems at the GUI level with transclusion.
Sebastian Hempel
September 07, 2017
Tweet
Share
More Decks by Sebastian Hempel
See All by Sebastian Hempel
Wer spricht denn da? - Logging in Java (JCON 2022)
shempel
0
31
Kryptographie für Einsteiger
shempel
0
800
Jobs as Code - Jenkins Pipeline Jobs
shempel
0
830
Kryptogragire für Java-Entwickler
shempel
0
1.2k
Dokumentation schreiben kann Spaß machen! (2017)
shempel
0
1.1k
Minifliegen im Schwarm
shempel
0
1.3k
Puppenspielerein
shempel
0
1.2k
Puppet für Entwickler
shempel
0
2k
Dokumentation schreiben kann Spaß machen!
shempel
0
2.1k
Other Decks in Programming
See All in Programming
C++20 射影変換
faithandbrave
0
530
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
810
技術同人誌をMCP Serverにしてみた
74th
1
370
エラーって何種類あるの?
kajitack
5
310
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
440
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.3k
NPOでのDevinの活用
codeforeveryone
0
330
エンジニア向け採用ピッチ資料
inusan
0
160
「ElixirでIoT!!」のこれまでとこれから
takasehideki
0
370
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
160
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
110
WindowInsetsだってテストしたい
ryunen344
1
190
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
940
A Modern Web Designer's Workflow
chriscoyier
694
190k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Speed Design
sergeychernyshev
32
1k
Become a Pro
speakerdeck
PRO
28
5.4k
Six Lessons from altMBA
skipperchong
28
3.8k
Adopting Sorbet at Scale
ufuk
77
9.4k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
A Tale of Four Properties
chriscoyier
160
23k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Transcript
None
1
2
3 4 . 1
4 . 2
4 . 3
4 . 4
4 . 5
4 . 6
5 . 1
None
5 . 2
5 . 3
5 . 4 5 . 5 include
6 . 1
6 . 2
6 . 3 <esi:include/>
<esi:include src="http://shoppingcart.local/" alt="http://placeholder.local/" onerror="continue" /> src src
6 . 4 6 . 5
6 . 6
7 . 1
7 . 2
<a href="http://shoppingcart.local/" class="replace-link"/> $('a.replace-link').each(function() { var link = $(this) var
content = $('<div></div>').load(link.attr('href'), function() { link.replaceWith(content) }); });
7 . 3 7 . 4
7 . 5
8 . 1
8 . 2
8 . 3
9 . 1
9 . 2
9 . 3
None
10 . 1 10 . 2
None
10 . 3 10 . 4
None
10 . 5
10 . 6
10 . 7
10 . 8
None
10 . 9