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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
35
Kryptographie für Einsteiger
shempel
0
830
Jobs as Code - Jenkins Pipeline Jobs
shempel
0
850
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
AI活用のコスパを最大化する方法
ochtum
0
130
AIプロダクト時代のQAエンジニアに求められること
imtnd
3
760
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
640
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
120
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
220
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
530
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
250
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.7k
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.2k
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
210
Codex の「自走力」を高める
yorifuji
0
1.1k
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
760
Featured
See All Featured
Design in an AI World
tapps
0
160
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
The browser strikes back
jonoalderson
0
770
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Git: the NoSQL Database
bkeepers
PRO
432
66k
KATA
mclloyd
PRO
35
15k
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
Ruling the World: When Life Gets Gamed
codingconduct
0
170
The Cult of Friendly URLs
andyhume
79
6.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