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
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
160
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
680
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.3k
『自分のデータだけ見せたい!』を叶える──Laravel × Casbin で複雑権限をスッキリ解きほぐす 25 分
akitotsukahara
1
510
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
140
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
110
GraphRAGの仕組みまるわかり
tosuri13
7
480
CursorはMCPを使った方が良いぞ
taigakono
1
170
FormFlow - Build Stunning Multistep Forms
yceruto
1
190
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
17
4.9k
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
100
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Music & Morning Musume
bryan
46
6.6k
Why Our Code Smells
bkeepers
PRO
337
57k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Six Lessons from altMBA
skipperchong
28
3.8k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Bash Introduction
62gerente
614
210k
Building Applications with DynamoDB
mza
95
6.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
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